Searched refs:tavor_rsrc_alloc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c222 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt);
235 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc);
942 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt);
957 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc);
1225 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt);
1238 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc);
1358 status = tavor_rsrc_alloc(state, TAVOR_REFCNT, 1, sleep,
1525 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt);
1537 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc);
1724 status = tavor_rsrc_alloc(stat
[all...]
H A Dtavor_rsrc.c171 * tavor_rsrc_alloc()
178 tavor_rsrc_alloc(tavor_state_t *state, tavor_rsrc_type_t rsrc, uint_t num, function
185 TAVOR_TNF_ENTER(tavor_rsrc_alloc);
201 TAVOR_TNF_EXIT(tavor_rsrc_alloc);
318 TAVOR_TNF_EXIT(tavor_rsrc_alloc);
322 TAVOR_TNF_EXIT(tavor_rsrc_alloc);
489 * the tavor_rsrc_alloc() for TAVOR_OUT_MBOX to preallocate the
536 * the tavor_rsrc_alloc() for TAVOR_OUT_MBOX to preallocate the
987 * the tavor_rsrc_alloc() for TAVOR_IN_MBOX to preallocate the
1034 * actually uses the tavor_rsrc_alloc() fo
[all...]
H A Dtavor_misc.c109 status = tavor_rsrc_alloc(state, TAVOR_UDAV, 1, sleepflag, &udav);
121 status = tavor_rsrc_alloc(state, TAVOR_AHHDL, 1, sleepflag, &rsrc);
840 status = tavor_rsrc_alloc(state, TAVOR_MCG, 1, TAVOR_NOSLEEP, &rsrc);
1728 status = tavor_rsrc_alloc(state, TAVOR_PDHDL, 1, sleepflag, &rsrc);
H A Dtavor_qp.c234 status = tavor_rsrc_alloc(state, TAVOR_QPC, 1, sleepflag, &qpc);
246 status = tavor_rsrc_alloc(state, TAVOR_QPHDL, 1, sleepflag, &rsrc);
297 status = tavor_rsrc_alloc(state, TAVOR_RDB, max_rdb,
781 status = tavor_rsrc_alloc(state, TAVOR_QPHDL, 1, sleepflag, &rsrc);
H A Dtavor_srq.c130 status = tavor_rsrc_alloc(state, TAVOR_SRQC, 1, sleepflag, &srqc);
138 status = tavor_rsrc_alloc(state, TAVOR_SRQHDL, 1, sleepflag, &rsrc);
H A Dtavor.c396 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1,
2516 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, TAVOR_SLEEP,
2529 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, TAVOR_SLEEP,
2587 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp0_rsrc);
2603 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp1_rsrc);
H A Dtavor_cq.c119 status = tavor_rsrc_alloc(state, TAVOR_CQC, 1, sleepflag, &cqc);
132 status = tavor_rsrc_alloc(state, TAVOR_CQHDL, 1, sleepflag, &rsrc);
H A Dtavor_event.c935 status = tavor_rsrc_alloc(state, TAVOR_EQC, 1, TAVOR_SLEEP, &eqc);
948 status = tavor_rsrc_alloc(state, TAVOR_EQHDL, 1, TAVOR_SLEEP, &rsrc);
H A Dtavor_cmd.c745 status = tavor_rsrc_alloc(state, type, 1, TAVOR_SLEEP,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h338 int tavor_rsrc_alloc(tavor_state_t *state, tavor_rsrc_type_t rsrc,

Completed in 1004 milliseconds