Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | STMMAC_VENDOR_ID 0x700 |
#define | STMMAC_DEVICE_ID 0x1108 |
Functions | |
MODULE_DEVICE_TABLE (pci, stmmac_id_table) | |
MODULE_DESCRIPTION ("STMMAC 10/100/1000 Ethernet PCI driver") | |
MODULE_AUTHOR ("Rayagond Kokatanur <[email protected]>") | |
MODULE_AUTHOR ("Giuseppe Cavallaro <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
Variables | |
struct plat_stmmacenet_data | plat_dat |
struct stmmac_mdio_bus_data | mdio_data |
struct stmmac_dma_cfg | dma_cfg |
struct pci_driver | stmmac_pci_driver |
#define STMMAC_DEVICE_ID 0x1108 |
Definition at line 171 of file stmmac_pci.c.
#define STMMAC_VENDOR_ID 0x700 |
Definition at line 170 of file stmmac_pci.c.
MODULE_AUTHOR | ( | "Rayagond Kokatanur <[email protected]>" | ) |
MODULE_AUTHOR | ( | "Giuseppe Cavallaro <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
stmmac_id_table | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
struct stmmac_dma_cfg dma_cfg |
Definition at line 31 of file stmmac_pci.c.
struct stmmac_mdio_bus_data mdio_data |
Definition at line 30 of file stmmac_pci.c.
struct plat_stmmacenet_data plat_dat |
Definition at line 29 of file stmmac_pci.c.
struct pci_driver stmmac_pci_driver |
Definition at line 181 of file stmmac_pci.c.