Searched refs:hfi1_get_rwqe (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | uc.c | 393 ret = hfi1_get_rwqe(qp, 0); in hfi1_uc_rcv() 538 ret = hfi1_get_rwqe(qp, 1); in hfi1_uc_rcv()
|
D | ruc.c | 157 int hfi1_get_rwqe(struct hfi1_qp *qp, int wr_id_only) in hfi1_get_rwqe() function 460 ret = hfi1_get_rwqe(qp, 0); in ruc_loopback() 472 ret = hfi1_get_rwqe(qp, 1); in ruc_loopback()
|
D | ud.c | 170 ret = hfi1_get_rwqe(qp, 0); in ud_loopback() 817 ret = hfi1_get_rwqe(qp, 0); in hfi1_ud_rcv()
|
D | rc.c | 2046 ret = hfi1_get_rwqe(qp, 0); in hfi1_rc_rcv() 2067 ret = hfi1_get_rwqe(qp, 1); in hfi1_rc_rcv() 2076 ret = hfi1_get_rwqe(qp, 0); in hfi1_rc_rcv() 2176 ret = hfi1_get_rwqe(qp, 1); in hfi1_rc_rcv()
|
D | verbs.h | 1070 int hfi1_get_rwqe(struct hfi1_qp *qp, int wr_id_only);
|