Home
last modified time | relevance | path

Searched refs:bfa_mem_dma_phys (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_core.c1101 bfa_mem_dma_phys(ioc_dma)); in bfa_iocfc_mem_claim()
1112 iocfc->req_cq_ba[i].pa = bfa_mem_dma_phys(reqq_dma); in bfa_iocfc_mem_claim()
1117 iocfc->rsp_cq_ba[i].pa = bfa_mem_dma_phys(rspq_dma); in bfa_iocfc_mem_claim()
1123 dm_pa = bfa_mem_dma_phys(iocfc_dma); in bfa_iocfc_mem_claim()
H A Dbfa_ioc.h133 #define bfa_mem_dma_phys(_sptr) ((_sptr)->dma_curp) macro
H A Dbfa_svc.c2972 fcport->stats_pa = bfa_mem_dma_phys(fcport_dma); in bfa_fcport_mem_claim()
5138 align_len = BFA_SGPG_ROUNDUP(bfa_mem_dma_phys(seg_ptr)) - in bfa_sgpg_attach()
5139 bfa_mem_dma_phys(seg_ptr); in bfa_sgpg_attach()
5143 sgpg_pa.pa = bfa_mem_dma_phys(seg_ptr) + align_len; in bfa_sgpg_attach()
H A Dbfa_fcpim.c3647 fcp->snsbase[idx].pa = bfa_mem_dma_phys(seg_ptr); in bfa_fcp_attach()