Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
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()
Dbfa_ioc.h133 #define bfa_mem_dma_phys(_sptr) ((_sptr)->dma_curp) macro
Dbfa_svc.c3009 fcport->stats_pa = bfa_mem_dma_phys(fcport_dma); in bfa_fcport_mem_claim()
5207 align_len = BFA_SGPG_ROUNDUP(bfa_mem_dma_phys(seg_ptr)) - in bfa_sgpg_attach()
5208 bfa_mem_dma_phys(seg_ptr); in bfa_sgpg_attach()
5212 sgpg_pa.pa = bfa_mem_dma_phys(seg_ptr) + align_len; in bfa_sgpg_attach()
Dbfa_fcpim.c3707 fcp->snsbase[idx].pa = bfa_mem_dma_phys(seg_ptr); in bfa_fcp_attach()