Linux Kernel
3.7.1
|
Data Fields | |
struct sk_buff * | skb |
dma_addr_t | dma_ptr |
u32 | length |
struct ks8695_skbuff - sk_buff wrapper for rx/tx rings. : The buffer in the ring : The mapped DMA pointer of the buffer : The number of bytes mapped to dma_ptr
Definition at line 90 of file ks8695net.c.
dma_addr_t dma_ptr |
Definition at line 92 of file ks8695net.c.
u32 length |
Definition at line 93 of file ks8695net.c.
Definition at line 91 of file ks8695net.c.