Searched refs:TAVOR_SLEEP (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_rsrc.h | 60 #define TAVOR_SLEEP 0 macro 64 TAVOR_SLEEP)
|
H A D | tavor_cmd.h | 597 #define TAVOR_CMD_SLEEP_NOSPIN TAVOR_SLEEP
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 203 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 D | tavor_srq.c | 275 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 D | tavor_misc.c | 161 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 D | tavor_event.c | 935 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 D | tavor.c | 1475 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 D | tavor_rsrc.c | 196 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 D | tavor_cq.c | 229 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 D | tavor_qp.c | 457 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 D | tavor_umap.c | 1744 TAVOR_SLEEP); in tavor_umap_umemlock_cb()
|
H A D | tavor_cmd.c | 745 status = tavor_rsrc_alloc(state, type, 1, TAVOR_SLEEP, in tavor_impl_mboxlist_init()
|