Home
last modified time | relevance | path

Searched refs:sleepflag (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h628 uint64_t *errorcode, uint_t sleepflag);
636 tavor_hw_initqueryhca_t *inithca, uint_t sleepflag);
646 uint_t sleepflag);
648 uint_t port, uint_t reset_qkey, uint_t sleepflag);
682 uint_t sleepflag, uint32_t *mad, uint32_t *resp);
684 uint_t sleepflag, sm_portinfo_t *portinfo);
711 uint_t eqcindx, uint64_t eqmapmask, uint_t sleepflag);
724 uint_t qptype, uint_t sleepflag);
733 uint_t mcgindx, uint_t sleepflag);
735 uint_t mcgindx, uint_t sleepflag);
[all …]
H A Dtavor_srq.h211 uint_t sleepflag, tavor_srq_options_t *op);
213 uint_t sleepflag);
215 uint_t size, uint_t *real_size, uint_t sleepflag);
H A Dtavor_cq.h260 uint_t sleepflag);
262 uint_t sleepflag);
264 uint_t req_size, uint_t *actual_size, uint_t sleepflag);
H A Dtavor_misc.h504 ibt_adds_vect_t *attr_p, tavor_ahhdl_t *ahhdl, uint_t sleepflag);
506 uint_t sleepflag);
520 uint_t sleepflag);
543 uint_t sleepflag);
H A Dtavor_qp.h400 uint_t sleepflag, tavor_qp_options_t *op);
402 uint_t sleepflag, tavor_qp_options_t *op);
404 ibc_free_qp_flags_t free_qp_flags, ibc_qpn_hdl_t *qpnh, uint_t sleepflag);
H A Dtavor_rsrc.h339 uint_t num, uint_t sleepflag, tavor_rsrc_t **hdl);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h725 uint_t sleepflag);
727 uint_t sleepflag);
762 uint_t sleepflag, uint32_t *mad, uint32_t *resp);
764 uint_t sleepflag, sm_portinfo_t *portinfo);
774 uint_t sleepflag, int *ext_width_supported);
803 uint_t cqcindx, uint_t opmod, uint_t sleepflag);
810 uint_t qptype, uint_t sleepflag, uint_t opmod);
828 uint_t mcgindx, uint_t sleepflag);
830 uint_t mcgindx, uint_t sleepflag);
845 uint_t mptindx, uint_t flags, uint_t sleepflag);
[all …]
H A Dhermon_srq.h166 uint_t sleepflag);
168 uint_t sleepflag);
170 uint_t size, uint_t *real_size, uint_t sleepflag);
H A Dhermon_cq.h269 uint_t sleepflag);
271 uint_t sleepflag);
273 uint_t req_size, uint_t *actual_size, uint_t sleepflag);
275 uint_t count, uint_t usec, ibt_cq_handler_id_t hid, uint_t sleepflag);
H A Dhermon_qp.h371 uint_t sleepflag);
373 uint_t sleepflag);
376 ibc_cq_hdl_t *recv_cq_p, hermon_qphdl_t *qp_p, uint_t sleepflag);
378 ibc_free_qp_flags_t free_qp_flags, ibc_qpn_hdl_t *qpnh, uint_t sleepflag);
H A Dhermon_misc.h646 ibt_adds_vect_t *attr_p, hermon_ahhdl_t *ahhdl, uint_t sleepflag);
648 uint_t sleepflag);
662 uint_t sleepflag);
685 uint_t sleepflag);
H A Dhermon_rsrc.h373 uint_t num, uint_t sleepflag, hermon_rsrc_t **hdl);
382 uint_t num, uint_t sleepflag, hermon_rsrc_t **hdl);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c1171 cmd.cp_flags = sleepflag; in tavor_sys_en_cmd_post()
1206 cmd.cp_flags = sleepflag; in tavor_sys_dis_cmd_post()
1255 cmd.cp_flags = sleepflag; in tavor_init_hca_cmd_post()
1285 cmd.cp_flags = sleepflag; in tavor_close_hca_cmd_post()
1334 cmd.cp_flags = sleepflag; in tavor_init_ib_cmd_post()
1361 cmd.cp_flags = sleepflag; in tavor_close_ib_cmd_post()
1403 cmd.cp_flags = sleepflag; in tavor_set_ib_cmd_post()
1522 cmd.cp_flags = sleepflag; in tavor_mad_ifc_cmd_post()
1585 cmd.cp_flags = sleepflag; in tavor_getportinfo_cmd_post()
2059 uint_t sleepflag) in tavor_cmn_qp_cmd_post() argument
[all …]
H A Dtavor_srq.c54 uint_t sleepflag, tavor_srq_options_t *op) in tavor_srq_alloc() argument
238 status = tavor_queue_alloc(state, &srq->srq_wqinfo, sleepflag); in tavor_srq_alloc()
258 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : in tavor_srq_alloc()
355 sleepflag); in tavor_srq_alloc()
535 sizeof (tavor_hw_srqc_t), srqnum, sleepflag); in tavor_srq_free()
550 sleepflag); in tavor_srq_free()
596 uint_t *real_size, uint_t sleepflag) in tavor_srq_modify() argument
673 status = tavor_queue_alloc(state, &new_srqinfo, sleepflag); in tavor_srq_modify()
685 sizeof (tavor_wrid_entry_t), sleepflag); in tavor_srq_modify()
704 bind.bi_flags = sleepflag == TAVOR_SLEEP ? IBT_MR_SLEEP : in tavor_srq_modify()
[all …]
H A Dtavor_cq.c65 uint_t sleepflag) in tavor_cq_alloc() argument
191 status = tavor_queue_alloc(state, &cq->cq_cqinfo, sleepflag); in tavor_cq_alloc()
282 sizeof (tavor_hw_cqc_t), cq->cq_cqnum, sleepflag); in tavor_cq_alloc()
345 sleepflag) != DDI_SUCCESS) { in tavor_cq_alloc()
464 sizeof (tavor_hw_cqc_t), cqnum, sleepflag); in tavor_cq_free()
479 sleepflag); in tavor_cq_free()
510 uint_t *actual_size, uint_t sleepflag) in tavor_cq_resize() argument
567 status = tavor_queue_alloc(state, &new_cqinfo, sleepflag); in tavor_cq_resize()
656 sleepflag) != DDI_SUCCESS) { in tavor_cq_resize()
696 sleepflag) != DDI_SUCCESS) { in tavor_cq_resize()
[all …]
H A Dtavor_rsrc.c125 uint_t sleepflag, tavor_rsrc_t *hdl);
130 uint_t sleepflag, tavor_rsrc_t *hdl);
135 uint_t sleepflag, tavor_rsrc_t *hdl);
179 uint_t sleepflag, tavor_rsrc_t **hdl) in tavor_rsrc_alloc() argument
231 sleepflag, tmp_rsrc_hdl); in tavor_rsrc_alloc()
242 state->ts_reg_ddrhdl, sleepflag, tmp_rsrc_hdl); in tavor_rsrc_alloc()
252 sleepflag, tmp_rsrc_hdl); in tavor_rsrc_alloc()
268 state->ts_reg_ddrhdl, sleepflag, tmp_rsrc_hdl); in tavor_rsrc_alloc()
278 state->ts_reg_uarhdl, sleepflag, tmp_rsrc_hdl); in tavor_rsrc_alloc()
288 status = tavor_rsrc_swhdl_alloc(rsrc_pool, sleepflag, in tavor_rsrc_alloc()
[all …]
H A Dtavor_qp.c62 uint_t sleepflag, tavor_qp_options_t *op) in tavor_qp_alloc() argument
212 status = tavor_rsrc_alloc(state, TAVOR_QPC, 1, sleepflag, &qpc); in tavor_qp_alloc()
222 status = tavor_rsrc_alloc(state, TAVOR_QPHDL, 1, sleepflag, &rsrc); in tavor_qp_alloc()
268 sleepflag, &rdb); in tavor_qp_alloc()
384 status = tavor_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in tavor_qp_alloc()
419 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : in tavor_qp_alloc()
604 uint_t sleepflag, tavor_qp_options_t *op) in tavor_special_qp_alloc() argument
823 status = tavor_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in tavor_special_qp_alloc()
850 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : in tavor_special_qp_alloc()
978 uint_t sleepflag) in tavor_qp_free() argument
[all …]
H A Dtavor_misc.c75 ibt_adds_vect_t *attr_p, tavor_ahhdl_t *ahhdl, uint_t sleepflag) in tavor_ah_alloc() argument
104 status = tavor_rsrc_alloc(state, TAVOR_UDAV, 1, sleepflag, &udav); in tavor_ah_alloc()
114 status = tavor_rsrc_alloc(state, TAVOR_AHHDL, 1, sleepflag, &rsrc); in tavor_ah_alloc()
150 flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP; in tavor_ah_alloc()
228 tavor_ah_free(tavor_state_t *state, tavor_ahhdl_t *ahhdl, uint_t sleepflag) in tavor_ah_free() argument
257 sleepflag); in tavor_ah_free()
1549 status = tavor_rsrc_alloc(state, TAVOR_PDHDL, 1, sleepflag, &rsrc); in tavor_pd_alloc()
2110 uint_t sleepflag) in tavor_queue_alloc() argument
2121 callback = (sleepflag == TAVOR_SLEEP) ? DDI_DMA_SLEEP : in tavor_queue_alloc()
2198 flag = (sleepflag == TAVOR_SLEEP) ? DDI_UMEM_SLEEP : in tavor_queue_alloc()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c1362 cmd.cp_flags = sleepflag; in hermon_init_hca_cmd_post()
1394 cmd.cp_flags = sleepflag; in hermon_close_hca_cmd_post()
1441 cmd.cp_flags = sleepflag; in hermon_set_port_cmd_post()
1469 cmd.cp_flags = sleepflag; in hermon_init_port_cmd_post()
1495 cmd.cp_flags = sleepflag; in hermon_close_port_cmd_post()
1952 cmd.cp_flags = sleepflag; in hermon_mad_ifc_cmd_post()
2337 cmd.cp_flags = sleepflag; in hermon_getnodeinfo_cmd_post()
2410 cmd.cp_flags = sleepflag; in hermon_getnodedesc_cmd_post()
2477 cmd.cp_flags = sleepflag; in hermon_getguidinfo_cmd_post()
2815 uint_t sleepflag) in hermon_cmn_qp_cmd_post() argument
[all …]
H A Dhermon_srq.c53 uint_t sleepflag) in hermon_srq_alloc() argument
274 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_srq_alloc()
347 sleepflag); in hermon_srq_alloc()
447 uint_t sleepflag) in hermon_srq_free() argument
532 sizeof (hermon_hw_srqc_t), srqnum, sleepflag); in hermon_srq_free()
550 sleepflag); in hermon_srq_free()
586 uint_t *real_size, uint_t sleepflag) in hermon_srq_modify() argument
661 status = hermon_queue_alloc(state, &new_srqinfo, sleepflag); in hermon_srq_modify()
674 sleepflag); in hermon_srq_modify()
694 bind.bi_flags = sleepflag == HERMON_SLEEP ? IBT_MR_SLEEP : in hermon_srq_modify()
[all …]
H A Dhermon_rsrc.c125 uint_t sleepflag, hermon_rsrc_t *hdl);
130 uint_t sleepflag, hermon_rsrc_t *hdl);
181 uint_t sleepflag, hermon_rsrc_t **hdl) in hermon_rsrc_alloc() argument
225 sleepflag, tmp_rsrc_hdl); in hermon_rsrc_alloc()
232 sleepflag, tmp_rsrc_hdl); in hermon_rsrc_alloc()
239 sleepflag, tmp_rsrc_hdl); in hermon_rsrc_alloc()
250 sleepflag, tmp_rsrc_hdl); in hermon_rsrc_alloc()
306 uint_t sleepflag, hermon_rsrc_t **hdl) in hermon_rsrc_reserve() argument
342 sleepflag, tmp_rsrc_hdl); in hermon_rsrc_reserve()
375 uint_t num, uint_t sleepflag, hermon_rsrc_t *hdl) in hermon_rsrc_fexch_alloc() argument
[all …]
H A Dhermon_cq.c70 uint_t sleepflag) in hermon_cq_alloc() argument
319 sizeof (hermon_hw_cqc_t), cq->cq_cqnum, sleepflag); in hermon_cq_alloc()
385 sleepflag) != DDI_SUCCESS) { in hermon_cq_alloc()
500 sizeof (hermon_hw_cqc_t), cqnum, sleepflag); in hermon_cq_free()
525 sleepflag); in hermon_cq_free()
534 sleepflag); in hermon_cq_free()
577 uint_t *actual_size, uint_t sleepflag) in hermon_cq_resize() argument
646 status = hermon_queue_alloc(state, &new_cqinfo, sleepflag); in hermon_cq_resize()
723 sleepflag) != DDI_SUCCESS) { in hermon_cq_resize()
802 cq->cq_cqnum, MODIFY_MODERATION_CQ, sleepflag); in hermon_cq_modify()
[all …]
H A Dhermon_qp.c62 uint_t sleepflag) in hermon_qp_alloc() argument
482 status = hermon_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in hermon_qp_alloc()
548 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_qp_alloc()
767 uint_t sleepflag) in hermon_special_qp_alloc() argument
1060 flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : in hermon_special_qp_alloc()
1226 hermon_qphdl_t *qphdl, uint_t sleepflag) in hermon_qp_alloc_range() argument
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()
1837 IBC_FREE_QP_AND_QPN, &qpn_hdl, sleepflag); in hermon_qp_alloc_range()
1861 uint_t sleepflag) in hermon_qp_free() argument
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1270 int sleepflag; in impl_acc_hdl_alloc() local
1272 sleepflag = ((waitfp == (int (*)())KM_SLEEP) ? KM_SLEEP : KM_NOSLEEP); in impl_acc_hdl_alloc()
1277 if ((hp = kmem_zalloc(sizeof (ddi_acc_impl_t), sleepflag)) == NULL) in impl_acc_hdl_alloc()
1280 sizeof (ndi_err_t), sleepflag)) == NULL) { in impl_acc_hdl_alloc()
1285 sizeof (on_trap_data_t), sleepflag)) == NULL) { in impl_acc_hdl_alloc()
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h277 extern struct hpc_slot_ops *hpc_alloc_slot_ops(int sleepflag);

12