Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c229 static struct TxFD { struct
230 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. */