Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c212 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 Dhermon_srq.c119 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 Dhermon_qp.c257 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 Dhermon_event.c751 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 Dhermon.c377 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 Dhermon_misc.c510 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 Dhermon_cq.c123 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 Dhermon_rsrc.c180 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 Dhermon_fm.c673 if (hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP, in hermon_fm_ereport_init()
H A Dhermon_cmd.c756 status = hermon_rsrc_alloc(state, type, 1, HERMON_SLEEP, in hermon_impl_mboxlist_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h372 int hermon_rsrc_alloc(hermon_state_t *state, hermon_rsrc_type_t rsrc,