Searched refs:db_phys_addr (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c821 dev->db_phys_addr = out_params.dpi_phys_addr;
828 "cdev->doorbells = %p, db_phys_addr = %p db_size = 0x%x\n",
830 (void *)ha->cdev.db_phys_addr, ha->cdev.db_size);
833 "db_addr = %p db_phys_addr = %p db_size = 0x%x dpi = 0x%x\n",
834 (void *)dev->db_addr, (void *)dev->db_phys_addr,
H A Dqlnxr_def.h392 uint64_t db_phys_addr; member in struct:qlnxr_dev
H A Dqlnxr_verbs.c1097 unmapped_db = dev->db_phys_addr + (ucontext->dpi * ucontext->dpi_size);
1099 unmapped_db = dev->db_phys_addr;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore.h672 u64 db_phys_addr; member in struct:ecore_hwfn
894 u64 db_phys_addr; member in struct:ecore_dev
H A Decore_dev.c5842 void OSAL_IOMEM *p_doorbells, u64 db_phys_addr,
5853 p_hwfn->db_phys_addr = db_phys_addr;
6003 p_dev->doorbells, p_dev->db_phys_addr,
6014 u64 db_phys_addr; local
6027 db_phys_addr = p_dev->db_phys_addr + offset;
6031 p_doorbell, db_phys_addr,
5841 ecore_hw_prepare_single(struct ecore_hwfn *p_hwfn, void OSAL_IOMEM *p_regview, void OSAL_IOMEM *p_doorbells, u64 db_phys_addr, struct ecore_hw_prepare_params *p_params) argument
H A Decore_rdma.c1104 out_params->dpi_phys_addr = p_hwfn->db_phys_addr + dpi_start_offset +
H A Dqlnx_os.c1261 ha->cdev.db_phys_addr = ha->dbells_phys_addr;
1268 ha->cdev.db_phys_addr = ha->dbells_phys_addr;

Completed in 224 milliseconds