Searched refs:hfi1_make_rc_req (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | verbs.h | 459 int hfi1_make_rc_req(struct rvt_qp *qp, struct hfi1_pkt_state *ps);
|
H A D | ruc.c | 556 make_req = hfi1_make_rc_req; in hfi1_do_send()
|
H A D | rc.c | 422 * hfi1_make_rc_req - construct a request packet (SEND, RDMA r/w, ATOMIC) 429 int hfi1_make_rc_req(struct rvt_qp *qp, struct hfi1_pkt_state *ps) in hfi1_make_rc_req() function 1555 * See hfi1_make_rc_req(). in reset_psn() 1593 * Doing it in hfi1_make_rc_req() is too late. in reset_psn()
|
H A D | tid_rdma.c | 5025 if (ps->s_txreq || hfi1_make_rc_req(qp, ps)) {
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | verbs.h | 414 int hfi1_make_rc_req(struct rvt_qp *qp, struct hfi1_pkt_state *ps);
|
H A D | ruc.c | 515 make_req = hfi1_make_rc_req; in hfi1_do_send()
|
H A D | rc.c | 380 * hfi1_make_rc_req - construct a request packet (SEND, RDMA r/w, ATOMIC) 388 int hfi1_make_rc_req(struct rvt_qp *qp, struct hfi1_pkt_state *ps) in hfi1_make_rc_req() function 1513 * See hfi1_make_rc_req(). in reset_psn() 1551 * Doing it in hfi1_make_rc_req() is too late. in reset_psn()
|
H A D | tid_rdma.c | 5037 if (ps->s_txreq || hfi1_make_rc_req(qp, ps)) {
|
Completed in 29 milliseconds