Searched refs:HERMON_NOSLEEP (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_rsrc.h | 60 #define HERMON_NOSLEEP 1 macro 62 ((servicing_interrupt() || ddi_in_panic()) ? HERMON_NOSLEEP : \
|
H A D | hermon_cmd.h | 668 #define HERMON_CMD_NOSLEEP_SPIN HERMON_NOSLEEP
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 461 status = hermon_pd_alloc(state, &pdhdl, HERMON_NOSLEEP); in hermon_ci_alloc_pd() 552 status = hermon_ah_alloc(state, pdhdl, attr_p, &ahhdl, HERMON_NOSLEEP); in hermon_ci_alloc_ah() 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() 706 status = hermon_special_qp_alloc(state, &qpinfo, HERMON_NOSLEEP); in hermon_ci_alloc_special_qp() 745 send_cq, recv_cq, (hermon_qphdl_t *)qp_p, HERMON_NOSLEEP); in hermon_ci_alloc_qp_range() 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() [all …]
|
H A D | hermon_ioctl.c | 2780 HERMON_NOSLEEP); in hermon_loopback_free_qps() 2785 HERMON_NOSLEEP); in hermon_loopback_free_qps() 2792 &lstate->hls_tx.hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_free_qps() 2796 &lstate->hls_rx.hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_free_qps() 2813 HERMON_NOSLEEP); in hermon_loopback_free_state() 2818 HERMON_NOSLEEP); in hermon_loopback_free_state() 2842 &lstate->hls_pd_hdl, HERMON_NOSLEEP); in hermon_loopback_init() 2952 &comm->hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_alloc_qps() 2972 HERMON_NOSLEEP); in hermon_loopback_alloc_qps()
|
H A D | hermon_mr.c | 193 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 D | hermon_cmd.c | 108 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 D | hermon_event.c | 877 HERMON_NOSLEEP) != DDI_SUCCESS) { in hermon_eq_alloc() 942 HERMON_NOSLEEP); in hermon_eq_free()
|
H A D | hermon_misc.c | 1001 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 D | hermon.c | 378 HERMON_NOSLEEP, &rsrcp); in hermon_open()
|