Searched defs:eepro100_txfd (Results 1 – 1 of 1) sorted by relevance
139 struct eepro100_txfd { /* Transmit frame descriptor set. */ struct140 u16 status;141 u16 command;142 u32 link; /* void * */143 u32 tx_desc_addr; /* Always points to the tx_buf_addr element. */144 s32 count;146 u32 tx_buf_addr0; /* void *, frame to be transmitted. */147 s32 tx_buf_size0; /* Length of Tx frame. */148 u32 tx_buf_addr1; /* void *, frame to be transmitted. */149 s32 tx_buf_size1; /* Length of Tx frame. */
Completed in 8 milliseconds