Searched refs:sgls (Results 1 – 10 of 10) sorted by relevance
254 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_disc_ctrl()256 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_disc_ctrl()258 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_disc_ctrl()
370 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_ctrl()372 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_ctrl()374 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_ctrl()
839 if (req->sgls[i].sgl != NULL) in ddcb_cmd_cleanup()840 genwqe_free_sync_sgl(cd, &req->sgls[i]); in ddcb_cmd_cleanup()949 rc = genwqe_alloc_sync_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()955 genwqe_setup_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()959 cpu_to_be64(req->sgls[i].sgl_dma_addr); in ddcb_cmd_fixups()
387 struct genwqe_sgl sgls[DDCB_FIXUPS]; member
2021 const struct ib_sge __user *sgls; in ib_uverbs_post_send() local2031 sgls = uverbs_request_next_ptr( in ib_uverbs_post_send()2033 if (IS_ERR(sgls)) in ib_uverbs_post_send()2034 return PTR_ERR(sgls); in ib_uverbs_post_send()2161 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_post_send()2211 const struct ib_sge __user *sgls; in ib_uverbs_unmarshall_recv() local2220 sgls = uverbs_request_next_ptr( in ib_uverbs_unmarshall_recv()2222 if (IS_ERR(sgls)) in ib_uverbs_unmarshall_recv()2223 return ERR_CAST(sgls); in ib_uverbs_unmarshall_recv()2274 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_unmarshall_recv()
230 u32 sgls; member
995 if (!(ctrl->ctrl.sgls & (1 << 2))) { in nvme_rdma_setup_ctrl()1014 if (ctrl->ctrl.sgls & (1 << 20)) in nvme_rdma_setup_ctrl()
528 if (!(dev->ctrl.sgls & ((1 << 0) | (1 << 1)))) in nvme_pci_use_sgls()824 dev->ctrl.sgls & ((1 << 0) | (1 << 1))) in nvme_map_data()
2809 ctrl->sgls = le32_to_cpu(id->sgls); in nvme_init_identify()
272 __le32 sgls; member