Lines Matching refs:sgl_xtra
1947 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl() local
2023 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl()
2025 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl()
2030 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2032 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2061 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2139 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl_prot() local
2187 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl_prot()
2189 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2193 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2195 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2201 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
2312 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, in lpfc_bg_setup_sgl_prot()
2315 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2319 putPaddrLow(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2321 putPaddrHigh(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2328 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
3077 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_scsi_prep_dma_buf_s4() local
3148 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_scsi_prep_dma_buf_s4()
3151 if (unlikely(!sgl_xtra)) { in lpfc_scsi_prep_dma_buf_s4()
3157 sgl_xtra->dma_phys_sgl)); in lpfc_scsi_prep_dma_buf_s4()
3159 sgl_xtra->dma_phys_sgl)); in lpfc_scsi_prep_dma_buf_s4()
3194 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_scsi_prep_dma_buf_s4()