Searched refs:tx_dma_handle (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_buf.c | 737 &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 D | igb_tx.c | 554 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() 1384 (void) ddi_dma_unbind_handle(tcb->tx_dma_handle); in igb_free_tcb()
|
H A D | igb_sw.h | 390 ddi_dma_handle_t tx_dma_handle; member
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_buf.c | 731 &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 D | ixgbe_tx.c | 653 status = ddi_dma_addr_bind_handle(tcb->tx_dma_handle, NULL, in ixgbe_tx_bind() 683 ddi_dma_nextcookie(tcb->tx_dma_handle, &dma_cookie); in ixgbe_tx_bind() 1530 (void) ddi_dma_unbind_handle(tcb->tx_dma_handle); in ixgbe_free_tcb()
|
H A D | ixgbe_sw.h | 436 ddi_dma_handle_t tx_dma_handle; member
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_alloc.c | 1167 &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 D | e1000g_tx.c | 97 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 D | e1000g_sw.h | 569 ddi_dma_handle_t tx_dma_handle; member
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xnf.h | 71 ddi_dma_handle_t tx_dma_handle; member
|
H A D | xnf.c | 547 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_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 2623 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_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 431 ddi_dma_handle_t tx_dma_handle[QL_MAX_TX_DMA_HANDLES]; member
|