Searched refs:ipath_get_rwqe (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_ruc.c | 165 int ipath_get_rwqe(struct ipath_qp *qp, int wr_id_only) in ipath_get_rwqe() function 337 if (!ipath_get_rwqe(qp, 0)) in ipath_ruc_loopback() 346 if (!ipath_get_rwqe(qp, 1)) in ipath_ruc_loopback()
|
D | ipath_uc.c | 351 } else if (!ipath_get_rwqe(qp, 0)) { in ipath_uc_rcv() 511 else if (!ipath_get_rwqe(qp, 1)) { in ipath_uc_rcv()
|
D | ipath_rc.c | 1673 if (!ipath_get_rwqe(qp, 0)) in ipath_rc_rcv() 1691 if (!ipath_get_rwqe(qp, 1)) in ipath_rc_rcv() 1697 if (!ipath_get_rwqe(qp, 0)) in ipath_rc_rcv() 1789 if (!ipath_get_rwqe(qp, 1)) in ipath_rc_rcv()
|
D | ipath_ud.c | 527 else if (!ipath_get_rwqe(qp, 0)) { in ipath_ud_rcv()
|
D | ipath_verbs.h | 869 int ipath_get_rwqe(struct ipath_qp *qp, int wr_id_only);
|