Home
last modified time | relevance | path

Searched defs:TxFD (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Deepro100.c148 struct TxFD { /* Transmit frame descriptor set. */ struct
149 volatile u16 status;
150 volatile u16 command;
151 volatile u32 link; /* void * */
152 volatile u32 tx_desc_addr; /* Always points to the tx_buf_addr element. */
153 volatile s32 count;
155 volatile u32 tx_buf_addr0; /* void *, frame to be transmitted. */
156 volatile s32 tx_buf_size0; /* Length of Tx frame. */
157 volatile u32 tx_buf_addr1; /* void *, frame to be transmitted. */
158 volatile s32 tx_buf_size1; /* Length of Tx frame. */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dtc35815.c362 struct TxFD { struct
363 struct FDesc fd;
364 struct BDesc bd;
365 struct BDesc unused;