Home
last modified time | relevance | path

Searched refs:qp_srqhdl (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2241 mutex_enter(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2244 mutex_enter(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2289 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2292 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2339 qp->qp_srqhdl->srq_wridlist != NULL) { in tavor_wrid_from_reset_handling()
2341 r_wridlist = qp->qp_srqhdl->srq_wridlist; in tavor_wrid_from_reset_handling()
2370 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2373 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2407 if (qp->qp_srqhdl->srq_is_umap == 0) { in tavor_wrid_from_reset_handling()
2422 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
[all …]
H A Dtavor_qp.c517 qp->qp_srqhdl = srq; in tavor_qp_alloc()
519 tavor_srq_refcnt_inc(qp->qp_srqhdl); in tavor_qp_alloc()
521 qp->qp_srqhdl = NULL; in tavor_qp_alloc()
922 qp->qp_srqhdl = NULL; in tavor_special_qp_alloc()
1004 srq = qp->qp_srqhdl; in tavor_qp_free()
H A Dtavor_event.c1774 event.ev_srq_hdl = (ibt_srq_hdl_t)qp->qp_srqhdl->srq_hdlrarg; in tavor_srq_catastrophic_handler()
1777 mutex_enter(&qp->qp_srqhdl->srq_lock); in tavor_srq_catastrophic_handler()
1778 qp->qp_srqhdl->srq_state = TAVOR_SRQ_STATE_ERROR; in tavor_srq_catastrophic_handler()
1779 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_srq_catastrophic_handler()
H A Dtavor_qpmod.c782 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in tavor_qp_reset2init()
2822 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in tavor_qp_reset2err()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2252 mutex_enter(&qp->qp_srqhdl->srq_lock); in hermon_wrid_from_reset_handling()
2255 mutex_enter(&qp->qp_srqhdl->srq_lock); in hermon_wrid_from_reset_handling()
2267 mutex_exit(&qp->qp_srqhdl->srq_lock); in hermon_wrid_from_reset_handling()
2270 mutex_exit(&qp->qp_srqhdl->srq_lock); in hermon_wrid_from_reset_handling()
2316 mutex_enter(&qp->qp_srqhdl->srq_lock); in hermon_wrid_to_reset_handling()
2319 mutex_enter(&qp->qp_srqhdl->srq_lock); in hermon_wrid_to_reset_handling()
2328 mutex_exit(&qp->qp_srqhdl->srq_lock); in hermon_wrid_to_reset_handling()
2331 mutex_exit(&qp->qp_srqhdl->srq_lock); in hermon_wrid_to_reset_handling()
H A Dhermon_qp.c642 qp->qp_srqhdl = srq; in hermon_qp_alloc()
643 hermon_srq_refcnt_inc(qp->qp_srqhdl); in hermon_qp_alloc()
645 qp->qp_srqhdl = NULL; in hermon_qp_alloc()
1142 qp->qp_srqhdl = NULL; in hermon_special_qp_alloc()
1743 qp->qp_srqhdl = srq; in hermon_qp_alloc_range()
1744 hermon_srq_refcnt_inc(qp->qp_srqhdl); in hermon_qp_alloc_range()
1746 qp->qp_srqhdl = NULL; in hermon_qp_alloc_range()
1887 srq = qp->qp_srqhdl; in hermon_qp_free()
H A Dhermon_event.c1598 event.ev_srq_hdl = (ibt_srq_hdl_t)qp->qp_srqhdl->srq_hdlrarg; in hermon_catastrophic_handler()
1601 mutex_enter(&qp->qp_srqhdl->srq_lock); in hermon_catastrophic_handler()
1602 qp->qp_srqhdl->srq_state = HERMON_SRQ_STATE_ERROR; in hermon_catastrophic_handler()
1603 mutex_exit(&qp->qp_srqhdl->srq_lock); in hermon_catastrophic_handler()
H A Dhermon_cq.c1659 if ((srq = qp->qp_srqhdl) != NULL) in hermon_cq_entries_flush()
1660 wq = qp->qp_srqhdl->srq_wq_wqhdr; in hermon_cq_entries_flush()
H A Dhermon_qpmod.c903 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in hermon_qp_reset2init()
3235 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in hermon_qp_reset2err()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h315 tavor_srqhdl_t qp_srqhdl; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h307 hermon_srqhdl_t qp_srqhdl; member