Linux Kernel
3.7.1
|
Data Fields | |
struct sk_buff * | skb |
dma_addr_t | dma |
unsigned int | dma_len:31 |
unsigned int | dma_single:1 |
struct ring_desc_ex * | first_tx_desc |
struct nv_skb_map * | next_tx_ctx |
Definition at line 721 of file forcedeth.c.
dma_addr_t dma |
Definition at line 723 of file forcedeth.c.
unsigned int dma_len |
Definition at line 724 of file forcedeth.c.
unsigned int dma_single |
Definition at line 725 of file forcedeth.c.
struct ring_desc_ex* first_tx_desc |
Definition at line 726 of file forcedeth.c.
struct nv_skb_map* next_tx_ctx |
Definition at line 727 of file forcedeth.c.
Definition at line 722 of file forcedeth.c.