Searched refs:HERMON_NOSLEEP (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h51 * HERMON_NOSLEEP (indicating that it is not appropriate to sleep in the current
60 #define HERMON_NOSLEEP 1 macro
62 ((servicing_interrupt() || ddi_in_panic()) ? HERMON_NOSLEEP : \
H A Dhermon_cmd.h654 * We use HERMON_SLEEP and HERMON_NOSLEEP for our HERMON_CMD_ #defines. This is
668 #define HERMON_CMD_NOSLEEP_SPIN HERMON_NOSLEEP
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c461 status = hermon_pd_alloc(state, &pdhdl, HERMON_NOSLEEP);
552 status = hermon_ah_alloc(state, pdhdl, attr_p, &ahhdl, HERMON_NOSLEEP);
581 status = hermon_ah_free(state, &ahhdl, HERMON_NOSLEEP);
667 status = hermon_qp_alloc(state, &qpinfo, HERMON_NOSLEEP);
706 status = hermon_special_qp_alloc(state, &qpinfo, HERMON_NOSLEEP);
745 send_cq, recv_cq, (hermon_qphdl_t *)qp_p, HERMON_NOSLEEP);
768 HERMON_NOSLEEP);
861 &cqhdl, HERMON_NOSLEEP);
891 status = hermon_cq_free(state, &cqhdl, HERMON_NOSLEEP);
942 HERMON_NOSLEEP);
[all...]
H A Dhermon_ioctl.c2780 HERMON_NOSLEEP);
2785 HERMON_NOSLEEP);
2792 &lstate->hls_tx.hlc_cqhdl[i], HERMON_NOSLEEP);
2796 &lstate->hls_rx.hlc_cqhdl[i], HERMON_NOSLEEP);
2813 HERMON_NOSLEEP);
2818 HERMON_NOSLEEP);
2842 &lstate->hls_pd_hdl, HERMON_NOSLEEP);
2952 &comm->hlc_cqhdl[i], HERMON_NOSLEEP);
2972 HERMON_NOSLEEP);
H A Dhermon_mr.c193 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP :
465 HERMON_NOSLEEP;
1010 HERMON_NOSLEEP);
1241 sleep = (flags & IBT_MW_NOSLEEP) ? HERMON_NOSLEEP : HERMON_SLEEP;
1526 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
1848 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
2033 sleep = (flags & IBT_KEY_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
2280 HERMON_NOSLEEP : HERMON_SLEEP;
2416 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
H A Dhermon_event.c877 HERMON_NOSLEEP) != DDI_SUCCESS) {
942 HERMON_NOSLEEP);
H A Dhermon_cmd.c108 ASSERT(HERMON_SLEEPFLAG_FOR_CONTEXT() != HERMON_NOSLEEP);
298 if (sleep_context == HERMON_NOSLEEP) {
319 if (sleep_context == HERMON_NOSLEEP) {
368 if (mbox_info->mbi_sleep_context == HERMON_NOSLEEP) {
579 if (mbox_wait == HERMON_NOSLEEP) {
875 if (cmd_wait == HERMON_NOSLEEP) {
1532 status = hermon_mbox_alloc(state, &mbox_info, HERMON_NOSLEEP);
H A Dhermon_misc.c1001 status = hermon_rsrc_alloc(state, HERMON_MCG, 1, HERMON_NOSLEEP, &rsrc);
2561 HERMON_NOSLEEP;
H A Dhermon.c378 HERMON_NOSLEEP, &rsrcp);

Completed in 87 milliseconds