|
Linux Kernel
3.7.1
|
#include "atl1e.h"Go to the source code of this file.
Macros | |
| #define | DRV_VERSION "1.0.0.7-NAPI" |
| #define | PCI_DEVICE_ID_ATTANSIC_L1E 0x1026 |
Functions | |
| MODULE_DEVICE_TABLE (pci, atl1e_pci_tbl) | |
| MODULE_AUTHOR ("Atheros Corporation, <[email protected]>, Jie Yang <[email protected]>") | |
| MODULE_DESCRIPTION ("Atheros 1000M Ethernet Network Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_VERSION (DRV_VERSION) | |
| void | atl1e_reinit_locked (struct atl1e_adapter *adapter) |
| int | atl1e_up (struct atl1e_adapter *adapter) |
| void | atl1e_down (struct atl1e_adapter *adapter) |
| module_init (atl1e_init_module) | |
| module_exit (atl1e_exit_module) | |
Variables | |
| char | atl1e_driver_name [] = "ATL1E" |
| char | atl1e_driver_version [] = DRV_VERSION |
| #define DRV_VERSION "1.0.0.7-NAPI" |
Definition at line 24 of file atl1e_main.c.
| #define PCI_DEVICE_ID_ATTANSIC_L1E 0x1026 |
Definition at line 28 of file atl1e_main.c.
| void atl1e_down | ( | struct atl1e_adapter * | adapter | ) |
Definition at line 1920 of file atl1e_main.c.
| void atl1e_reinit_locked | ( | struct atl1e_adapter * | adapter | ) |
Definition at line 144 of file atl1e_main.c.
| int atl1e_up | ( | struct atl1e_adapter * | adapter | ) |
Definition at line 1888 of file atl1e_main.c.
| MODULE_AUTHOR | ( | "Atheros | Corporation, |
| < xiong.huang @atheros.com > | , | ||
| Jie Yang< jie.yang @atheros.com >" | |||
| ) |
| MODULE_DESCRIPTION | ( | "Atheros 1000M Ethernet Network Driver" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| atl1e_pci_tbl | |||
| ) |
| module_exit | ( | atl1e_exit_module | ) |
| module_init | ( | atl1e_init_module | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
| char atl1e_driver_name[] = "ATL1E" |
Definition at line 26 of file atl1e_main.c.
| char atl1e_driver_version[] = DRV_VERSION |
Definition at line 27 of file atl1e_main.c.
1.8.2