Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2403 mutex_enter(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2406 mutex_enter(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2429 qp->qp_srqhdl->srq_wrid_wql != NULL) { in tavor_wrid_from_reset_handling()
2451 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2454 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_wrid_from_reset_handling()
2477 rwq->wq_size = qp->qp_srqhdl->srq_wq_bufsz; in tavor_wrid_from_reset_handling()
2478 if (qp->qp_srqhdl->srq_wrid_wql == NULL) { in tavor_wrid_from_reset_handling()
2479 qp->qp_srqhdl->srq_wrid_wql = rwq->wq_wrid_wql; in tavor_wrid_from_reset_handling()
2481 rwq->wq_wrid_wql = qp->qp_srqhdl->srq_wrid_wql; in tavor_wrid_from_reset_handling()
2483 tavor_wql_refcnt_inc(qp->qp_srqhdl->srq_wrid_wql); in tavor_wrid_from_reset_handling()
[all …]
H A Dtavor_qp.c557 qp->qp_srqhdl = srq; in tavor_qp_alloc()
559 tavor_srq_refcnt_inc(qp->qp_srqhdl); in tavor_qp_alloc()
561 qp->qp_srqhdl = NULL; in tavor_qp_alloc()
993 qp->qp_srqhdl = NULL; in tavor_special_qp_alloc()
1082 srq = qp->qp_srqhdl; in tavor_qp_free()
H A Dtavor_event.c1977 event.ev_srq_hdl = (ibt_srq_hdl_t)qp->qp_srqhdl->srq_hdlrarg; in tavor_srq_catastrophic_handler()
1980 mutex_enter(&qp->qp_srqhdl->srq_lock); in tavor_srq_catastrophic_handler()
1981 qp->qp_srqhdl->srq_state = TAVOR_SRQ_STATE_ERROR; in tavor_srq_catastrophic_handler()
1982 mutex_exit(&qp->qp_srqhdl->srq_lock); in tavor_srq_catastrophic_handler()
H A Dtavor_qpmod.c895 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in tavor_qp_reset2init()
3299 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in tavor_qp_reset2err()
/titanic_41/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_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_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_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.c902 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in hermon_qp_reset2init()
3234 qpc->srq_number = qp->qp_srqhdl->srq_srqnum; in hermon_qp_reset2err()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h315 tavor_srqhdl_t qp_srqhdl; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h307 hermon_srqhdl_t qp_srqhdl; member