Home
last modified time | relevance | path

Searched refs:TAVOR_NOSLEEP (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h61 #define TAVOR_NOSLEEP 1 macro
63 ((servicing_interrupt() || ddi_in_panic()) ? TAVOR_NOSLEEP : \
H A Dtavor_cmd.h598 #define TAVOR_CMD_NOSLEEP_SPIN TAVOR_NOSLEEP
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c476 status = tavor_pd_alloc(state, &pdhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_pd()
593 status = tavor_ah_alloc(state, pdhdl, attr_p, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_ah()
632 status = tavor_ah_free(state, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_free_ah()
751 status = tavor_qp_alloc(state, &qpinfo, TAVOR_NOSLEEP, &op); in tavor_ci_alloc_qp()
797 status = tavor_special_qp_alloc(state, &qpinfo, TAVOR_NOSLEEP, &op); in tavor_ci_alloc_special_qp()
849 TAVOR_NOSLEEP); in tavor_ci_free_qp()
989 &cqhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_cq()
1028 status = tavor_cq_free(state, &cqhdl, TAVOR_NOSLEEP); in tavor_ci_free_cq()
1102 TAVOR_NOSLEEP); in tavor_ci_resize_cq()
1437 TAVOR_NOSLEEP); in tavor_ci_deregister_mr()
[all …]
H A Dtavor_ioctl.c2028 TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2033 TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2040 &lstate->tls_tx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2044 &lstate->tls_rx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2061 TAVOR_NOSLEEP); in tavor_loopback_free_state()
2066 TAVOR_NOSLEEP); in tavor_loopback_free_state()
2090 &lstate->tls_pd_hdl, TAVOR_NOSLEEP); in tavor_loopback_init()
2199 &comm->tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_alloc_qps()
2219 TAVOR_NOSLEEP, NULL); in tavor_loopback_alloc_qps()
H A Dtavor_mr.c181 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP : in tavor_mr_register_shared()
822 sleep = (flags & IBT_MW_NOSLEEP) ? TAVOR_NOSLEEP : TAVOR_SLEEP; in tavor_mw_alloc()
1068 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_common_reg()
1351 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_dma_mr_register()
1521 sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_mtt_bind()
1651 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_common_rereg()
H A Dtavor_cmd.c91 ASSERT(TAVOR_SLEEPFLAG_FOR_CONTEXT() != TAVOR_NOSLEEP); in tavor_cmd_post()
187 if (sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_alloc()
208 if (sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_alloc()
257 if (mbox_info->mbi_sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_free()
478 if (mbox_wait == TAVOR_NOSLEEP) { in tavor_impl_mbox_alloc()
782 if (cmd_wait == TAVOR_NOSLEEP) { in tavor_outstanding_cmd_alloc()
1436 status = tavor_mbox_alloc(state, &mbox_info, TAVOR_NOSLEEP); in tavor_mod_stat_cfg_cmd_post()
H A Dtavor_event.c1004 TAVOR_NOSLEEP) != DDI_SUCCESS) { in tavor_eq_alloc()
1069 TAVOR_NOSLEEP); in tavor_eq_free()
H A Dtavor_cq.c651 TAVOR_NOSLEEP); in tavor_cq_resize()
H A Dtavor_misc.c769 status = tavor_rsrc_alloc(state, TAVOR_MCG, 1, TAVOR_NOSLEEP, &rsrc); in tavor_mcg_attach()
H A Dtavor.c347 TAVOR_NOSLEEP, &rsrcp); in tavor_open()