Home
last modified time | relevance | path

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

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