Home
last modified time | relevance | path

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.h60 #define HERMON_NOSLEEP 1 macro
62 ((servicing_interrupt() || ddi_in_panic()) ? HERMON_NOSLEEP : \
H A Dhermon_cmd.h668 #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); in hermon_ci_alloc_pd()
581 status = hermon_ah_free(state, &ahhdl, HERMON_NOSLEEP); in hermon_ci_free_ah()
667 status = hermon_qp_alloc(state, &qpinfo, HERMON_NOSLEEP); in hermon_ci_alloc_qp()
768 HERMON_NOSLEEP); in hermon_ci_free_qp()
861 &cqhdl, HERMON_NOSLEEP); in hermon_ci_alloc_cq()
891 status = hermon_cq_free(state, &cqhdl, HERMON_NOSLEEP); in hermon_ci_free_cq()
942 HERMON_NOSLEEP); in hermon_ci_resize_cq()
968 HERMON_NOSLEEP); in hermon_ci_modify_cq()
1263 HERMON_NOSLEEP); in hermon_ci_deregister_mr()
1558 status = hermon_mw_free(state, &mwhdl, HERMON_NOSLEEP); in hermon_ci_free_mw()
[all …]
H A Dhermon_ioctl.c2778 HERMON_NOSLEEP); in hermon_loopback_free_qps()
2783 HERMON_NOSLEEP); in hermon_loopback_free_qps()
2790 &lstate->hls_tx.hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_free_qps()
2794 &lstate->hls_rx.hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_free_qps()
2811 HERMON_NOSLEEP); in hermon_loopback_free_state()
2816 HERMON_NOSLEEP); in hermon_loopback_free_state()
2840 &lstate->hls_pd_hdl, HERMON_NOSLEEP); in hermon_loopback_init()
2950 &comm->hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_alloc_qps()
2970 HERMON_NOSLEEP); in hermon_loopback_alloc_qps()
H A Dhermon_mr.c193 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP : in hermon_mr_register_shared()
465 HERMON_NOSLEEP; in hermon_mr_alloc_fmr()
1010 HERMON_NOSLEEP); in hermon_mr_query()
1241 sleep = (flags & IBT_MW_NOSLEEP) ? HERMON_NOSLEEP : HERMON_SLEEP; in hermon_mw_alloc()
1526 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP; in hermon_mr_common_reg()
1848 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP; in hermon_dma_mr_register()
2033 sleep = (flags & IBT_KEY_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP; in hermon_mr_alloc_lkey()
2280 HERMON_NOSLEEP : HERMON_SLEEP; in hermon_mr_mtt_bind()
2416 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP; in hermon_mr_common_rereg()
H A Dhermon_cmd.c108 ASSERT(HERMON_SLEEPFLAG_FOR_CONTEXT() != HERMON_NOSLEEP); in hermon_cmd_post()
298 if (sleep_context == HERMON_NOSLEEP) { in hermon_mbox_alloc()
319 if (sleep_context == HERMON_NOSLEEP) { in hermon_mbox_alloc()
368 if (mbox_info->mbi_sleep_context == HERMON_NOSLEEP) { in hermon_mbox_free()
579 if (mbox_wait == HERMON_NOSLEEP) { in hermon_impl_mbox_alloc()
875 if (cmd_wait == HERMON_NOSLEEP) { in hermon_outstanding_cmd_alloc()
1532 status = hermon_mbox_alloc(state, &mbox_info, HERMON_NOSLEEP); in hermon_mod_stat_cfg_cmd_post()
H A Dhermon_event.c877 HERMON_NOSLEEP) != DDI_SUCCESS) { in hermon_eq_alloc()
942 HERMON_NOSLEEP); in hermon_eq_free()
H A Dhermon_misc.c1001 status = hermon_rsrc_alloc(state, HERMON_MCG, 1, HERMON_NOSLEEP, &rsrc); in hermon_mcg_attach()
2561 HERMON_NOSLEEP; in hermon_create_fmr_pool()
H A Dhermon.c378 HERMON_NOSLEEP, &rsrcp); in hermon_open()