Searched refs:HERMON_QPC (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_rsrc.c | 222 case HERMON_QPC: in hermon_rsrc_alloc() 335 case HERMON_QPC: in hermon_rsrc_reserve() 408 qpc_pool = &state->hs_rsrc_hdl[HERMON_QPC]; 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() 570 case HERMON_QPC: in hermon_rsrc_free() 870 case HERMON_QPC: in hermon_rsrc_init_phase2() 1378 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_QPC]; in hermon_rsrc_fini() 1936 num_to_hdl = (rsrc_type == HERMON_QPC || in hermon_rsrc_hw_entry_alloc() [all …]
|
H A D | hermon_qp.c | 115 rsrc_type = HERMON_QPC; in hermon_qp_alloc() 696 hermon_icm_set_num_to_hdl(state, HERMON_QPC, qpc->hr_indx, qp); in hermon_qp_alloc() 1181 hermon_icm_set_num_to_hdl(state, HERMON_QPC, qpc->hr_indx + port, qp); in hermon_special_qp_alloc() 1267 rsrc_type = HERMON_QPC; in hermon_qp_alloc_range() 1784 hermon_icm_set_num_to_hdl(state, HERMON_QPC, qpc->hr_indx + ii, qp); in hermon_qp_alloc_range() 1974 hermon_icm_set_num_to_hdl(state, HERMON_QPC, in hermon_qp_free() 1977 hermon_icm_set_num_to_hdl(state, HERMON_QPC, in hermon_qp_free() 1980 hermon_icm_set_num_to_hdl(state, HERMON_QPC, in hermon_qp_free() 2640 return (hermon_icm_num_to_hdl(state, HERMON_QPC, qpindx)); in hermon_qphdl_from_qpnum()
|
H A D | hermon_fcoib.c | 366 if (hermon_rsrc_reserve(state, HERMON_QPC, numports * in hermon_fcoib_init() 373 if (hermon_rsrc_reserve(state, HERMON_QPC, numports * in hermon_fcoib_init()
|
H A D | hermon.c | 1001 case HERMON_QPC: in hermon_icm_alloc() 1077 case HERMON_QPC: in hermon_icm_alloc() 1149 case HERMON_QPC: in hermon_icm_free() 2881 icm[HERMON_QPC].object_size = devlim->qpc_entry_sz; in hermon_icm_config_setup() 2899 icm[HERMON_QPC].log_num_entries = cfg->cp_log_num_qp; in hermon_icm_config_setup() 3081 case HERMON_QPC: in hermon_inithca_set() 3237 init_dependent(HERMON_QPC, i); in hermon_icm_tables_init() 3730 status = hermon_rsrc_alloc(state, HERMON_QPC, 2, in hermon_special_qp_contexts_reserve() 3744 status = hermon_rsrc_alloc(state, HERMON_QPC, 2, in hermon_special_qp_contexts_reserve() 3753 status = hermon_rsrc_alloc(state, HERMON_QPC, 4, in hermon_special_qp_contexts_reserve()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_rsrc.h | 139 HERMON_QPC, enumerator
|