Searched refs:dvma_sync (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | dvma.h | 44 void (*dvma_sync)(ddi_dma_handle_t h, uint_t objindex, member 50 void (*dvma_sync)();
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | dvma.c | 73 dvma_sync(ddi_dma_handle_t h, u_int objindex, u_int type) in dvma_sync() function
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | dvma.c | 178 dvma_sync(ddi_dma_handle_t h, uint_t objindex, uint_t type) in dvma_sync() function 187 (void) (*nexus_funcptr->dvma_sync)(h, objindex, type); in dvma_sync()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_tx.c | 1318 dvma_sync(tx_buf->dma_handle, 0, DDI_DMA_SYNC_FORDEV); in e1000g_tx_copy() 1375 dvma_sync(packet->tx_dma_handle, 0, in e1000g_tx_bind()
|
H A D | e1000g_rx.c | 529 dvma_sync(rx_buf->dma_handle, 0, in e1000g_receive()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sunddi.h | 1807 dvma_sync(ddi_dma_handle_t h, uint_t objindex, uint_t type);
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 1324 dvma_sync(ch_dh, 0, DDI_DMA_SYNC_FORDEV); in ch_bind_dvma_handle()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bofi.c | 4242 dummyhp->save.dvma_ops.dvma_sync(h, index, view); in bofi_dvma_sync() 4280 dummyhp->save.dvma_ops.dvma_sync(h, index, view); in bofi_dvma_sync()
|