Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
atl1c_main.c File Reference
#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
 

Macro Definition Documentation

#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.

Function Documentation

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  )

Variable Documentation

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.