Searched refs:dvma_unload (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | dvma.h | 42 void (*dvma_unload)(ddi_dma_handle_t h, uint_t objindex, member 49 void (*dvma_unload)();
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | dvma.c | 67 dvma_unload(ddi_dma_handle_t h, u_int objindex, u_int type) in dvma_unload() function
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | dvma.c | 158 dvma_unload(ddi_dma_handle_t h, uint_t objindex, uint_t type) in dvma_unload() function 167 (void) (*nexus_funcptr->dvma_unload)(h, objindex, type); in dvma_unload()
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 815 (void) dvma_unload(tx_msg_p->dvma_handle, in hxge_start()
|
H A D | hxge_txdma.c | 746 (void) dvma_unload(tx_msg_p->dvma_handle, in hxge_txdma_reclaim() 2037 (void) dvma_unload(tx_msg_p->dvma_handle, 0, -1); in hxge_unmap_txdma_channel_buf_ring()
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_alloc.c | 828 dvma_unload(buf->dma_handle, 0, -1); in e1000g_free_dvma_buffer()
|
H A D | e1000g_tx.c | 97 dvma_unload(packet->tx_dma_handle, 0, -1); in e1000g_free_tx_swpkt()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 1804 dvma_unload(ddi_dma_handle_t h, uint_t objindex, uint_t type);
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1146 (void) dvma_unload(tx_msg_p->dvma_handle, in nxge_start()
|
H A D | nxge_txdma.c | 1041 (void) dvma_unload(tx_msg_p->dvma_handle, in nxge_txdma_reclaim()
|
/titanic_44/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 1351 dvma_unload(ch_dh, 0, -1); in ch_unbind_dvma_handle()
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 1628 dvma_unload(erip->eri_dvmarh, 2 * i, in eri_flush_rxbufs()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 4157 dummyhp->save.dvma_ops.dvma_unload(h, index, view); in bofi_dvma_unload()
|