Searched refs:db_phys_addr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_os.c | 813 dev->db_phys_addr = out_params.dpi_phys_addr; in qlnxr_init_hw() 820 "cdev->doorbells = %p, db_phys_addr = %p db_size = 0x%x\n", in qlnxr_init_hw() 822 (void *)ha->cdev.db_phys_addr, ha->cdev.db_size); in qlnxr_init_hw() 825 "db_addr = %p db_phys_addr = %p db_size = 0x%x dpi = 0x%x\n", in qlnxr_init_hw() 826 (void *)dev->db_addr, (void *)dev->db_phys_addr, in qlnxr_init_hw()
|
| H A D | qlnxr_def.h | 386 uint64_t db_phys_addr; member
|
| H A D | qlnxr_verbs.c | 997 unmapped_db = dev->db_phys_addr + (ucontext->dpi * ucontext->dpi_size); in qlnxr_alloc_ucontext()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore.h | 671 u64 db_phys_addr; member 894 u64 db_phys_addr; member
|
| H A D | ecore_dev.c | 5840 void OSAL_IOMEM *p_doorbells, u64 db_phys_addr, in ecore_hw_prepare_single() argument 5851 p_hwfn->db_phys_addr = db_phys_addr; in ecore_hw_prepare_single() 6001 p_dev->doorbells, p_dev->db_phys_addr, in ecore_hw_prepare() 6012 u64 db_phys_addr; in ecore_hw_prepare() local 6025 db_phys_addr = p_dev->db_phys_addr + offset; in ecore_hw_prepare() 6029 p_doorbell, db_phys_addr, in ecore_hw_prepare()
|
| H A D | ecore_rdma.c | 1102 out_params->dpi_phys_addr = p_hwfn->db_phys_addr + dpi_start_offset + in ecore_rdma_add_user()
|
| H A D | qlnx_os.c | 1223 ha->cdev.db_phys_addr = ha->dbells_phys_addr; in qlnx_init_hw() 1230 ha->cdev.db_phys_addr = ha->dbells_phys_addr; in qlnx_init_hw()
|