Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.h510 struct bfa_mem_dma_s fcport_dma; member
514 #define BFA_MEM_FCPORT_DMA(__bfa) (&(BFA_FCPORT_MOD(__bfa)->fcport_dma))
Dbfa_svc.c2859 struct bfa_mem_dma_s *fcport_dma = BFA_MEM_FCPORT_DMA(bfa); in bfa_fcport_meminfo() local
2861 bfa_mem_dma_setup(minfo, fcport_dma, FCPORT_STATS_DMA_SZ); in bfa_fcport_meminfo()
2875 struct bfa_mem_dma_s *fcport_dma = &fcport->fcport_dma; in bfa_fcport_mem_claim() local
2877 fcport->stats_kva = bfa_mem_dma_virt(fcport_dma); in bfa_fcport_mem_claim()
2878 fcport->stats_pa = bfa_mem_dma_phys(fcport_dma); in bfa_fcport_mem_claim()
2880 bfa_mem_dma_virt(fcport_dma); in bfa_fcport_mem_claim()