|
Linux Kernel
3.7.1
|
#include <ipg.h>
Data Fields | |
| void __iomem * | ioaddr |
| struct ipg_tx * | txd |
| struct ipg_rx * | rxd |
| dma_addr_t | txd_map |
| dma_addr_t | rxd_map |
| struct sk_buff * | tx_buff [IPG_TFDLIST_LENGTH] |
| struct sk_buff * | rx_buff [IPG_RFDLIST_LENGTH] |
| unsigned int | tx_current |
| unsigned int | tx_dirty |
| unsigned int | rx_current |
| unsigned int | rx_dirty |
| bool | is_jumbo |
| struct ipg_jumbo | jumbo |
| unsigned long | rxfrag_size |
| unsigned long | rxsupport_size |
| unsigned long | max_rxframe_size |
| unsigned int | rx_buf_sz |
| struct pci_dev * | pdev |
| struct net_device * | dev |
| struct net_device_stats | stats |
| spinlock_t | lock |
| int | tenmbpsmode |
| u16 | led_mode |
| u16 | station_addr [3] |
| struct mutex | mii_mutex |
| struct mii_if_info | mii_if |
| int | reset_current_tfd |
| struct delayed_work | task |
| struct net_device* dev |
| spinlock_t lock |
| struct mii_if_info mii_if |
| struct sk_buff* rx_buff[IPG_RFDLIST_LENGTH] |
| dma_addr_t rxd_map |
| struct delayed_work task |
| struct sk_buff* tx_buff[IPG_TFDLIST_LENGTH] |
| dma_addr_t txd_map |
1.8.2