Searched refs:get_qhp (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch.h142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) function
H A Diwch_ev.c51 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe));
112 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe));
H A Diwch_cq.c60 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe));
H A Diwch_qp.c1166 qhp = get_qhp(chp->rhp, i);
1185 qhp = get_qhp(chp->rhp, i);
H A Diwch_cm.c1791 struct iwch_qp *qp = get_qhp(h, conn_param->qpn);
1911 ep->com.qp = get_qhp(h, conn_param->qpn);
H A Diwch_provider.c1090 return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dev.c85 qhp = get_qhp(dev, CQE_QPID(err_cqe));
H A Diw_cxgb4.h173 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) function
H A Dcq.c589 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe));
H A Dcm.c1809 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn);
1909 ep->com.qp = get_qhp(dev, conn_param->qpn);
H A Dqp.c1585 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn);

Completed in 196 milliseconds