Searched refs:sgls (Results 1 – 9 of 9) sorted by relevance
171 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_disc_ctrl()173 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_disc_ctrl()175 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_disc_ctrl()
350 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_ctrl()352 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_ctrl()354 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_ctrl()
844 if (req->sgls[i].sgl != NULL) in ddcb_cmd_cleanup()845 genwqe_free_sync_sgl(cd, &req->sgls[i]); in ddcb_cmd_cleanup()954 rc = genwqe_alloc_sync_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()960 genwqe_setup_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()964 cpu_to_be64(req->sgls[i].sgl_dma_addr); in ddcb_cmd_fixups()
395 struct genwqe_sgl sgls[DDCB_FIXUPS]; member
190 u32 sgls; member
959 if (!(ctrl->ctrl.sgls & (1 << 2))) { in nvme_rdma_setup_ctrl()978 if (ctrl->ctrl.sgls & (1 << 20)) in nvme_rdma_setup_ctrl()
481 if (!(dev->ctrl.sgls & ((1 << 0) | (1 << 1)))) in nvme_pci_use_sgls()2032 if ((dev->ctrl.sgls & ((1 << 0) | (1 << 1))) && sgl_threshold) { in nvme_dev_add()
2409 ctrl->sgls = le32_to_cpu(id->sgls); in nvme_init_identify()
265 __le32 sgls; member