Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c343 state->hs_kernel_uar_index = (devlim->num_rsvd_uar > 128) ? in hermon_cfg_profile_init_phase2()
H A Dhermon_qp.c165 uarpg = state->hs_kernel_uar_index; in hermon_qp_alloc()
900 uarpg = state->hs_kernel_uar_index; /* must be for spec qp */ in hermon_special_qp_alloc()
1294 uarpg = state->hs_kernel_uar_index; in hermon_qp_alloc_range()
H A Dhermon_srq.c112 uarpg = state->hs_kernel_uar_index; in hermon_srq_alloc()
H A Dhermon_misc.c360 if (index != state->hs_kernel_uar_index) in hermon_dbr_alloc()
406 if (indx != state->hs_kernel_uar_index) { in hermon_dbr_free()
H A Dhermon_cq.c107 uarpg = state->hs_kernel_uar_index; in hermon_cq_alloc()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h430 uint64_t hs_kernel_uar_index; /* kernel UAR index */ member