Home
last modified time | relevance | path

Searched refs:HERMON_SLEEP (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c194 HERMON_SLEEP; in hermon_mr_register_shared()
195 if ((sleep == HERMON_SLEEP) && in hermon_mr_register_shared()
466 if ((sleep == HERMON_SLEEP) && in hermon_mr_alloc_fmr()
762 if ((sleep == HERMON_SLEEP) && in hermon_mr_deregister()
1242 if ((sleep == HERMON_SLEEP) && in hermon_mw_alloc()
1362 if ((sleep == HERMON_SLEEP) && in hermon_mw_free()
1527 if ((sleep == HERMON_SLEEP) && in hermon_mr_common_reg()
1849 if ((sleep == HERMON_SLEEP) && in hermon_dma_mr_register()
2280 HERMON_NOSLEEP : HERMON_SLEEP; in hermon_mr_mtt_bind()
2281 if ((sleep == HERMON_SLEEP) && in hermon_mr_mtt_bind()
[all …]
H A Dhermon_fcoib.c348 fcoib->hfc_mpts_per_port, HERMON_SLEEP, in hermon_fcoib_init()
361 HERMON_SLEEP, &fcoib->hfc_mtt_rsrc) != DDI_SUCCESS) { in hermon_fcoib_init()
367 fcoib->hfc_fexch_qps_per_port, HERMON_SLEEP, in hermon_fcoib_init()
374 fcoib->hfc_rfci_qps_per_port, HERMON_SLEEP, in hermon_fcoib_init()
H A Dhermon_rsrc.c196 flag = (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in hermon_rsrc_alloc()
321 flag = (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in hermon_rsrc_reserve()
396 flag = (sleepflag == HERMON_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in hermon_rsrc_fexch_alloc()
493 flag = (sleepflag == HERMON_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in hermon_rsrc_rfci_alloc()
1630 num_prealloc, HERMON_SLEEP, &rsvd_rsrc); in hermon_rsrc_hw_entries_init()
1913 flag = (sleepflag == HERMON_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in hermon_rsrc_hw_entry_alloc()
1975 flag = (sleepflag == HERMON_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in hermon_rsrc_hw_entry_reserve()
2314 flag = (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in hermon_rsrc_swhdl_alloc()
2365 flag = (sleepflag == HERMON_SLEEP) ? VM_SLEEP : VM_NOSLEEP; in hermon_rsrc_pdhdl_alloc()
H A Dhermon_event.c751 status = hermon_rsrc_alloc(state, HERMON_EQC, 1, HERMON_SLEEP, &eqc); in hermon_eq_alloc()
763 status = hermon_rsrc_alloc(state, HERMON_EQHDL, 1, HERMON_SLEEP, &rsrc); in hermon_eq_alloc()
778 status = hermon_queue_alloc(state, &eq->eq_eqinfo, HERMON_SLEEP); in hermon_eq_alloc()
H A Dhermon_srq.c274 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_srq_alloc()
694 bind.bi_flags = sleepflag == HERMON_SLEEP ? IBT_MR_SLEEP : in hermon_srq_modify()
H A Dhermon_cq.c239 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP; in hermon_cq_alloc()
665 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP; in hermon_cq_resize()
1617 HERMON_SLEEP); in hermon_cq_resize_helper()
H A Dhermon_misc.c2406 callback = (sleepflag == HERMON_SLEEP) ? DDI_DMA_SLEEP : in hermon_queue_alloc()
2478 flag = (sleepflag == HERMON_SLEEP) ? DDI_UMEM_SLEEP : in hermon_queue_alloc()
2560 sleep = (fmr_attr->fmr_flags & IBT_MR_SLEEP) ? HERMON_SLEEP : in hermon_create_fmr_pool()
2562 if ((sleep == HERMON_SLEEP) && in hermon_create_fmr_pool()
H A Dhermon_qp.c548 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_qp_alloc()
1060 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_special_qp_alloc()
1364 (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP); in hermon_qp_alloc_range()
1656 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_qp_alloc_range()
H A Dhermon.c1995 HERMON_SLEEP); in hermon_hw_init()
3679 status = hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP, in hermon_internal_uarpg_init()
3731 HERMON_SLEEP, &qp0_rsrc); in hermon_special_qp_contexts_reserve()
3745 HERMON_SLEEP, &qp1_rsrc); in hermon_special_qp_contexts_reserve()
3754 HERMON_SLEEP, &qp_resvd); in hermon_special_qp_contexts_reserve()
H A Dhermon_fm.c673 if (hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP, in hermon_fm_ereport_init()
H A Dhermon_cmd.c756 status = hermon_rsrc_alloc(state, type, 1, HERMON_SLEEP, in hermon_impl_mboxlist_init()
1613 status = hermon_mbox_alloc(state, &mbox_info, HERMON_SLEEP); in hermon_map_cmd_post()
H A Dhermon_umap.c2076 HERMON_SLEEP); in hermon_umap_umemlock_cb()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h59 #define HERMON_SLEEP 0 macro
63 HERMON_SLEEP)
H A Dhermon_cmd.h667 #define HERMON_CMD_SLEEP_NOSPIN HERMON_SLEEP