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);
224 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc);
482 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt);
494 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc);
547 status = hermon_rsrc_alloc(state, HERMON_MTT, nummtt, sleep, &mtt);
1260 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt);
1274 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc);
1544 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt);
1559 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc);
1669 status = hermon_rsrc_alloc(stat
[all...]
H A Dhermon_srq.c119 status = hermon_rsrc_alloc(state, HERMON_SRQC, 1, sleepflag, &srqc);
126 status = hermon_rsrc_alloc(state, HERMON_SRQHDL, 1, sleepflag, &rsrc);
H A Dhermon_event.c751 status = hermon_rsrc_alloc(state, HERMON_EQC, 1, HERMON_SLEEP, &eqc);
763 status = hermon_rsrc_alloc(state, HERMON_EQHDL, 1, HERMON_SLEEP, &rsrc);
H A Dhermon_qp.c257 status = hermon_rsrc_alloc(state, rsrc_type, 1, sleepflag, &qpc);
268 status = hermon_rsrc_alloc(state, HERMON_QPHDL, 1, sleepflag, &rsrc);
880 status = hermon_rsrc_alloc(state, HERMON_QPHDL, 1, sleepflag, &rsrc);
1345 status = hermon_rsrc_alloc(state, rsrc_type, 1 << log2, sleepflag,
1414 status = hermon_rsrc_alloc(state, HERMON_QPHDL, 1, sleepflag, &rsrc);
H A Dhermon_cq.c123 status = hermon_rsrc_alloc(state, HERMON_CQC, 1, sleepflag, &cqc);
135 status = hermon_rsrc_alloc(state, HERMON_CQHDL, 1, sleepflag, &rsrc);
H A Dhermon.c377 status = hermon_rsrc_alloc(state, HERMON_UARPG, 1,
3365 * where we should have to allocate ICM outside of hermon_rsrc_alloc().
3367 * hermon_rsrc_alloc(), because we've not yet completed the resource
3374 * to hermon_rsrc_alloc() from hermon_hw_entries_init() for the
3679 status = hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP,
3730 status = hermon_rsrc_alloc(state, HERMON_QPC, 2,
3744 status = hermon_rsrc_alloc(state, HERMON_QPC, 2,
3753 status = hermon_rsrc_alloc(state, HERMON_QPC, 4,
H A Dhermon_misc.c510 status = hermon_rsrc_alloc(state, HERMON_AHHDL, 1, sleepflag, &rsrc);
1001 status = hermon_rsrc_alloc(state, HERMON_MCG, 1, HERMON_NOSLEEP, &rsrc);
1817 status = hermon_rsrc_alloc(state, HERMON_PDHDL, 1, sleepflag, &rsrc);
H A Dhermon_rsrc.c173 * hermon_rsrc_alloc()
180 hermon_rsrc_alloc(hermon_state_t *state, hermon_rsrc_type_t rsrc, uint_t num, function
1598 * won't be allocated/freed through hermon_rsrc_alloc/free). This
1629 status = hermon_rsrc_alloc(state, rsrc_pool->rsrc_type,
H A Dhermon_fm.c673 if (hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP,
H A Dhermon_cmd.c756 status = hermon_rsrc_alloc(state, type, 1, HERMON_SLEEP,
/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,

Completed in 137 milliseconds