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 D | hermon_mr.c | 212 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 D | hermon_srq.c | 119 status = hermon_rsrc_alloc(state, HERMON_SRQC, 1, sleepflag, &srqc); 126 status = hermon_rsrc_alloc(state, HERMON_SRQHDL, 1, sleepflag, &rsrc);
|
H A D | hermon_event.c | 751 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 D | hermon_qp.c | 257 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 D | hermon_cq.c | 123 status = hermon_rsrc_alloc(state, HERMON_CQC, 1, sleepflag, &cqc); 135 status = hermon_rsrc_alloc(state, HERMON_CQHDL, 1, sleepflag, &rsrc);
|
H A D | hermon.c | 377 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 D | hermon_misc.c | 510 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 D | hermon_rsrc.c | 173 * 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 D | hermon_fm.c | 673 if (hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP,
|
H A D | hermon_cmd.c | 756 status = hermon_rsrc_alloc(state, type, 1, HERMON_SLEEP,
|
/illumos-gate/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,
|
Completed in 137 milliseconds