Home
last modified time | relevance | path

Searched refs:sgld (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/nvme/
H A Dctrl.c1050 NvmeSglDescriptor segment[SEG_CHUNK_SIZE], *sgld, *last_sgld; in nvme_map_sgl() local
1057 sgld = &sgl; in nvme_map_sgl()
1069 status = nvme_map_sgl_data(n, sg, sgld, 1, &len, cmd); in nvme_map_sgl()
1078 switch (NVME_SGL_TYPE(sgld->type)) { in nvme_map_sgl()
1086 seg_len = le32_to_cpu(sgld->len); in nvme_map_sgl()
1142 if (NVME_SGL_TYPE(sgld->type) == NVME_SGL_DESCR_TYPE_LAST_SEGMENT) { in nvme_map_sgl()
1147 sgld = last_sgld; in nvme_map_sgl()
1148 addr = le64_to_cpu(sgld->addr); in nvme_map_sgl()