|
Linux Kernel
3.7.1
|
#include <qlge.h>
Data Fields | |
| __le32 | owner |
| __le32 | status |
| __le32 | data_ptr |
| __le32 | next_desc |
| struct sk_buff * | skb |
| struct ob_mac_iocb_req * | queue_entry |
| u32 | index |
| struct oal | oal |
| struct map_list | map [MAX_SKB_FRAGS+2] |
| int | map_cnt |
| struct tx_ring_desc * | next |
struct tx_ring_desc - Transmit descriptor ring element : Who owns the descriptor : The number of bytes in the block pointed to by data_ptr : The physical address of the data block to receive into : The physical address of the next descriptor element.
Definition at line 77 of file ks8695net.c.
| __le32 data_ptr |
Definition at line 80 of file ks8695net.c.
| struct tx_ring_desc* next |
| __le32 next_desc |
Definition at line 81 of file ks8695net.c.
| __le32 owner |
Definition at line 78 of file ks8695net.c.
| struct ob_mac_iocb_req* queue_entry |
Definition at line 79 of file ks8695net.c.
1.8.2