|
Linux Kernel
3.7.1
|
#include <niu.h>
Data Fields | |
| void __iomem * | regs |
| struct net_device * | dev |
| struct pci_dev * | pdev |
| struct device * | device |
| struct niu_parent * | parent |
| u32 | flags |
| u32 | msg_enable |
| char | irq_name [NIU_NUM_RXCHAN+NIU_NUM_TXCHAN+3][IFNAMSIZ+6] |
| spinlock_t | lock |
| struct niu_ops * | ops |
| union niu_mac_stats | mac_stats |
| struct rx_ring_info * | rx_rings |
| struct tx_ring_info * | tx_rings |
| int | num_rx_rings |
| int | num_tx_rings |
| struct niu_ldg | ldg [NIU_NUM_LDG] |
| int | num_ldg |
| void __iomem * | mac_regs |
| unsigned long | ipp_off |
| unsigned long | pcs_off |
| unsigned long | xpcs_off |
| struct timer_list | timer |
| u64 | orig_led_state |
| struct niu_phy_ops * | phy_ops |
| int | phy_addr |
| struct niu_link_config | link_config |
| struct work_struct | reset_task |
| u8 | port |
| u8 | mac_xcvr |
| struct niu_classifier | clas |
| struct niu_vpd | vpd |
| u32 | eeprom_len |
| struct platform_device * | op |
| void __iomem * | vir_regs_1 |
| void __iomem * | vir_regs_2 |
| struct niu_classifier clas |
| struct net_device* dev |
| char irq_name[NIU_NUM_RXCHAN+NIU_NUM_TXCHAN+3][IFNAMSIZ+6] |
| struct niu_ldg ldg[NIU_NUM_LDG] |
| spinlock_t lock |
| union niu_mac_stats mac_stats |
| struct niu_parent* parent |
| struct niu_phy_ops* phy_ops |
| struct work_struct reset_task |
| struct rx_ring_info* rx_rings |
| struct tx_ring_info* tx_rings |
1.8.2