Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_core.c1105 bfa_mem_dma_phys(ioc_dma)); in bfa_iocfc_mem_claim()
1116 iocfc->req_cq_ba[i].pa = bfa_mem_dma_phys(reqq_dma); in bfa_iocfc_mem_claim()
1121 iocfc->rsp_cq_ba[i].pa = bfa_mem_dma_phys(rspq_dma); in bfa_iocfc_mem_claim()
1127 dm_pa = bfa_mem_dma_phys(iocfc_dma); in bfa_iocfc_mem_claim()
Dbfa_ioc.h136 #define bfa_mem_dma_phys(_sptr) ((_sptr)->dma_curp) macro
Dbfa_svc.c3080 fcport->stats_pa = bfa_mem_dma_phys(fcport_dma); in bfa_fcport_mem_claim()
5318 align_len = BFA_SGPG_ROUNDUP(bfa_mem_dma_phys(seg_ptr)) - in bfa_sgpg_attach()
5319 bfa_mem_dma_phys(seg_ptr); in bfa_sgpg_attach()
5323 sgpg_pa.pa = bfa_mem_dma_phys(seg_ptr) + align_len; in bfa_sgpg_attach()
Dbfa_fcpim.c3724 fcp->snsbase[idx].pa = bfa_mem_dma_phys(seg_ptr); in bfa_fcp_attach()