Searched refs:txdesc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c106 struct txdesc { struct
140 static struct txdesc txd[NTXD] __attribute__ ((aligned(4)));
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h192 struct rtw_txdesc *txdesc; /* virtual addr of desc */ member in struct:rtw_txbuf
H A Drtw.c1258 txbf->txdesc = txds;
1365 txbf->txdesc->td_next = baddr_desc;
1367 txbf->txdesc->td_next = taddr_desc;
1369 txbf->next_bf_daddr = txbf->txdesc->td_next;
2102 ds = bf->txdesc;
2732 ds = bf->txdesc;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2102 i40e_tx_desc_t *txdesc; local
2199 txdesc = &itrq->itrq_desc_ring[itrq->itrq_desc_tail];
2217 txdesc->buffer_addr =
2219 txdesc->cmd_type_offset_bsz = CPU_TO_LE64(((uint64_t)type |

Completed in 76 milliseconds