Home
last modified time | relevance | path

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

/titanic_41/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.c651 status = ddi_dma_addr_bind_handle(tcb->tx_dma_handle, NULL, in ixgbe_tx_bind()
681 ddi_dma_nextcookie(tcb->tx_dma_handle, &dma_cookie); in ixgbe_tx_bind()
1526 (void) ddi_dma_unbind_handle(tcb->tx_dma_handle); in ixgbe_free_tcb()
H A Dixgbe_sw.h433 ddi_dma_handle_t tx_dma_handle; member
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_buf.c736 &tcb->tx_dma_handle); in igb_alloc_tcb_lists()
738 tcb->tx_dma_handle = NULL; in igb_alloc_tcb_lists()
754 ASSERT(tcb->tx_dma_handle != NULL); in igb_alloc_tcb_lists()
755 ddi_dma_free_handle(&tcb->tx_dma_handle); in igb_alloc_tcb_lists()
756 tcb->tx_dma_handle = NULL; in igb_alloc_tcb_lists()
789 if (tcb->tx_dma_handle != NULL) { in igb_free_tcb_lists()
790 ddi_dma_free_handle(&tcb->tx_dma_handle); in igb_free_tcb_lists()
791 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()
1383 (void) ddi_dma_unbind_handle(tcb->tx_dma_handle); in igb_free_tcb()
H A Digb_sw.h389 ddi_dma_handle_t tx_dma_handle; member
/titanic_41/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.h568 ddi_dma_handle_t tx_dma_handle; member
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.h71 ddi_dma_handle_t tx_dma_handle; member
H A Dxnf.c547 txp->tx_dma_handle); in xnf_setup_rings()
1288 txp->tx_dma_handle); in xnf_tx_clean_ring()
1582 rc = ddi_dma_addr_bind_handle(txp->tx_dma_handle, in xnf_send()
1610 txp->tx_dma_handle); in xnf_send()
1710 loop->tx_dma_handle); in xnf_send()
2468 ddiflags, 0, &txp->tx_dma_handle) != DDI_SUCCESS) { in xnf_tx_buf_constructor()
2482 ddi_dma_free_handle(&txp->tx_dma_handle); in xnf_tx_buf_destructor()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2623 tx_ring_desc->tx_dma_handle[j]); in ql_process_mac_tx_intr()
3333 if (tx_ring_desc->tx_dma_handle[j]) { in ql_free_tx_resources()
3340 &(tx_ring_desc->tx_dma_handle[j])); in ql_free_tx_resources()
3341 tx_ring_desc->tx_dma_handle[j] = NULL; in ql_free_tx_resources()
3441 0, &tx_ring_desc->tx_dma_handle[j]) in ql_alloc_tx_resources()
3443 tx_ring_desc->tx_dma_handle[j] = NULL; in ql_alloc_tx_resources()
5457 tx_cb->tx_dma_handle[j], NULL, in ql_send_common()
5532 tx_cb->tx_dma_handle[j], in ql_send_common()
5656 (void) ddi_dma_unbind_handle(tx_cb->tx_dma_handle[i]); in ql_send_common()
7697 if (tx_ring_desc->tx_dma_handle[j]) { in ql_unbind_pending_tx_dma_handle()
[all …]
/titanic_41/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