Home
last modified time | relevance | path

Searched refs:s_tail (Results 1 – 13 of 13) sorted by relevance

/drivers/staging/rdma/ipath/
Dipath_rc.c286 if (qp->s_cur == qp->s_tail) { in ipath_make_rc_req()
288 if (qp->s_tail == qp->s_head) in ipath_make_rc_req()
466 qp->s_tail++; in ipath_make_rc_req()
467 if (qp->s_tail >= qp->s_size) in ipath_make_rc_req()
468 qp->s_tail = 0; in ipath_make_rc_req()
748 if (n == qp->s_tail) in reset_psn()
972 if (qp->s_last == qp->s_tail) in do_rc_ack()
982 if (qp->s_last == qp->s_tail) in do_rc_ack()
992 if (qp->s_last != qp->s_tail) { in do_rc_ack()
1020 if (qp->s_last == qp->s_tail) in do_rc_ack()
[all …]
Dipath_ruc.c729 if (qp->s_tail == old_last) in ipath_send_complete()
730 qp->s_tail = last; in ipath_send_complete()
Dipath_verbs.h433 u32 s_tail; /* next entry to process */ member
Dipath_qp.c350 qp->s_tail = 0; in ipath_reset_qp()
Dipath_verbs.c767 if (qp->s_last != qp->s_tail && in ipath_ib_timer()
/drivers/infiniband/hw/qib/
Dqib_rc.c310 if (qp->s_cur == qp->s_tail) { in qib_make_rc_req()
312 if (qp->s_tail == qp->s_head) in qib_make_rc_req()
495 qp->s_tail++; in qib_make_rc_req()
496 if (qp->s_tail >= qp->s_size) in qib_make_rc_req()
497 qp->s_tail = 0; in qib_make_rc_req()
809 if (n == qp->s_tail) in reset_psn()
963 if (n == qp->s_tail) in reset_sending_psn()
1004 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1104 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1228 if (qp->s_acked == qp->s_tail) in do_rc_ack()
[all …]
Dqib_ruc.c816 if (qp->s_tail == old_last) in qib_send_complete()
817 qp->s_tail = last; in qib_send_complete()
Dqib_qp.c400 qp->s_tail = 0; in qib_reset_qp()
1389 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
Dqib_verbs.h510 u32 s_tail; /* next entry to process */ member
/drivers/staging/rdma/hfi1/
Drc.c338 if (qp->s_cur == qp->s_tail) { in hfi1_make_rc_req()
340 if (qp->s_tail == qp->s_head) { in hfi1_make_rc_req()
523 qp->s_tail++; in hfi1_make_rc_req()
524 if (qp->s_tail >= qp->s_size) in hfi1_make_rc_req()
525 qp->s_tail = 0; in hfi1_make_rc_req()
820 if (n == qp->s_tail) in reset_psn()
976 if (n == qp->s_tail) in reset_sending_psn()
1017 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in hfi1_rc_send_complete()
1135 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1259 if (qp->s_acked == qp->s_tail) in do_rc_ack()
[all …]
Dqp.c384 qp->s_tail = 0; in reset_qp()
1632 qp->s_cur == qp->s_tail && in qp_idle()
1633 qp->s_tail == qp->s_head; in qp_idle()
1664 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
Druc.c943 if (qp->s_tail == old_last) in hfi1_send_complete()
944 qp->s_tail = last; in hfi1_send_complete()
Dverbs.h519 u32 s_tail; /* next entry to process */ member