Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_core.c158 struct bfa_mem_dma_s *phy_dma = BFA_MEM_PHY_DMA(bfa); in bfa_com_phy_attach()
1766 struct bfa_mem_dma_s *phy_dma = BFA_MEM_PHY_DMA(bfa); in bfa_cfg_get_meminfo()
Dbfa_ioc.h686 #define BFA_MEM_PHY_DMA(__bfa) (&(BFA_PHY(__bfa)->phy_dma)) macro