Home
last modified time | relevance | path

Searched refs:first_sgl (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/
Dnvme-fc-driver.h143 struct scatterlist *first_sgl; member
/Linux-v5.4/drivers/nvme/target/
Dloop.c26 struct scatterlist first_sgl[]; member
157 iod->sg_table.sgl = iod->first_sgl; in nvme_loop_queue_rq()
Dfcloop.c657 fcpreq->first_sgl, tgt_fcpreq->offset, in fcloop_fcp_op()
668 fcpreq->first_sgl, tgt_fcpreq->offset, in fcloop_fcp_op()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_nvme.c470 sgl = fd->first_sgl; in qla2x00_start_nvme_mq()
/Linux-v5.4/drivers/nvme/host/
Drdma.c66 struct scatterlist first_sgl[]; member
1278 req->sg_table.sgl = req->first_sgl; in nvme_rdma_map_data()
Dfc.c1774 op->op.fcp_req.first_sgl = &op->sgl[0]; in nvme_fc_init_request()
2141 freq->sg_table.sgl = freq->first_sgl; in nvme_fc_map_data()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_nvme.c1357 data_sg = nCmd->first_sgl; in lpfc_nvme_prep_io_dma()