Home
last modified time | relevance | path

Searched refs:rsrc_start (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c611 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
644 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
676 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
707 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
739 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
775 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
806 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_init_phase2()
1721 rsrc_pool->rsrc_start = in tavor_rsrc_mbox_init()
1740 rsrc_pool->rsrc_start = NULL; in tavor_rsrc_mbox_init()
1826 rsrc_pool->rsrc_start = in tavor_rsrc_hw_entries_init()
[all …]
H A Dtavor.c1933 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
1946 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
1954 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
1963 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
1972 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
1980 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
1987 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
2000 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
2008 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
2014 offset = (uint64_t)(uintptr_t)rsrc_pool->rsrc_start - ddr_baseaddr; in tavor_hca_config_setup()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1186 rsrc_pool->rsrc_start = (void *)state->hs_reg_uar_baseaddr; in hermon_rsrc_init_phase2()
1518 rsrc_pool->rsrc_start = NULL; in hermon_rsrc_mbox_init()
1582 if (rsrc_pool->rsrc_start == 0) { in hermon_rsrc_hw_entries_init()
1585 rsrc_pool->rsrc_start = (void *)(uintptr_t)0x10000000; in hermon_rsrc_hw_entries_init()
1590 rsrc_pool->rsrc_type, rsrc_pool->rsrc_start); in hermon_rsrc_hw_entries_init()
1604 (void *)(uintptr_t)rsrc_pool->rsrc_start, in hermon_rsrc_hw_entries_init()
1928 offset = (uintptr_t)addr - (uintptr_t)pool_info->rsrc_start; in hermon_rsrc_hw_entry_alloc()
1990 offset = (uintptr_t)addr - (uintptr_t)pool_info->rsrc_start; in hermon_rsrc_hw_entry_reserve()
2017 addr = (void *)(uintptr_t)(offset + (uintptr_t)pool_info->rsrc_start); in hermon_rsrc_hw_entry_free()
H A Dhermon_fm.c658 rsrc_pool->rsrc_start = (void *)state->hs_reg_uar_baseaddr; in hermon_fm_ereport_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h282 void *rsrc_start; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h317 void *rsrc_start; /* phys start addr of table */ member