Searched refs:s_tail (Results 1 – 5 of 5) sorted by relevance
800 uint64_t s_tail:1; member806 uint64_t s_tail:1;821 uint64_t s_tail:1; member827 uint64_t s_tail:1;847 uint64_t s_tail:1; member853 uint64_t s_tail:1;873 uint64_t s_tail:1; member879 uint64_t s_tail:1;908 uint64_t s_tail:1; member914 uint64_t s_tail:1;[all …]
483 if (qp->s_cur == qp->s_tail) { in hfi1_make_rc_req()485 if (qp->s_tail == READ_ONCE(qp->s_head)) { in hfi1_make_rc_req()515 if (++qp->s_tail == qp->s_size) in hfi1_make_rc_req()516 qp->s_tail = 0; in hfi1_make_rc_req()883 qp->s_tail++; in hfi1_make_rc_req()884 if (qp->s_tail >= qp->s_size) in hfi1_make_rc_req()885 qp->s_tail = 0; in hfi1_make_rc_req()1100 qp->s_cur == qp->s_tail) { in hfi1_make_rc_req()1102 if (delta == 0 || qp->s_cur == qp->s_tail) in hfi1_make_rc_req()1487 if (n == qp->s_tail) in reset_psn()[all …]
2588 while (n != qp->s_tail) { in hfi1_kern_read_tid_flow_free()2729 if (qp->s_acked == qp->s_tail) in handle_read_kdeth_eflags()2733 if (qp->s_acked == qp->s_tail) in handle_read_kdeth_eflags()4067 if (unlikely(qp->s_acked == qp->s_tail)) in hfi1_rc_rcv_tid_rdma_write_resp()4534 if (unlikely(qp->s_acked == qp->s_tail)) in hfi1_rc_rcv_tid_rdma_ack()4569 if (qp->s_acked == qp->s_tail) in hfi1_rc_rcv_tid_rdma_ack()4612 qp->s_acked == qp->s_tail) { in hfi1_rc_rcv_tid_rdma_ack()
86 config.s.s_tail = (queue == static_priority_end); in __cvmx_pko_iport_config()438 config.s.s_tail = (int)queue == static_priority_end; in cvmx_pko_config_port()
419 u32 s_tail; /* next entry to process */ member