Home
last modified time | relevance | path

Searched refs:TAVOR_SLEEP (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h60 #define TAVOR_SLEEP 0 macro
64 TAVOR_SLEEP)
H A Dtavor_cmd.h597 #define TAVOR_CMD_SLEEP_NOSPIN TAVOR_SLEEP
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c203 TAVOR_SLEEP; in tavor_mr_register_shared()
204 if ((sleep == TAVOR_SLEEP) && in tavor_mr_register_shared()
495 if ((sleep == TAVOR_SLEEP) && in tavor_mr_deregister()
922 sleep = (flags & IBT_MW_NOSLEEP) ? TAVOR_NOSLEEP : TAVOR_SLEEP; in tavor_mw_alloc()
923 if ((sleep == TAVOR_SLEEP) && in tavor_mw_alloc()
1052 if ((sleep == TAVOR_SLEEP) && in tavor_mw_free()
1200 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_common_reg()
1201 if ((sleep == TAVOR_SLEEP) && in tavor_mr_common_reg()
1508 sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_dma_mr_register()
1509 if ((sleep == TAVOR_SLEEP) && in tavor_dma_mr_register()
[all …]
H A Dtavor_srq.c275 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : in tavor_srq_alloc()
761 bind.bi_flags = sleepflag == TAVOR_SLEEP ? IBT_MR_SLEEP : in tavor_srq_modify()
H A Dtavor_misc.c161 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP; in tavor_ah_alloc()
2357 callback = (sleepflag == TAVOR_SLEEP) ? DDI_DMA_SLEEP : in tavor_queue_alloc()
2439 flag = (sleepflag == TAVOR_SLEEP) ? DDI_UMEM_SLEEP : in tavor_queue_alloc()
2460 flag = (sleepflag == TAVOR_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in tavor_queue_alloc()
H A Dtavor_event.c935 status = tavor_rsrc_alloc(state, TAVOR_EQC, 1, TAVOR_SLEEP, &eqc); in tavor_eq_alloc()
948 status = tavor_rsrc_alloc(state, TAVOR_EQHDL, 1, TAVOR_SLEEP, &rsrc); in tavor_eq_alloc()
971 status = tavor_queue_alloc(state, &eq->eq_eqinfo, TAVOR_SLEEP); in tavor_eq_alloc()
H A Dtavor.c1475 status = tavor_pd_alloc(state, &state->ts_pdhdl_internal, TAVOR_SLEEP); in tavor_hw_init()
2516 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, TAVOR_SLEEP, in tavor_internal_uarpgs_init()
2529 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, TAVOR_SLEEP, in tavor_internal_uarpgs_init()
2587 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp0_rsrc); in tavor_special_qp_contexts_reserve()
2603 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp1_rsrc); in tavor_special_qp_contexts_reserve()
H A Dtavor_rsrc.c196 flag = (sleepflag == TAVOR_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in tavor_rsrc_alloc()
1988 num_prealloc, TAVOR_SLEEP, &rsvd_rsrc); in tavor_rsrc_hw_entries_init()
2385 flag = (sleepflag == TAVOR_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in tavor_rsrc_hw_entry_alloc()
2458 flag = (sleepflag == TAVOR_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in tavor_rsrc_swhdl_alloc()
2521 flag = (sleepflag == TAVOR_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in tavor_rsrc_pdhdl_alloc()
H A Dtavor_cq.c229 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP; in tavor_cq_alloc()
633 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP; in tavor_cq_resize()
H A Dtavor_qp.c457 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : in tavor_qp_alloc()
919 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : in tavor_special_qp_alloc()
H A Dtavor_umap.c1744 TAVOR_SLEEP); in tavor_umap_umemlock_cb()
H A Dtavor_cmd.c745 status = tavor_rsrc_alloc(state, type, 1, TAVOR_SLEEP, in tavor_impl_mboxlist_init()