Searched refs:nvme_map_sgl (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 1048 static uint16_t nvme_map_sgl(NvmeCtrl *n, NvmeSg *sg, NvmeSglDescriptor sgl, in nvme_map_sgl() function 1197 return nvme_map_sgl(n, sg, cmd->dptr.sgl, len, cmd); in nvme_map_dptr() 1217 status = nvme_map_sgl(n, sg, sgl, len, cmd); in nvme_map_mptr()
|