Home
last modified time | relevance | path

Searched refs:dma_sgl (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c103 struct sli4_sge *sgl = (struct sli4_sge *)lpfc_cmd->dma_sgl; in lpfc_sli4_set_rsp_sgl_last()
298 psb->dma_sgl = psb->data + sizeof(struct fcp_cmnd) + in lpfc_new_scsi_buf_s3()
302 bpl = (struct ulp_bde64 *)psb->dma_sgl; in lpfc_new_scsi_buf_s3()
659 sgl = (struct sli4_sge_le *)lpfc_cmd->dma_sgl; in lpfc_get_scsi_buf_s4()
816 struct ulp_bde64 *bpl = (struct ulp_bde64 *)lpfc_cmd->dma_sgl; in lpfc_scsi_prep_dma_buf_s3()
2052 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2190 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
2317 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
2500 struct ulp_bde64 *bpl = (struct ulp_bde64 *)lpfc_cmd->dma_sgl; in lpfc_bg_scsi_prep_dma_buf_s3()
3052 struct sli4_sge *sgl = (struct sli4_sge *)lpfc_cmd->dma_sgl; in lpfc_scsi_prep_dma_buf_s4()
[all …]
H A Dlpfc_sli.h423 struct sli4_sge *dma_sgl; /* initial segment chunk */ member
H A Dlpfc_nvme.c849 sgl = lpfc_ncmd->dma_sgl; in lpfc_nvme_adj_fcp_sgls()
1339 struct sli4_sge *sgl = lpfc_ncmd->dma_sgl; in lpfc_nvme_prep_io_dma()
1459 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_nvme_prep_io_dma()
2059 sgl = lpfc_ncmd->dma_sgl; in lpfc_get_nvme_buf()
H A Dlpfc_sli.c10658 sgl = (struct sli4_sge_le *)lpfc_cmd->dma_sgl; in lpfc_prep_embed_io()
22427 tmp->dma_sgl = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool, in lpfc_get_sgl_per_hdwq()
22429 if (!tmp->dma_sgl) { in lpfc_get_sgl_per_hdwq()
22515 list_entry->dma_sgl, in lpfc_free_sgl_per_hdwq()
H A Dlpfc_init.c4545 lpfc_ncmd->dma_sgl = lpfc_ncmd->data; in lpfc_new_io_buf()