Searched refs:sgls (Results 1 – 7 of 7) sorted by relevance
147 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_disc_ctrl()149 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_disc_ctrl()151 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_disc_ctrl()
252 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_ctrl()254 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_ctrl()256 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_ctrl()
846 if (req->sgls[i].sgl != NULL) in ddcb_cmd_cleanup()847 genwqe_free_sync_sgl(cd, &req->sgls[i]); in ddcb_cmd_cleanup()955 rc = genwqe_alloc_sync_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()961 genwqe_setup_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()965 cpu_to_be64(req->sgls[i].sgl_dma_addr); in ddcb_cmd_fixups()
391 struct genwqe_sgl sgls[DDCB_FIXUPS]; member
130 u32 sgls; member
1266 ctrl->sgls = le32_to_cpu(id->sgls); in nvme_init_identify()
1944 if (!(ctrl->ctrl.sgls & (1 << 20))) { in nvme_rdma_create_ctrl()