Home
last modified time | relevance | path

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

/linux-3.4.99/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()
493 qp->s_tail++; in qib_make_rc_req()
494 if (qp->s_tail >= qp->s_size) in qib_make_rc_req()
495 qp->s_tail = 0; in qib_make_rc_req()
807 if (n == qp->s_tail) in reset_psn()
961 if (n == qp->s_tail) in reset_sending_psn()
1002 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1102 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1226 if (qp->s_acked == qp->s_tail) in do_rc_ack()
[all …]
Dqib_ruc.c818 if (qp->s_tail == old_last) in qib_send_complete()
819 qp->s_tail = last; in qib_send_complete()
Dqib_verbs.h493 u32 s_tail; /* next entry to process */ member
Dqib_qp.c386 qp->s_tail = 0; in qib_reset_qp()
/linux-3.4.99/drivers/infiniband/hw/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.c730 if (qp->s_tail == old_last) in ipath_send_complete()
731 qp->s_tail = last; in ipath_send_complete()
Dipath_verbs.h427 u32 s_tail; /* next entry to process */ member
Dipath_qp.c351 qp->s_tail = 0; in ipath_reset_qp()
Dipath_verbs.c754 if (qp->s_last != qp->s_tail && in ipath_ib_timer()
/linux-3.4.99/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h596 uint64_t s_tail:1; member
607 uint64_t s_tail:1; member
629 uint64_t s_tail:1; member
639 uint64_t s_tail:1; member
722 uint64_t s_tail:1; member
/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c312 config.s.s_tail = (int)queue == static_priority_end; in cvmx_pko_config_port()