Searched refs:request_rseg (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mpt_netbsd.c | 176 int reply_rseg, request_rseg; in mpt_dma_mem_alloc() local 237 PAGE_SIZE, 0, &request_seg, 1, &request_rseg, 0); in mpt_dma_mem_alloc() 244 error = bus_dmamem_map(mpt->sc_dmat, &request_seg, request_rseg, in mpt_dma_mem_alloc() 310 bus_dmamem_free(mpt->sc_dmat, &request_seg, request_rseg); in mpt_dma_mem_alloc()
|