Searched refs:HERMON_SLEEP (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 194 HERMON_SLEEP; in hermon_mr_register_shared() 195 if ((sleep == HERMON_SLEEP) && in hermon_mr_register_shared() 464 sleep = (fmr_pool->fmr_flags & IBT_MR_SLEEP) ? HERMON_SLEEP : in hermon_mr_alloc_fmr() 466 if ((sleep == HERMON_SLEEP) && in hermon_mr_alloc_fmr() 762 if ((sleep == HERMON_SLEEP) && in hermon_mr_deregister() 1241 sleep = (flags & IBT_MW_NOSLEEP) ? HERMON_NOSLEEP : HERMON_SLEEP; in hermon_mw_alloc() 1242 if ((sleep == HERMON_SLEEP) && in hermon_mw_alloc() 1362 if ((sleep == HERMON_SLEEP) && in hermon_mw_free() 1526 sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP; in hermon_mr_common_reg() 1527 if ((sleep == HERMON_SLEEP) && in hermon_mr_common_reg() [all …]
|
H A D | hermon_fcoib.c | 348 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 D | hermon_rsrc.c | 196 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 D | hermon_event.c | 751 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 D | hermon_srq.c | 274 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 D | hermon_cq.c | 239 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 D | hermon_misc.c | 2406 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 D | hermon_qp.c | 548 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 D | hermon.c | 1995 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 D | hermon_fm.c | 673 if (hermon_rsrc_alloc(state, HERMON_UARPG, 1, HERMON_SLEEP, in hermon_fm_ereport_init()
|
H A D | hermon_cmd.c | 756 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 D | hermon_umap.c | 2076 HERMON_SLEEP); in hermon_umap_umemlock_cb()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_rsrc.h | 59 #define HERMON_SLEEP 0 macro 63 HERMON_SLEEP)
|
H A D | hermon_cmd.h | 667 #define HERMON_CMD_SLEEP_NOSPIN HERMON_SLEEP
|