Home
last modified time | relevance | path

Searched refs:ipath_lookup_qpn (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_ud.c68 qp = ipath_lookup_qpn(&dev->qp_table, swqe->wr.wr.ud.remote_qpn); in ipath_ud_loopback()
Dipath_verbs.h734 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn);
Dipath_ruc.c276 qp = ipath_lookup_qpn(&dev->qp_table, sqp->remote_qpn); in ipath_ruc_loopback()
Dipath_qp.c301 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn) in ipath_lookup_qpn() function
Dipath_verbs.c652 qp = ipath_lookup_qpn(&dev->qp_table, qp_num); in ipath_ib_rcv()