Searched refs:qhp (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | qp.c | 87 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state() argument 90 spin_lock_irqsave(&qhp->lock, flag); in set_state() 91 qhp->attr.state = state; in set_state() 92 spin_unlock_irqrestore(&qhp->lock, flag); in set_state() 690 static void post_write_cmpl(struct c4iw_qp *qhp, const struct ib_send_wr *wr) in post_write_cmpl() argument 693 qhp->sq_sig_all; in post_write_cmpl() 695 qhp->sq_sig_all; in post_write_cmpl() 706 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in post_write_cmpl() 707 qhp->wq.sq.wq_pidx * T4_EQ_ENTRY_SIZE); in post_write_cmpl() 708 build_rdma_write_cmpl(&qhp->wq.sq, &wqe->write_cmpl, wr, &len16); in post_write_cmpl() [all …]
|
| H A D | ev.c | 88 struct c4iw_qp *qhp, in post_qp_event() argument 98 if (qhp->attr.state == C4IW_QP_STATE_RTS) { in post_qp_event() 100 c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, in post_qp_event() 109 event.element.qp = &qhp->ibqp; in post_qp_event() 110 if (qhp->ibqp.event_handler) in post_qp_event() 111 (*qhp->ibqp.event_handler)(&event, qhp->ibqp.qp_context); in post_qp_event() 123 struct c4iw_qp *qhp; in c4iw_ev_dispatch() local 127 qhp = xa_load(&dev->qps, CQE_QPID(err_cqe)); in c4iw_ev_dispatch() 128 if (!qhp) { in c4iw_ev_dispatch() 139 cqid = qhp->attr.scq; in c4iw_ev_dispatch() [all …]
|
| H A D | cq.c | 238 int c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() argument 241 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq() 242 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq() 338 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() local 351 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq() 356 if (qhp == NULL) in c4iw_flush_hw_cq() 359 if (flush_qhp != qhp) { in c4iw_flush_hw_cq() 360 spin_lock(&qhp->lock); in c4iw_flush_hw_cq() 362 if (qhp->wq.flushed == 1) in c4iw_flush_hw_cq() 386 if (!qhp->wq.sq.oldest_read->signaled) { in c4iw_flush_hw_cq() [all …]
|
| H A D | restrack.c | 140 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_fill_res_qp_entry() local 147 if (qhp->ucontext) in c4iw_fill_res_qp_entry() 155 spin_lock_irq(&qhp->lock); in c4iw_fill_res_qp_entry() 156 wq = qhp->wq; in c4iw_fill_res_qp_entry() 161 first_sqe = qhp->wq.sq.sw_sq[first_sq_idx]; in c4iw_fill_res_qp_entry() 167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx]; in c4iw_fill_res_qp_entry() 171 spin_unlock_irq(&qhp->lock); in c4iw_fill_res_qp_entry()
|
| H A D | iw_cxgb4.h | 604 struct c4iw_qp *qhp, 1023 int c4iw_flush_sq(struct c4iw_qp *qhp); 1025 u16 c4iw_rqes_posted(struct c4iw_qp *qhp); 1026 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe); 1050 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/ |
| H A D | qtpositioning.qdocconf | 10 qhp.projects = QtPositioning 12 qhp.QtPositioning.file = qtpositioning.qhp 13 qhp.QtPositioning.namespace = org.qt-project.qtpositioning.$QT_VERSION_TAG 14 qhp.QtPositioning.virtualFolder = qtpositioning 15 qhp.QtPositioning.indexTitle = Qt Positioning 16 qhp.QtPositioning.indexRoot = 18 qhp.QtPositioning.filterAttributes = qtpositioning $QT_VERSION qtrefdoc 19 qhp.QtPositioning.customFilters.Qt.name = QtPositioning $QT_VERSION 20 qhp.QtPositioning.customFilters.Qt.filterAttributes = qtpositioning $QT_VERSION 21 qhp.QtPositioning.subprojects = classes qml examples [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/ |
| H A D | qtlocation.qdocconf | 10 qhp.projects = QtLocation 12 qhp.QtLocation.file = qtlocation.qhp 13 qhp.QtLocation.namespace = org.qt-project.qtlocation.$QT_VERSION_TAG 14 qhp.QtLocation.virtualFolder = qtlocation 15 qhp.QtLocation.indexTitle = Qt Location 16 qhp.QtLocation.indexRoot = 18 qhp.QtLocation.filterAttributes = qtlocation $QT_VERSION qtrefdoc 19 qhp.QtLocation.customFilters.Qt.name = QtLocation $QT_VERSION 20 qhp.QtLocation.customFilters.Qt.filterAttributes = qtlocation $QT_VERSION 21 qhp.QtLocation.subprojects = classes qml examples [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845.dtsi | 1985 compatible = "qcom,sdm845-qhp-pcie-phy";
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | Doxyfile | 1086 # .qhp file.
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | mpp_doxyfile | 1304 # generated .qhp file.
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/ |
| H A D | doxygen.conf.in | 1340 # generated .qhp file.
|