Lines Matching refs:sgl_xtra

1938 	struct sli4_hybrid_sgl *sgl_xtra = NULL;  in lpfc_bg_setup_sgl()  local
2012 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl()
2014 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl()
2019 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2021 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2050 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2128 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl_prot() local
2174 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl_prot()
2176 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2180 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2182 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2188 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
2299 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, in lpfc_bg_setup_sgl_prot()
2302 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2306 putPaddrLow(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2308 putPaddrHigh(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2315 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
3061 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_scsi_prep_dma_buf_s4() local
3132 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_scsi_prep_dma_buf_s4()
3135 if (unlikely(!sgl_xtra)) { in lpfc_scsi_prep_dma_buf_s4()
3141 sgl_xtra->dma_phys_sgl)); in lpfc_scsi_prep_dma_buf_s4()
3143 sgl_xtra->dma_phys_sgl)); in lpfc_scsi_prep_dma_buf_s4()
3178 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_scsi_prep_dma_buf_s4()