Linux Kernel
3.7.1
|
Data Fields | |
char __iomem * | mem |
char __iomem * | ctlmem |
unsigned int | phys_mem |
unsigned int | phys_ctlmem |
unsigned int | irq |
unsigned int | nports |
unsigned int | type |
unsigned int | state |
spinlock_t | card_lock |
unsigned short | pci_conf |
struct fst_port_info | ports [FST_MAX_PORTS] |
struct pci_dev * | device |
int | card_no |
int | family |
int | dmarx_in_progress |
int | dmatx_in_progress |
unsigned long | int_count |
unsigned long | int_time_ave |
void * | rx_dma_handle_host |
dma_addr_t | rx_dma_handle_card |
void * | tx_dma_handle_host |
dma_addr_t | tx_dma_handle_card |
struct sk_buff * | dma_skb_rx |
struct fst_port_info * | dma_port_rx |
struct fst_port_info * | dma_port_tx |
int | dma_len_rx |
int | dma_len_tx |
int | dma_txpos |
int | dma_rxpos |
spinlock_t card_lock |
struct fst_port_info* dma_port_rx |
struct fst_port_info* dma_port_tx |
struct fst_port_info ports[FST_MAX_PORTS] |
dma_addr_t rx_dma_handle_card |
dma_addr_t tx_dma_handle_card |