Searched refs:ibqp (Results 26 - 36 of 36) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c66 dev = to_idev(qp->ibqp.device);
214 struct ipath_ibdev *dev = to_idev(qp->ibqp.device);
579 struct ipath_ibdev *dev = to_idev(qp->ibqp.device);
755 wc->qp = &qp->ibqp;
771 dev = to_idev(qp->ibqp.device);
811 struct ipath_ibdev *dev = to_idev(qp->ibqp.device);
897 wc.qp = &qp->ibqp;
905 ipath_cq_enter(to_icq(qp->ibqp.send_cq), &wc, 0);
1024 wc.qp = &qp->ibqp;
1253 wc.qp = &qp->ibqp;
[all...]
H A Dipath_verbs.c226 * @ibqp: the QP to post the send on
232 static int ipath_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, argument
235 struct ipath_qp *qp = to_iqp(ibqp);
246 switch (qp->ibqp.qp_type) {
273 * @ibqp: the QP to post the receive on
279 static int ipath_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, argument
282 struct ipath_qp *qp = to_iqp(ibqp);
353 switch (qp->ibqp.qp_type) {
H A Dipath_cq.c145 entry->qp = &qp->ibqp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cq.c82 wc->qp = &qhp->ibqp;
H A Diwch_qp.c234 int iwch_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, argument
248 qhp = to_iwch_qp(ibqp);
331 int iwch_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, argument
341 qhp = to_iwch_qp(ibqp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmain.c432 static int mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
434 return mlx4_multicast_attach(to_mdev(ibqp->device)->dev,
435 &to_mqp(ibqp)->mqp, gid->raw);
438 static int mlx4_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
440 return mlx4_multicast_detach(to_mdev(ibqp->device)->dev,
441 &to_mqp(ibqp)->mqp, gid->raw);
H A Dcq.c352 wc->qp = &(*cur_qp)->ibqp;
360 } else if ((*cur_qp)->ibqp.srq) {
361 srq = to_msrq((*cur_qp)->ibqp.srq);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.h500 extern int c2_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr,
502 extern int c2_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr,
H A Dc2_cq.c156 entry->qp = &qp->ibqp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c540 entry->qp = &(*cur_qp)->ibqp;
548 } else if ((*cur_qp)->ibqp.srq) {
549 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq);
H A Dmthca_provider.c606 qp->ibqp.qp_num = qp->qpn;
620 qp->ibqp.qp_num = init_attr->qp_type == IB_QPT_SMI ? 0 : 1;
626 qp->ibqp.qp_num, init_attr->port_num,
646 return &qp->ibqp;

Completed in 174 milliseconds

12