Home
last modified time | relevance | path

Searched refs:nvme_single_map (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/nvme/
HDnvme_qpair.c301 sizeof(tr->prp), nvme_single_map, &tr->prp_bus_addr, 0); in nvme_qpair_construct_tracker()
528 nvme_single_map, &qpair->cmd_bus_addr, 0); in nvme_qpair_construct()
531 nvme_single_map, &qpair->cpl_bus_addr, 0); in nvme_qpair_construct()
HDnvme_private.h454 nvme_single_map(void *arg, bus_dma_segment_t *seg, int nseg, int error) in nvme_single_map() function