Searched refs:sb_phys (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.h213 * @param sb_phys
220 dma_addr_t sb_phys,
H A Decore_int_api.h54 dma_addr_t sb_phys; member in struct:ecore_sb_info
H A Decore_int.c786 dma_addr_t sb_phys; member in struct:ecore_sb_attn_info
1343 p_sb->sb_phys,
1363 DMA_LO(p_hwfn->p_sb_attn->sb_phys));
1365 DMA_HI(p_hwfn->p_sb_attn->sb_phys));
1377 sb_info->sb_phys = sb_phy_addr;
1534 dma_addr_t sb_phys, u16 igu_sb_id,
1544 u64 phys_addr = (u64)sb_phys;
1558 sb_phys);
1612 ecore_int_cau_conf_sb(p_hwfn, p_ptt, sb_info->sb_phys,
1693 sb_info->sb_phys
1532 ecore_int_cau_conf_sb(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, dma_addr_t sb_phys, u16 igu_sb_id, u16 vf_number, u8 vf_valid) argument
[all...]
H A Dqlnx_os.c6129 (sb_info->sb_phys), (sizeof(*sb_info->sb_virt)));
6163 bus_addr_t sb_phys; local
6171 sb_virt = OSAL_DMA_ALLOC_COHERENT(cdev, (&sb_phys), size);
6178 rc = qlnx_sb_init(cdev, sb_info, sb_virt, sb_phys, sb_id);
6180 OSAL_DMA_FREE_COHERENT(cdev, sb_virt, sb_phys, size);
H A Decore_vf.c1141 req->sb_addr[i] = p_sb->sb_phys;

Completed in 142 milliseconds