Linux Kernel
3.7.1
|
#include "atl1c.h"
Go to the source code of this file.
Data Structures | |
struct | atl1c_platform_patch |
Macros | |
#define | ATL1C_DRV_VERSION "1.0.1.0-NAPI" |
#define | ATL1C_LINK_PATCH 0x1 |
Functions | |
MODULE_DEVICE_TABLE (pci, atl1c_pci_tbl) | |
MODULE_AUTHOR ("Jie Yang") | |
MODULE_AUTHOR ("Qualcomm Atheros Inc., <[email protected]>") | |
MODULE_DESCRIPTION ("Qualcom Atheros 100/1000M Ethernet Network Driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION (ATL1C_DRV_VERSION) | |
void | atl1c_reinit_locked (struct atl1c_adapter *adapter) |
module_init (atl1c_init_module) | |
module_exit (atl1c_exit_module) | |
Variables | |
char | atl1c_driver_name [] = "atl1c" |
char | atl1c_driver_version [] = ATL1C_DRV_VERSION |
#define ATL1C_DRV_VERSION "1.0.1.0-NAPI" |
Definition at line 24 of file atl1c_main.c.
#define ATL1C_LINK_PATCH 0x1 |
Definition at line 703 of file atl1c_main.c.
void atl1c_reinit_locked | ( | struct atl1c_adapter * | adapter | ) |
Definition at line 238 of file atl1c_main.c.
MODULE_AUTHOR | ( | "Jie Yang" | ) |
MODULE_AUTHOR | ( | "Qualcomm Atheros | Inc., |
< nic-devel @qualcomm.com >" | |||
) |
MODULE_DESCRIPTION | ( | "Qualcom Atheros 100/1000M Ethernet Network Driver" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
atl1c_pci_tbl | |||
) |
module_exit | ( | atl1c_exit_module | ) |
module_init | ( | atl1c_init_module | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | ATL1C_DRV_VERSION | ) |
char atl1c_driver_name[] = "atl1c" |
Definition at line 25 of file atl1c_main.c.
char atl1c_driver_version[] = ATL1C_DRV_VERSION |
Definition at line 26 of file atl1c_main.c.