Home
last modified time | relevance | path

Searched refs:tx_dma_handle (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_buf.c731 &tcb->tx_dma_handle); in ixgbe_alloc_tcb_lists()
733 tcb->tx_dma_handle = NULL; in ixgbe_alloc_tcb_lists()
749 ASSERT(tcb->tx_dma_handle != NULL); in ixgbe_alloc_tcb_lists()
750 ddi_dma_free_handle(&tcb->tx_dma_handle); in ixgbe_alloc_tcb_lists()
751 tcb->tx_dma_handle = NULL; in ixgbe_alloc_tcb_lists()
785 if (tcb->tx_dma_handle != NULL) { in ixgbe_free_tcb_lists()
786 ddi_dma_free_handle(&tcb->tx_dma_handle); in ixgbe_free_tcb_lists()
787 tcb->tx_dma_handle = NULL; in ixgbe_free_tcb_lists()
H A Dixgbe_tx.c508 status = ddi_dma_addr_bind_handle(tcb->tx_dma_handle, NULL, in ixgbe_tx_bind()
545 for (c = ddi_dma_cookie_iter(tcb->tx_dma_handle, NULL); in ixgbe_tcb_done()
547 c = ddi_dma_cookie_iter(tcb->tx_dma_handle, c)) { in ixgbe_tcb_done()
1412 (void) ddi_dma_unbind_handle(tcb->tx_dma_handle); in ixgbe_free_tcb()
H A Dixgbe_sw.h451 ddi_dma_handle_t tx_dma_handle; member
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_buf.c737 &tcb->tx_dma_handle); in igb_alloc_tcb_lists()
739 tcb->tx_dma_handle = NULL; in igb_alloc_tcb_lists()
755 ASSERT(tcb->tx_dma_handle != NULL); in igb_alloc_tcb_lists()
756 ddi_dma_free_handle(&tcb->tx_dma_handle); in igb_alloc_tcb_lists()
757 tcb->tx_dma_handle = NULL; in igb_alloc_tcb_lists()
791 if (tcb->tx_dma_handle != NULL) { in igb_free_tcb_lists()
792 ddi_dma_free_handle(&tcb->tx_dma_handle); in igb_free_tcb_lists()
793 tcb->tx_dma_handle = NULL; in igb_free_tcb_lists()
H A Digb_tx.c554 status = ddi_dma_addr_bind_handle(tcb->tx_dma_handle, NULL, in igb_tx_bind()
584 ddi_dma_nextcookie(tcb->tx_dma_handle, &dma_cookie); in igb_tx_bind()
1413 (void) ddi_dma_unbind_handle(tcb->tx_dma_handle); in igb_free_tcb()
H A Digb_sw.h395 ddi_dma_handle_t tx_dma_handle; member
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c1167 &packet->tx_dma_handle); in e1000g_alloc_tx_packets()
1174 &packet->tx_dma_handle); in e1000g_alloc_tx_packets()
1181 packet->tx_dma_handle = NULL; in e1000g_alloc_tx_packets()
1212 ASSERT(packet->tx_dma_handle != NULL); in e1000g_alloc_tx_packets()
1216 dvma_release(packet->tx_dma_handle); in e1000g_alloc_tx_packets()
1220 ddi_dma_free_handle(&packet->tx_dma_handle); in e1000g_alloc_tx_packets()
1226 packet->tx_dma_handle = NULL; in e1000g_alloc_tx_packets()
1482 if (packet->tx_dma_handle != NULL) { in e1000g_free_tx_packets()
1486 dvma_release(packet->tx_dma_handle); in e1000g_free_tx_packets()
1490 ddi_dma_free_handle(&packet->tx_dma_handle); in e1000g_free_tx_packets()
[all …]
H A De1000g_tx.c97 dvma_unload(packet->tx_dma_handle, 0, -1); in e1000g_free_tx_swpkt()
101 (void) ddi_dma_unbind_handle(packet->tx_dma_handle); in e1000g_free_tx_swpkt()
1372 dvma_kaddr_load(packet->tx_dma_handle, in e1000g_tx_bind()
1375 dvma_sync(packet->tx_dma_handle, 0, in e1000g_tx_bind()
1384 packet->tx_dma_handle, NULL, in e1000g_tx_bind()
1454 ddi_dma_nextcookie(packet->tx_dma_handle, in e1000g_tx_bind()
H A De1000g_sw.h570 ddi_dma_handle_t tx_dma_handle; member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h106 ddi_dma_handle_t tx_dma_handle; member
H A Dxnf.c513 (void) ddi_dma_unbind_handle(txp->tx_dma_handle); in xnf_data_txbuf_free()
1789 dma_handle = txp->tx_dma_handle; in xnf_mblk_map()
2868 ddiflags, 0, &txp->tx_dma_handle) != DDI_SUCCESS) { in xnf_tx_buf_constructor()
2882 ddi_dma_free_handle(&txp->tx_dma_handle); in xnf_tx_buf_destructor()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2627 tx_ring_desc->tx_dma_handle[j]); in ql_process_mac_tx_intr()
3337 if (tx_ring_desc->tx_dma_handle[j]) { in ql_free_tx_resources()
3344 &(tx_ring_desc->tx_dma_handle[j])); in ql_free_tx_resources()
3345 tx_ring_desc->tx_dma_handle[j] = NULL; in ql_free_tx_resources()
3445 0, &tx_ring_desc->tx_dma_handle[j]) in ql_alloc_tx_resources()
3447 tx_ring_desc->tx_dma_handle[j] = NULL; in ql_alloc_tx_resources()
5458 tx_cb->tx_dma_handle[j], NULL, in ql_send_common()
5533 tx_cb->tx_dma_handle[j], in ql_send_common()
5657 (void) ddi_dma_unbind_handle(tx_cb->tx_dma_handle[i]); in ql_send_common()
7698 if (tx_ring_desc->tx_dma_handle[j]) { in ql_unbind_pending_tx_dma_handle()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h431 ddi_dma_handle_t tx_dma_handle[QL_MAX_TX_DMA_HANDLES]; member