Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_scsi.c1960 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl() local
2034 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl()
2036 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl()
2041 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2043 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2072 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2149 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl_prot() local
2195 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl_prot()
2197 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2201 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
[all …]
Dlpfc_nvme.c1312 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_nvme_prep_io_dma() local
1386 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_nvme_prep_io_dma()
1389 if (unlikely(!sgl_xtra)) { in lpfc_nvme_prep_io_dma()
1394 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1396 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1432 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_nvme_prep_io_dma()