Lines Matching refs:sgl_xtra

2003 	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()
2251 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2257 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
2368 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, in lpfc_bg_setup_sgl_prot()
2371 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2375 putPaddrLow(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2377 putPaddrHigh(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2384 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
3133 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_scsi_prep_dma_buf_s4() local
3204 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_scsi_prep_dma_buf_s4()
3207 if (unlikely(!sgl_xtra)) { in lpfc_scsi_prep_dma_buf_s4()
3213 sgl_xtra->dma_phys_sgl)); in lpfc_scsi_prep_dma_buf_s4()
3215 sgl_xtra->dma_phys_sgl)); in lpfc_scsi_prep_dma_buf_s4()
3250 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_scsi_prep_dma_buf_s4()