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 | 321 hpi_txdma_desc_gather_set(hpi_handle_t handle, p_tx_desc_t desc_p, argument 341 desc_p->bits.sop = 1; 342 desc_p->bits.mark = mark; 343 desc_p->bits.num_ptr = ngathers; 346 desc_p->bits.tr_len, transfer_len)); 348 desc_p->bits.tr_len = transfer_len; 349 desc_p->bits.sad = dma_ioaddr >> 32; 350 desc_p->bits.sad_l = dma_ioaddr & 0xffffffff; 354 desc_p->bits.tr_len, transfer_len)); 356 HXGE_MEM_PIO_WRITE64(handle, desc_p 404 hpi_txdma_dump_desc_one(hpi_handle_t handle, p_tx_desc_t desc_p, int desc_index) argument [all...] |
H A D | hpi_txdma.h | 125 p_tx_desc_t desc_p, uint8_t gather_index, 132 p_tx_desc_t desc_p, uint32_t transfer_len); 137 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 | 1474 * desc_p - pointer to a descriptor 1492 p_tx_desc_t desc_p, uint8_t gather_index, 1516 desc_p->bits.hdw.sop = 1; 1517 desc_p->bits.hdw.mark = mark; 1518 desc_p->bits.hdw.num_ptr = ngathers; 1521 desc_p->bits.hdw.tr_len, transfer_len)); 1524 desc_p->bits.hdw.tr_len = transfer_len; 1525 desc_p->bits.hdw.sad = dma_ioaddr >> 32; 1526 desc_p->bits.ldw.sad = dma_ioaddr & 0xffffffff; 1530 desc_p 1491 npi_txdma_desc_gather_set(npi_handle_t handle, p_tx_desc_t desc_p, uint8_t gather_index, boolean_t mark, uint8_t ngathers, uint64_t dma_ioaddr, uint32_t transfer_len) argument 1553 npi_txdma_desc_gather_sop_set(npi_handle_t handle, p_tx_desc_t desc_p, boolean_t mark_mode, uint8_t ngathers) argument 1569 npi_txdma_desc_gather_sop_set_1(npi_handle_t handle, p_tx_desc_t desc_p, boolean_t mark_mode, uint8_t ngathers, uint32_t extra) argument 1588 npi_txdma_desc_set_xfer_len(npi_handle_t handle, p_tx_desc_t desc_p, uint32_t transfer_len) argument 1624 npi_txdma_desc_mem_get(npi_handle_t handle, uint16_t index, p_tx_desc_t desc_p) argument 1915 npi_txdma_dump_desc_one(npi_handle_t handle, p_tx_desc_t desc_p, int desc_index) argument [all...] |
Completed in 47 milliseconds