Searched refs:sgls (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/nvme/target/
H A Ddiscovery.c287 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */
289 id->sgls |= cpu_to_le32(1 << 2);
291 id->sgls |= cpu_to_le32(1 << 20);
H A Dpassthru.c140 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */
142 id->sgls |= cpu_to_le32(1 << 2);
144 id->sgls |= cpu_to_le32(1 << 20);
H A Dadmin-cmd.c448 id->sgls = cpu_to_le32(1 << 0); /* we always support SGLs */
450 id->sgls |= cpu_to_le32(1 << 2);
452 id->sgls |= cpu_to_le32(1 << 20);
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c846 if (req->sgls[i].sgl != NULL)
847 genwqe_free_sync_sgl(cd, &req->sgls[i]);
958 rc = genwqe_alloc_sync_sgl(cd, &req->sgls[i],
964 genwqe_setup_sgl(cd, &req->sgls[i],
968 cpu_to_be64(req->sgls[i].sgl_dma_addr);
H A Dcard_base.h387 struct genwqe_sgl sgls[DDCB_FIXUPS]; member in struct:ddcb_requ
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c2006 const struct ib_sge __user *sgls; local
2016 sgls = uverbs_request_next_ptr(
2018 if (IS_ERR(sgls))
2019 return PTR_ERR(sgls);
2146 if (copy_from_user(next->sg_list, sgls + sg_ind,
2197 const struct ib_sge __user *sgls; local
2206 sgls = uverbs_request_next_ptr(
2208 if (IS_ERR(sgls))
2209 return ERR_CAST(sgls);
2260 if (copy_from_user(next->sg_list, sgls
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c610 struct efc_dma **sgls = NULL; local
614 sgls = kmalloc_array(sgls_per_request, sizeof(*sgls), GFP_KERNEL);
615 if (!sgls)
623 kfree(sgls);
628 /* Copy address of SGL's into local sgls[] array, break
641 sgls[n] = hw->io[idx + n]->sgl;
645 hw->io[idx]->indicator, n, sgls, NULL, &req)) {
667 kfree(sgls);
/linux-master/drivers/nvme/host/
H A Dnvme.h321 u32 sgls; member in struct:nvme_ctrl
1095 return ctrl->sgls & ((1 << 0) | (1 << 1));
H A Drdma.c1021 if (!(ctrl->ctrl.sgls & (1 << 2))) {
1024 "Mandatory keyed sgls are not supported!\n");
1053 if (ctrl->ctrl.sgls & (1 << 20))
H A Dcore.c3243 ctrl->sgls = le32_to_cpu(id->sgls);
/linux-master/include/linux/
H A Dnvme.h345 __le32 sgls; member in struct:nvme_id_ctrl

Completed in 251 milliseconds