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 D | hermon_wr.c | 2225 mutex_enter(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_from_reset_handling() 2230 if (qp->qp_rq_cqhdl != qp->qp_sq_cqhdl && in hermon_wrid_from_reset_handling() 2231 qp->qp_sq_cqhdl != NULL) in hermon_wrid_from_reset_handling() 2232 mutex_enter(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_from_reset_handling() 2236 if (qp->qp_sq_cqhdl) in hermon_wrid_from_reset_handling() 2237 hermon_cq_workq_add(qp->qp_sq_cqhdl, &qp->qp_sq_wqavl); in hermon_wrid_from_reset_handling() 2275 mutex_exit(&qp->qp_sq_cqhdl->cq_lock); in hermon_wrid_from_reset_handling() 2278 if (qp->qp_rq_cqhdl != qp->qp_sq_cqhdl && 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() [all …]
|
H A D | hermon_qp.c | 614 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 D | hermon_cq.c | 1666 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 D | hermon_qpmod.c | 877 (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 D | dapl_tavor_wr.c | 741 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 D | dapl_tavor_ibtf_impl.h | 96 ib_cq_handle_t qp_sq_cqhdl; member
|
H A D | dapl_tavor_ibtf_qp.c | 326 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 D | tavor_qp.h | 287 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 D | hermon_qp.h | 265 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 D | tavor_wr.c | 2189 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 D | tavor_qp.c | 491 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 D | tavor_qpmod.c | 776 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()
|