Searched refs:nvme_map_sgl_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 987 static uint16_t nvme_map_sgl_data(NvmeCtrl *n, NvmeSg *sg, in nvme_map_sgl_data() function 1079 status = nvme_map_sgl_data(n, sg, sgld, 1, &len, cmd); in nvme_map_sgl() 1116 status = nvme_map_sgl_data(n, sg, segment, SEG_CHUNK_SIZE, in nvme_map_sgl() 1140 status = nvme_map_sgl_data(n, sg, segment, nsgld, &len, cmd); in nvme_map_sgl() 1164 status = nvme_map_sgl_data(n, sg, segment, nsgld - 1, &len, cmd); in nvme_map_sgl()
|