Searched defs:TxFD (Results 1 – 1 of 1) sorted by relevance
229 static struct TxFD { struct230 volatile s16 status;231 s16 command;232 u32 link; /* void * */233 u32 tx_desc_addr; /* (almost) Always points to the tx_buf_addr element. */234 s32 count; /* # of TBD (=2), Tx start thresh., etc. */236 u32 tx_buf_addr0; /* void *, header of frame to be transmitted. */237 s32 tx_buf_size0; /* Length of Tx hdr. */238 u32 tx_buf_addr1; /* void *, data to be transmitted. */239 s32 tx_buf_size1; /* Length of Tx data. */