Searched refs:qp_srqhdl (Results 1 – 11 of 11) sorted by relevance
2241 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()2267 qp->qp_srqhdl->srq_wrid_wql != NULL) { 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()2312 rwq->wq_size = qp->qp_srqhdl->srq_wq_bufsz; in tavor_wrid_from_reset_handling()2313 if (qp->qp_srqhdl->srq_wrid_wql == NULL) { in tavor_wrid_from_reset_handling()2314 qp->qp_srqhdl->srq_wrid_wql = rwq->wq_wrid_wql; in tavor_wrid_from_reset_handling()2316 rwq->wq_wrid_wql = qp->qp_srqhdl->srq_wrid_wql; in tavor_wrid_from_reset_handling()2318 tavor_wql_refcnt_inc(qp->qp_srqhdl->srq_wrid_wql); in tavor_wrid_from_reset_handling()[all …]
517 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()
1774 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()
782 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()
2252 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()
642 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()
1598 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()
1659 if ((srq = qp->qp_srqhdl) != NULL) in hermon_cq_entries_flush()1660 wq = qp->qp_srqhdl->srq_wq_wqhdr; in hermon_cq_entries_flush()
903 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()
315 tavor_srqhdl_t qp_srqhdl; member
307 hermon_srqhdl_t qp_srqhdl; member