Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c502 status = tavor_pd_alloc(state, &pdhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_pd()
649 status = tavor_ah_alloc(state, pdhdl, attr_p, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_ah()
700 status = tavor_ah_free(state, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_free_ah()
852 status = tavor_qp_alloc(state, &qpinfo, TAVOR_NOSLEEP, &op); in tavor_ci_alloc_qp()
907 status = tavor_special_qp_alloc(state, &qpinfo, TAVOR_NOSLEEP, &op); in tavor_ci_alloc_special_qp()
971 TAVOR_NOSLEEP); in tavor_ci_free_qp()
1153 &cqhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_cq()
1205 status = tavor_cq_free(state, &cqhdl, TAVOR_NOSLEEP); in tavor_ci_free_cq()
1300 TAVOR_NOSLEEP); in tavor_ci_resize_cq()
1689 TAVOR_NOSLEEP); in tavor_ci_deregister_mr()
[all …]
H A Dtavor_ioctl.c2341 TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2346 TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2353 &lstate->tls_tx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2357 &lstate->tls_rx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()
2374 TAVOR_NOSLEEP); in tavor_loopback_free_state()
2379 TAVOR_NOSLEEP); in tavor_loopback_free_state()
2403 &lstate->tls_pd_hdl, TAVOR_NOSLEEP); in tavor_loopback_init()
2514 &comm->tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_alloc_qps()
2534 TAVOR_NOSLEEP, NULL); in tavor_loopback_alloc_qps()
H A Dtavor_mr.c202 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP : in tavor_mr_register_shared()
922 sleep = (flags & IBT_MW_NOSLEEP) ? TAVOR_NOSLEEP : TAVOR_SLEEP; in tavor_mw_alloc()
1200 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_common_reg()
1508 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_dma_mr_register()
1681 sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_mtt_bind()
1831 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_common_rereg()
H A Dtavor_cmd.c101 ASSERT(TAVOR_SLEEPFLAG_FOR_CONTEXT() != TAVOR_NOSLEEP); in tavor_cmd_post()
206 if (sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_alloc()
228 if (sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_alloc()
281 if (mbox_info->mbi_sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_free()
552 if (mbox_wait == TAVOR_NOSLEEP) { in tavor_impl_mbox_alloc()
881 if (cmd_wait == TAVOR_NOSLEEP) { in tavor_outstanding_cmd_alloc()
1623 status = tavor_mbox_alloc(state, &mbox_info, TAVOR_NOSLEEP); in tavor_mod_stat_cfg_cmd_post()
H A Dtavor_event.c1089 TAVOR_NOSLEEP) != DDI_SUCCESS) { in tavor_eq_alloc()
1162 TAVOR_NOSLEEP); in tavor_eq_free()
H A Dtavor_cq.c698 TAVOR_NOSLEEP); in tavor_cq_resize()
H A Dtavor_misc.c840 status = tavor_rsrc_alloc(state, TAVOR_MCG, 1, TAVOR_NOSLEEP, &rsrc); in tavor_mcg_attach()
H A Dtavor.c397 TAVOR_NOSLEEP, &rsrcp); in tavor_open()