Searched refs:NvmeSg (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | nvme.h | 406 typedef struct NvmeSg { struct 413 } NvmeSg; argument 429 NvmeSg sg; 711 uint16_t nvme_map_dptr(NvmeCtrl *n, NvmeSg *sg, size_t len,
|
H A D | ctrl.c | 715 static inline void nvme_sg_init(NvmeCtrl *n, NvmeSg *sg, bool dma) in nvme_sg_init() 727 static inline void nvme_sg_unmap(NvmeSg *sg) in nvme_sg_unmap() 747 static void nvme_sg_split(NvmeSg *sg, NvmeNamespace *ns, NvmeSg *data, in nvme_sg_split() 748 NvmeSg *mdata) in nvme_sg_split() 750 NvmeSg *dst = data; in nvme_sg_split() 827 static uint16_t nvme_map_addr(NvmeCtrl *n, NvmeSg *sg, hwaddr addr, size_t len) in nvme_map_addr() 886 static uint16_t nvme_map_prp(NvmeCtrl *n, NvmeSg *sg, uint64_t prp1, in nvme_map_prp() 987 static uint16_t nvme_map_sgl_data(NvmeCtrl *n, NvmeSg *sg, in nvme_map_sgl_data() 1048 static uint16_t nvme_map_sgl(NvmeCtrl *n, NvmeSg *sg, NvmeSglDescriptor sgl, in nvme_map_sgl() 1184 uint16_t nvme_map_dptr(NvmeCtrl *n, NvmeSg *sg, size_t len, in nvme_map_dptr() [all …]
|