Home
last modified time | relevance | path

Searched refs:hs_rsrc_hdl (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c190 rsrc_pool = &state->hs_rsrc_hdl[rsrc]; in hermon_rsrc_alloc()
315 rsrc_pool = &state->hs_rsrc_hdl[rsrc]; in hermon_rsrc_reserve()
408 qpc_pool = &state->hs_rsrc_hdl[HERMON_QPC]; in hermon_rsrc_fexch_alloc()
420 mpt_pool = &state->hs_rsrc_hdl[HERMON_DMPT]; in hermon_rsrc_fexch_alloc()
436 mtt_pool = &state->hs_rsrc_hdl[HERMON_MTT]; in hermon_rsrc_fexch_alloc()
463 hdl->hr_len >> state->hs_rsrc_hdl[HERMON_QPC].rsrc_shift); in hermon_rsrc_fexch_free()
505 qpc_pool = &state->hs_rsrc_hdl[HERMON_QPC]; in hermon_rsrc_rfci_alloc()
530 hdl->hr_len >> state->hs_rsrc_hdl[HERMON_QPC].rsrc_shift); in hermon_rsrc_rfci_free()
546 rsrc_pool = &state->hs_rsrc_hdl[(*hdl)->rsrc_type]; in hermon_rsrc_free()
664 state->hs_rsrc_hdl = kmem_zalloc(HERMON_NUM_RESOURCES * in hermon_rsrc_init_phase1()
[all …]
H A Dhermon_fm.c641 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_UARPG]; in hermon_fm_ereport_init()
650 rsrc_pool = &state->hs_rsrc_hdl[HERMON_UARPG]; in hermon_fm_ereport_init()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h494 hermon_rsrc_pool_info_t *hs_rsrc_hdl; member