Searched refs:nvme_map_data (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/nvme/host/ |
H A D | pci.c | 770 static blk_status_t nvme_map_data(struct nvme_dev *dev, struct request *req, in nvme_map_data() function 853 ret = nvme_map_data(dev, req, &iod->cmd); in nvme_prep_rq()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 1234 static uint16_t nvme_map_data(NvmeCtrl *n, uint32_t nlb, NvmeRequest *req) in nvme_map_data() function 3662 status = nvme_map_data(n, nlb, req); in nvme_read() 3834 status = nvme_map_data(n, nlb, req); in nvme_do_write()
|