Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Ddiscovery.c281 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_disc_identify()
283 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_disc_identify()
285 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_disc_identify()
H A Dpassthru.c83 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_passthru_override_id_ctrl()
85 id->sgls |= cpu_to_le32(1 << 2); in nvmet_passthru_override_id_ctrl()
87 id->sgls |= cpu_to_le32(1 << 20); in nvmet_passthru_override_id_ctrl()
H A Dadmin-cmd.c425 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */ in nvmet_execute_identify_ctrl()
427 id->sgls |= cpu_to_le32(1 << 2); in nvmet_execute_identify_ctrl()
429 id->sgls |= cpu_to_le32(1 << 20); in nvmet_execute_identify_ctrl()
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_dev.c846 if (req->sgls[i].sgl != NULL) in ddcb_cmd_cleanup()
847 genwqe_free_sync_sgl(cd, &req->sgls[i]); in ddcb_cmd_cleanup()
958 rc = genwqe_alloc_sync_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()
964 genwqe_setup_sgl(cd, &req->sgls[i], in ddcb_cmd_fixups()
968 cpu_to_be64(req->sgls[i].sgl_dma_addr); in ddcb_cmd_fixups()
H A Dcard_base.h387 struct genwqe_sgl sgls[DDCB_FIXUPS]; member
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_cmd.c1995 const struct ib_sge __user *sgls; in ib_uverbs_post_send() local
2005 sgls = uverbs_request_next_ptr( in ib_uverbs_post_send()
2007 if (IS_ERR(sgls)) in ib_uverbs_post_send()
2008 return PTR_ERR(sgls); in ib_uverbs_post_send()
2135 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_post_send()
2186 const struct ib_sge __user *sgls; in ib_uverbs_unmarshall_recv() local
2195 sgls = uverbs_request_next_ptr( in ib_uverbs_unmarshall_recv()
2197 if (IS_ERR(sgls)) in ib_uverbs_unmarshall_recv()
2198 return ERR_CAST(sgls); in ib_uverbs_unmarshall_recv()
2249 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_unmarshall_recv()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h75 __le32 sgls; member
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h302 u32 sgls; member
H A Drdma.c1119 if (!(ctrl->ctrl.sgls & (1 << 2))) { in nvme_rdma_setup_ctrl()
1139 if (ctrl->ctrl.sgls & (1 << 20)) in nvme_rdma_setup_ctrl()
H A Dpci.c538 if (!(dev->ctrl.sgls & ((1 << 0) | (1 << 1)))) in nvme_pci_use_sgls()
859 dev->ctrl.sgls & ((1 << 0) | (1 << 1))) in nvme_map_data()
H A Dcore.c3141 ctrl->sgls = le32_to_cpu(id->sgls); in nvme_init_identify()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h299 __le32 sgls; member