Searched refs:dvma_kaddr_load (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | dvma.h | 40 void (*dvma_kaddr_load)(ddi_dma_handle_t h, caddr_t a, member in struct:dvma_ops 48 void (*dvma_kaddr_load)();
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | dvma.c | 60 dvma_kaddr_load(ddi_dma_handle_t h, caddr_t a, u_int len, u_int index, function
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | dvma.c | 118 dvma_kaddr_load(ddi_dma_handle_t h, caddr_t a, uint_t len, uint_t index, function 130 (void) (*nexus_funcptr->dvma_kaddr_load)(h, a, len, index, cp);
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_alloc.c | 814 dvma_kaddr_load(buf->dma_handle,
|
H A D | e1000g_tx.c | 1372 dvma_kaddr_load(packet->tx_dma_handle,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunddi.h | 1795 dvma_kaddr_load(ddi_dma_handle_t h, caddr_t a, uint_t len, uint_t index,
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 1317 dvma_kaddr_load(
|
/illumos-gate/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 1684 dvma_kaddr_load(erip->eri_dvmarh,
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 4040 * our dvma_kaddr_load() 4068 panic("driver dvma_kaddr_load with no reserve"); 4095 dummyhp->save.dvma_ops.dvma_kaddr_load(h, a, len, index, cp);
|
Completed in 101 milliseconds