Home
last modified time | relevance | path

Searched refs:sgl_xtra (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_scsi.c2003 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl() local
2079 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl()
2081 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl()
2086 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2088 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2117 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2195 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl_prot() local
2243 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl_prot()
2245 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2249 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
[all …]
Dlpfc_nvme.c1340 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_nvme_prep_io_dma() local
1413 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_nvme_prep_io_dma()
1416 if (unlikely(!sgl_xtra)) { in lpfc_nvme_prep_io_dma()
1421 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1423 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1459 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_nvme_prep_io_dma()