Searched defs:TxFD (Results 1 – 2 of 2) sorted by relevance
147 struct TxFD { /* Transmit frame descriptor set. */ struct148 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. */
362 struct TxFD { struct363 struct FDesc fd;364 struct BDesc bd;365 struct BDesc unused;