Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c380 hermon_rsrc_pool_info_t *qpc_pool, *mpt_pool, *mtt_pool; in hermon_rsrc_fexch_alloc() local
408 qpc_pool = &state->hs_rsrc_hdl[HERMON_QPC]; in hermon_rsrc_fexch_alloc()
409 hdl->hr_len = num << qpc_pool->rsrc_shift; in hermon_rsrc_fexch_alloc()
413 status = hermon_rsrc_hw_entry_icm_confirm(qpc_pool, num, hdl, 1); in hermon_rsrc_fexch_alloc()
428 status = hermon_rsrc_hw_entry_icm_free(qpc_pool, hdl, 1); in hermon_rsrc_fexch_alloc()
480 hermon_rsrc_pool_info_t *qpc_pool; in hermon_rsrc_rfci_alloc() local
505 qpc_pool = &state->hs_rsrc_hdl[HERMON_QPC]; in hermon_rsrc_rfci_alloc()
506 hdl->hr_len = num << qpc_pool->rsrc_shift; in hermon_rsrc_rfci_alloc()
510 status = hermon_rsrc_hw_entry_icm_confirm(qpc_pool, num, hdl, 1); in hermon_rsrc_rfci_alloc()