Searched refs:hfi1_rkey_ok (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/staging/rdma/hfi1/ |
| D | ruc.c | 483 if (unlikely(!hfi1_rkey_ok(qp, &qp->r_sge.sge, wqe->length, in ruc_loopback() 496 if (unlikely(!hfi1_rkey_ok(qp, &sqp->s_sge.sge, wqe->length, in ruc_loopback() 514 if (unlikely(!hfi1_rkey_ok(qp, &qp->r_sge.sge, sizeof(u64), in ruc_loopback()
|
| D | keys.c | 274 int hfi1_rkey_ok(struct hfi1_qp *qp, struct hfi1_sge *sge, in hfi1_rkey_ok() function
|
| D | rc.c | 1741 ok = hfi1_rkey_ok(qp, &e->rdma_sge, len, vaddr, rkey, in rc_rcv_error() 2160 ok = hfi1_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in hfi1_rc_rcv() 2215 ok = hfi1_rkey_ok(qp, &e->rdma_sge, len, vaddr, in hfi1_rc_rcv() 2289 if (unlikely(!hfi1_rkey_ok(qp, &qp->r_sge.sge, sizeof(u64), in hfi1_rc_rcv()
|
| D | uc.c | 491 ok = hfi1_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in hfi1_uc_rcv()
|
| D | verbs.h | 973 int hfi1_rkey_ok(struct hfi1_qp *qp, struct hfi1_sge *sge,
|