/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 212 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt); in hermon_mr_register_shared() 224 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc); in hermon_mr_register_shared() 482 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt); in hermon_mr_alloc_fmr() 494 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc); in hermon_mr_alloc_fmr() 547 status = hermon_rsrc_alloc(state, HERMON_MTT, nummtt, sleep, &mtt); in hermon_mr_alloc_fmr() 1260 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt); in hermon_mw_alloc() 1274 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc); in hermon_mw_alloc() 1544 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt); in hermon_mr_common_reg() 1559 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc); in hermon_mr_common_reg() 1669 status = hermon_rsrc_alloc(state, HERMON_REFCNT, 1, sleep, in hermon_mr_common_reg() [all …]
|
H A D | hermon_srq.c | 119 status = hermon_rsrc_alloc(state, HERMON_SRQC, 1, sleepflag, &srqc); in hermon_srq_alloc() 126 status = hermon_rsrc_alloc(state, HERMON_SRQHDL, 1, sleepflag, &rsrc); in hermon_srq_alloc()
|
H A D | hermon_qp.c | 257 status = hermon_rsrc_alloc(state, rsrc_type, 1, sleepflag, &qpc); in hermon_qp_alloc() 268 status = hermon_rsrc_alloc(state, HERMON_QPHDL, 1, sleepflag, &rsrc); in hermon_qp_alloc() 880 status = hermon_rsrc_alloc(state, HERMON_QPHDL, 1, sleepflag, &rsrc); in hermon_special_qp_alloc() 1345 status = hermon_rsrc_alloc(state, rsrc_type, 1 << log2, sleepflag, in hermon_qp_alloc_range() 1414 status = hermon_rsrc_alloc(state, HERMON_QPHDL, 1, sleepflag, &rsrc); in hermon_qp_alloc_range()
|
H A D | hermon_event.c | 751 status = hermon_rsrc_alloc(state, HERMON_EQC, 1, HERMON_SLEEP, &eqc); in hermon_eq_alloc() 763 status = hermon_rsrc_alloc(state, HERMON_EQHDL, 1, HERMON_SLEEP, &rsrc); in hermon_eq_alloc()
|
H A D | hermon_cq.c | 123 status = hermon_rsrc_alloc(state, HERMON_CQC, 1, sleepflag, &cqc); in hermon_cq_alloc() 135 status = hermon_rsrc_alloc(state, HERMON_CQHDL, 1, sleepflag, &rsrc); in hermon_cq_alloc()
|
H A D | hermon_misc.c | 510 status = hermon_rsrc_alloc(state, HERMON_AHHDL, 1, sleepflag, &rsrc); in hermon_ah_alloc() 1001 status = hermon_rsrc_alloc(state, HERMON_MCG, 1, HERMON_NOSLEEP, &rsrc); in hermon_mcg_attach() 1817 status = hermon_rsrc_alloc(state, HERMON_PDHDL, 1, sleepflag, &rsrc); in hermon_pd_alloc()
|
H A D | hermon.c | 377 status = hermon_rsrc_alloc(state, HERMON_UARPG, 1, in hermon_open() 3679 status = hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP, in hermon_internal_uarpg_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()
|
H A D | hermon_rsrc.c | 180 hermon_rsrc_alloc(hermon_state_t *state, hermon_rsrc_type_t rsrc, uint_t num, in hermon_rsrc_alloc() function 1629 status = hermon_rsrc_alloc(state, rsrc_pool->rsrc_type, in hermon_rsrc_hw_entries_init()
|
H A D | hermon_fm.c | 673 if (hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP, in hermon_fm_ereport_init()
|
H A D | hermon_cmd.c | 756 status = hermon_rsrc_alloc(state, type, 1, HERMON_SLEEP, in hermon_impl_mboxlist_init()
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_rsrc.h | 372 int hermon_rsrc_alloc(hermon_state_t *state, hermon_rsrc_type_t rsrc,
|