Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1964 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()
[all …]
H A Dlpfc_nvme.c1431 struct sli4_hybrid_sgl *sgl_xtra = NULL; in lpfc_nvme_prep_io_dma() local
1505 sgl_xtra = lpfc_get_sgl_per_hdwq( in lpfc_nvme_prep_io_dma()
1508 if (unlikely(!sgl_xtra)) { in lpfc_nvme_prep_io_dma()
1513 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1515 sgl_xtra->dma_phys_sgl)); in lpfc_nvme_prep_io_dma()
1551 sgl = (struct sli4_sge *)sgl_xtra->dma_sgl; in lpfc_nvme_prep_io_dma()