Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1933 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl() local
2007 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl()
2009 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl()
2014 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2016 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2045 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2123 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl_prot() local
2169 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl_prot()
2171 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2175 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
[all …]
H A Dlpfc_nvme.c1342 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_nvme_prep_io_dma() local
1415 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_nvme_prep_io_dma()
1418 if (unlikely(!sgl_xtra)) { in lpfc_nvme_prep_io_dma()
1423 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1425 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1461 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_nvme_prep_io_dma()