Searched refs:desc_p (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_txdma.c | 319 hpi_txdma_desc_gather_set(hpi_handle_t handle, p_tx_desc_t desc_p, in hpi_txdma_desc_gather_set() argument 339 desc_p->bits.sop = 1; in hpi_txdma_desc_gather_set() 340 desc_p->bits.mark = mark; in hpi_txdma_desc_gather_set() 341 desc_p->bits.num_ptr = ngathers; in hpi_txdma_desc_gather_set() 344 desc_p->bits.tr_len, transfer_len)); in hpi_txdma_desc_gather_set() 346 desc_p->bits.tr_len = transfer_len; in hpi_txdma_desc_gather_set() 347 desc_p->bits.sad = dma_ioaddr >> 32; in hpi_txdma_desc_gather_set() 348 desc_p->bits.sad_l = dma_ioaddr & 0xffffffff; in hpi_txdma_desc_gather_set() 352 desc_p->bits.tr_len, transfer_len)); in hpi_txdma_desc_gather_set() 354 HXGE_MEM_PIO_WRITE64(handle, desc_p->value); in hpi_txdma_desc_gather_set() [all …]
|
H A D | hpi_txdma.h | 123 p_tx_desc_t desc_p, uint8_t gather_index, 130 p_tx_desc_t desc_p, uint32_t transfer_len); 135 void hpi_txdma_dump_desc_one(hpi_handle_t handle, p_tx_desc_t desc_p,
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txdma.c | 1486 p_tx_desc_t desc_p, uint8_t gather_index, in npi_txdma_desc_gather_set() argument 1510 desc_p->bits.hdw.sop = 1; in npi_txdma_desc_gather_set() 1511 desc_p->bits.hdw.mark = mark; in npi_txdma_desc_gather_set() 1512 desc_p->bits.hdw.num_ptr = ngathers; in npi_txdma_desc_gather_set() 1515 desc_p->bits.hdw.tr_len, transfer_len)); in npi_txdma_desc_gather_set() 1518 desc_p->bits.hdw.tr_len = transfer_len; in npi_txdma_desc_gather_set() 1519 desc_p->bits.hdw.sad = dma_ioaddr >> 32; in npi_txdma_desc_gather_set() 1520 desc_p->bits.ldw.sad = dma_ioaddr & 0xffffffff; in npi_txdma_desc_gather_set() 1524 desc_p->bits.hdw.tr_len, transfer_len)); in npi_txdma_desc_gather_set() 1526 NXGE_MEM_PIO_WRITE64(handle, desc_p->value); in npi_txdma_desc_gather_set() [all …]
|