Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c768 cmdDescType0_t *hwdesc; in unm_send_copy() local
797 hwdesc = &hw->cmdDescHead[producer]; in unm_send_copy()
798 (void) memset(hwdesc, 0, sizeof (cmdDescType0_t)); in unm_send_copy()
825 hwdesc->u1.s1.opcode = TX_ETHER_PKT; in unm_send_copy()
826 hwdesc->u3.s1.port = adapter->portnum; in unm_send_copy()
827 hwdesc->u3.s1.ctx_id = adapter->portnum; in unm_send_copy()
829 hwdesc->u6.s1.buffer1Length = pktinfo->total_len; in unm_send_copy()
830 hwdesc->u5.AddrBuffer1 = pbuf->dma_area.dma_addr; in unm_send_copy()
831 hwdesc->u1.s1.numOfBuffers = 1; in unm_send_copy()
832 hwdesc->u1.s1.totalLength = pktinfo->total_len; in unm_send_copy()
[all …]
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_tx.c733 nge_hot_txd_fill(void *hwdesc, const ddi_dma_cookie_t *cookie, in nge_hot_txd_fill() argument
736 hot_tx_bd * hw_sbd_p = hwdesc; in nge_hot_txd_fill()
772 nge_sum_txd_fill(void *hwdesc, const ddi_dma_cookie_t *cookie, in nge_sum_txd_fill() argument
775 sum_tx_bd * hw_sbd_p = hwdesc; in nge_sum_txd_fill()