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 1080 status = nvme_map_sgl_data(n, sg, sgld, 1, &len, cmd); in nvme_map_sgl() 1117 status = nvme_map_sgl_data(n, sg, segment, SEG_CHUNK_SIZE, in nvme_map_sgl() 1141 status = nvme_map_sgl_data(n, sg, segment, nsgld, &len, cmd); in nvme_map_sgl() 1165 status = nvme_map_sgl_data(n, sg, segment, nsgld - 1, &len, cmd); in nvme_map_sgl()
|