Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c106 struct txdesc { struct
107 volatile unsigned long status; /* owner, status */
108 unsigned long buf1sz:11, /* size of buffer 1 */
109 buf2sz:11, /* size of buffer 2 */
110 control:10; /* control bits */
111 const unsigned char *buf1addr; /* buffer 1 address */
112 const unsigned char *buf2addr; /* buffer 2 address */
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2102 i40e_tx_desc_t *txdesc; in i40e_ring_tx() local
/titanic_41/usr/src/uts/common/io/rtw/
H A Drtwvar.h192 struct rtw_txdesc *txdesc; /* virtual addr of desc */ member