xref: /kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/aq_main.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * aQuantia Corporation Network Driver
462306a36Sopenharmony_ci * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci/* File aq_main.h: Main file for aQuantia Linux driver. */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef AQ_MAIN_H
1062306a36Sopenharmony_ci#define AQ_MAIN_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include "aq_common.h"
1362306a36Sopenharmony_ci#include "aq_nic.h"
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciDECLARE_STATIC_KEY_FALSE(aq_xdp_locking_key);
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_civoid aq_ndev_schedule_work(struct work_struct *work);
1862306a36Sopenharmony_cistruct net_device *aq_ndev_alloc(void);
1962306a36Sopenharmony_ciint aq_ndev_open(struct net_device *ndev);
2062306a36Sopenharmony_ciint aq_ndev_close(struct net_device *ndev);
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif /* AQ_MAIN_H */
23

Indexes created Thu Nov 07 10:32:03 CST 2024