Home
last modified time | relevance | path

Searched refs:qp_sq_cqhdl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2225 mutex_enter(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_from_reset_handling()
2231 qp->qp_sq_cqhdl != NULL) in hermon_wrid_from_reset_handling()
2236 if (qp->qp_sq_cqhdl) in hermon_wrid_from_reset_handling()
2275 mutex_exit(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_from_reset_handling()
2279 qp->qp_sq_cqhdl != NULL) in hermon_wrid_from_reset_handling()
2280 mutex_exit(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_from_reset_handling()
2305 mutex_enter(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_to_reset_handling()
2311 qp->qp_sq_cqhdl != NULL) in hermon_wrid_to_reset_handling()
2336 if (qp->qp_sq_cqhdl != NULL) in hermon_wrid_to_reset_handling()
2340 mutex_exit(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_to_reset_handling()
[all …]
H A Dhermon_qp.c614 qp->qp_sq_cqhdl = sq_cq; in hermon_qp_alloc()
1127 qp->qp_sq_cqhdl = sq_cq; in hermon_special_qp_alloc()
1715 qp->qp_sq_cqhdl = sq_cq; in hermon_qp_alloc_range()
1890 sq_cq = qp->qp_sq_cqhdl; in hermon_qp_free()
2166 (qp->qp_sq_cqhdl == NULL) ? NULL : qp->qp_sq_cqhdl->cq_hdlrarg; in hermon_qp_query()
H A Dhermon_cq.c1666 cq = qp->qp_sq_cqhdl; in hermon_cq_entries_flush()
1765 if (cq != qp->qp_sq_cqhdl) { in hermon_cq_entries_flush()
1766 cq = qp->qp_sq_cqhdl; in hermon_cq_entries_flush()
H A Dhermon_qpmod.c877 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
3220 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c741 swq = dapli_tavor_wrid_wqhdr_find(qp->qp_sq_cqhdl, qp->qp_num, in dapls_tavor_wrid_init()
746 swq = dapli_tavor_wrid_wqhdr_create(qp->qp_sq_cqhdl, in dapls_tavor_wrid_init()
775 dapli_tavor_cq_wqhdr_remove(qp->qp_sq_cqhdl, swq); in dapls_tavor_wrid_init()
809 dapli_tavor_cq_wqhdr_remove(qp->qp_sq_cqhdl, in dapls_tavor_wrid_init()
849 dapli_tavor_cq_wqhdr_remove(qp->qp_sq_cqhdl, swq); in dapls_tavor_wrid_init()
890 dapli_tavor_wrid_reaplist_add(qp->qp_sq_cqhdl, qp->qp_sq_wqhdr); in dapls_tavor_wrid_cleanup()
1045 sq_cq = qp->qp_sq_cqhdl; in dapli_tavor_wrid_wqhdr_lock_both()
1072 sq_cq = qp->qp_sq_cqhdl; in dapli_tavor_wrid_wqhdr_unlock_both()
H A Ddapl_tavor_ibtf_impl.h96 ib_cq_handle_t qp_sq_cqhdl; member
H A Ddapl_tavor_ibtf_qp.c326 qp_p->qp_sq_cqhdl = evd_handle->ib_cq_handle; in dapls_ib_qp_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h287 tavor_cqhdl_t qp_sq_cqhdl; member
347 tavor_sw_qp_s::qp_sq_cqhdl
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h265 hermon_cqhdl_t qp_sq_cqhdl; member
342 hermon_sw_qp_s::qp_sq_cqhdl
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2189 swq = tavor_wrid_wqhdr_find(qp->qp_sq_cqhdl, qp->qp_qpnum, in tavor_wrid_from_reset_handling()
2194 swq = tavor_wrid_wqhdr_create(state, qp->qp_sq_cqhdl, in tavor_wrid_from_reset_handling()
2224 tavor_cq_wqhdr_remove(qp->qp_sq_cqhdl, swq); in tavor_wrid_from_reset_handling()
2284 tavor_cq_wqhdr_remove(qp->qp_sq_cqhdl, in tavor_wrid_from_reset_handling()
2363 tavor_cq_wqhdr_remove(qp->qp_sq_cqhdl, swq); in tavor_wrid_from_reset_handling()
2458 tavor_wrid_reaplist_add(qp->qp_sq_cqhdl, qp->qp_sq_wqhdr); in tavor_wrid_to_reset_handling()
3378 sq_cq = qp->qp_sq_cqhdl; in tavor_wrid_wqhdr_lock_both()
3414 sq_cq = qp->qp_sq_cqhdl; in tavor_wrid_wqhdr_unlock_both()
H A Dtavor_qp.c491 qp->qp_sq_cqhdl = sq_cq; in tavor_qp_alloc()
908 qp->qp_sq_cqhdl = sq_cq; in tavor_special_qp_alloc()
1007 sq_cq = qp->qp_sq_cqhdl; in tavor_qp_free()
1248 attr_p->qp_sq_cq = qp->qp_sq_cqhdl->cq_hdlrarg; in tavor_qp_query()
H A Dtavor_qpmod.c776 qpc->cqn_snd = qp->qp_sq_cqhdl->cq_cqnum; in tavor_qp_reset2init()
2816 qpc->cqn_snd = qp->qp_sq_cqhdl->cq_cqnum; in tavor_qp_reset2err()