Lines Matching refs:sgl_xtra
1964 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl() local
2038 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl()
2040 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl()
2045 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2047 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl()
2076 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl()
2153 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_bg_setup_sgl_prot() local
2199 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, lpfc_cmd); in lpfc_bg_setup_sgl_prot()
2201 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2205 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2207 sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2213 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_bg_setup_sgl_prot()
2325 sgl_xtra = lpfc_get_sgl_per_hdwq(phba, in lpfc_bg_setup_sgl_prot()
2328 if (unlikely(!sgl_xtra)) { in lpfc_bg_setup_sgl_prot()
2332 putPaddrLow(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2334 putPaddrHigh(sgl_xtra->dma_phys_sgl)); in lpfc_bg_setup_sgl_prot()
2341 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()