Searched refs:hwdesc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c768 cmdDescType0_t *hwdesc; local
797 hwdesc = &hw->cmdDescHead[producer];
798 (void) memset(hwdesc, 0, sizeof (cmdDescType0_t));
823 /* hwdesc->u1.s1.tcpHdrOffset = 0; */
824 /* hwdesc->mss = 0; */
825 hwdesc->u1.s1.opcode = TX_ETHER_PKT;
826 hwdesc->u3.s1.port = adapter->portnum;
827 hwdesc->u3.s1.ctx_id = adapter->portnum;
829 hwdesc->u6.s1.buffer1Length = pktinfo->total_len;
830 hwdesc
888 cmdDescType0_t *hwdesc; local
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c733 nge_hot_txd_fill(void *hwdesc, const ddi_dma_cookie_t *cookie, argument
736 hot_tx_bd * hw_sbd_p = hwdesc;
772 nge_sum_txd_fill(void *hwdesc, const ddi_dma_cookie_t *cookie, argument
775 sum_tx_bd * hw_sbd_p = hwdesc;

Completed in 63 milliseconds