Linux Kernel
3.7.1
|
#include <jme.h>
Data Fields | |
union { | |
__u8 all [16] | |
__le32 dw [4] | |
struct { | |
__le16 vlan | |
__u8 rsv1 | |
__u8 flags | |
__le16 datalen | |
__le16 mss | |
__le16 pktsize | |
__le16 rsv2 | |
__le32 bufaddr | |
} desc1 | |
struct { | |
__le16 rsv1 | |
__u8 rsv2 | |
__u8 flags | |
__le16 datalen | |
__le16 rsv3 | |
__le32 bufaddrh | |
__le32 bufaddrl | |
} desc2 | |
struct { | |
__u8 ehdrsz | |
__u8 rsv1 | |
__u8 rsv2 | |
__u8 flags | |
__le16 trycnt | |
__le16 segcnt | |
__le16 pktsz | |
__le16 rsv3 | |
__le32 bufaddrl | |
} descwb | |
}; | |
volatile u16 | ladr |
volatile u8 | hadr |
volatile u8 | bits |
volatile u16 | bcnt |
u16 | unused |
struct tx_desc | txdesc |
unsigned int | value [TXDESC_SIZE >>2] |
union { ... } |
struct { ... } desc1 |
struct { ... } desc2 |
struct { ... } descwb |
Definition at line 106 of file rtl8712_xmit.h.
unsigned int value[TXDESC_SIZE >>2] |
Definition at line 107 of file rtl8712_xmit.h.