Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h800 uint64_t s_tail:1; member
806 uint64_t s_tail:1;
821 uint64_t s_tail:1; member
827 uint64_t s_tail:1;
847 uint64_t s_tail:1; member
853 uint64_t s_tail:1;
873 uint64_t s_tail:1; member
879 uint64_t s_tail:1;
908 uint64_t s_tail:1; member
914 uint64_t s_tail:1;
[all …]
/Linux-v5.15/drivers/infiniband/hw/qib/
Dqib_rc.c289 if (qp->s_cur == qp->s_tail) { in qib_make_rc_req()
291 if (qp->s_tail == READ_ONCE(qp->s_head)) in qib_make_rc_req()
454 qp->s_tail++; in qib_make_rc_req()
455 if (qp->s_tail >= qp->s_size) in qib_make_rc_req()
456 qp->s_tail = 0; in qib_make_rc_req()
760 if (n == qp->s_tail) in reset_psn()
874 if (n == qp->s_tail) in reset_sending_psn()
913 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
982 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1100 if (qp->s_acked == qp->s_tail) in do_rc_ack()
[all …]
Dqib_qp.c449 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Drc.c483 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 …]
Dqp.c589 qp->s_cur == qp->s_tail && in qp_idle()
590 qp->s_tail == qp->s_head; in qp_idle()
635 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
Dtrace_tid.h875 __field(u32, s_tail)
893 __entry->s_tail = qp->s_tail;
913 __entry->s_tail,
Dtid_rdma.c2588 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()
/Linux-v5.15/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c86 config.s.s_tail = (queue == static_priority_end); in __cvmx_pko_iport_config()
452 config.s.s_tail = (int)queue == static_priority_end; in cvmx_pko_config_port()
/Linux-v5.15/include/rdma/
Drdmavt_qp.h418 u32 s_tail; /* next entry to process */ member
/Linux-v5.15/drivers/infiniband/sw/rdmavt/
Dqp.c854 qp->s_tail = 0; in rvt_init_qp()
1951 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail()
2798 if (qp->s_tail == old_last) in rvt_send_complete()
2799 qp->s_tail = last; in rvt_send_complete()