Linux Kernel
3.7.1
|
Public Member Functions | |
char pad[16] | __attribute__ ((aligned(16))) |
Data Fields | |
u8 __iomem * | base |
struct pci_dev * | pci_dev |
struct net_device * | ndev |
struct rx_info | rx_info |
struct tasklet_struct | rx_tasklet |
unsigned | ihr |
struct work_struct | tq_refill |
spinlock_t | misc_lock |
u32 | CFG_cache |
u32 | MEAR_cache |
u32 | IMR_cache |
unsigned | linkstate |
spinlock_t | tx_lock |
u16 | tx_done_idx |
u16 | tx_idx |
volatile u16 | tx_free_idx |
u16 | tx_intr_idx |
atomic_t | nr_tx_skbs |
struct sk_buff * | tx_skbs [NR_TX_DESC] |
__le32 * | tx_descs |
dma_addr_t | tx_phy_descs |
struct timer_list | tx_watchdog |
char pad [16] __attribute__ | ( | (aligned(16)) | ) |
spinlock_t misc_lock |
struct net_device* ndev |
struct tasklet_struct rx_tasklet |
struct work_struct tq_refill |
spinlock_t tx_lock |
dma_addr_t tx_phy_descs |
struct sk_buff* tx_skbs[NR_TX_DESC] |
struct timer_list tx_watchdog |