/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 800 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 926 uint64_t s_tail:1; global() member 1014 uint64_t s_tail:1; global() member 1168 uint64_t s_tail:1; global() member [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 800 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 926 uint64_t s_tail:1; global() member 1014 uint64_t s_tail:1; global() member 1168 uint64_t s_tail:1; global() member [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_rc.c | 288 if (qp->s_cur == qp->s_tail) { in qib_make_rc_req() 290 if (qp->s_tail == READ_ONCE(qp->s_head)) in qib_make_rc_req() 453 qp->s_tail++; in qib_make_rc_req() 454 if (qp->s_tail >= qp->s_size) in qib_make_rc_req() 455 qp->s_tail = 0; in qib_make_rc_req() 759 if (n == qp->s_tail) in reset_psn() 873 if (n == qp->s_tail) in reset_sending_psn() 912 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete() 981 if (qp->s_acked != qp->s_tail) { in do_rc_completion() 1099 if (qp->s_acked == qp->s_tail) in do_rc_ack() [all...] |
H A D | qib_qp.c | 449 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_rc.c | 289 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...] |
H A D | qib_qp.c | 449 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | rc.c | 524 if (qp->s_cur == qp->s_tail) { in hfi1_make_rc_req() 526 if (qp->s_tail == READ_ONCE(qp->s_head)) { in hfi1_make_rc_req() 556 if (++qp->s_tail == qp->s_size) in hfi1_make_rc_req() 557 qp->s_tail = 0; in hfi1_make_rc_req() 924 qp->s_tail++; in hfi1_make_rc_req() 925 if (qp->s_tail >= qp->s_size) in hfi1_make_rc_req() 926 qp->s_tail = 0; in hfi1_make_rc_req() 1141 qp->s_cur == qp->s_tail) { in hfi1_make_rc_req() 1143 if (delta == 0 || qp->s_cur == qp->s_tail) in hfi1_make_rc_req() 1529 if (n == qp->s_tail) in reset_psn() [all...] |
H A D | qp.c | 630 qp->s_cur == qp->s_tail && in qp_idle() 631 qp->s_tail == qp->s_head; in qp_idle() 676 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
|
H A D | trace_tid.h | 47 #define SENDER_INFO_PRN "[%s] qpn 0x%x state 0x%x s_cur %u s_tail %u " \ 875 __field(u32, s_tail) 893 __entry->s_tail = qp->s_tail; 913 __entry->s_tail,
|
H A D | tid_rdma.c | 2559 * state. However, if the wqe queue is empty (qp->s_acked == qp->s_tail in hfi1_rc_rcv_tid_rdma_read_resp() 2581 while (n != qp->s_tail) { 2722 if (qp->s_acked == qp->s_tail) in __must_hold() 2726 if (qp->s_acked == qp->s_tail) in __must_hold() 4055 if (unlikely(qp->s_acked == qp->s_tail)) in hfi1_rc_rcv_tid_rdma_write_resp() 4522 if (unlikely(qp->s_acked == qp->s_tail)) in hfi1_rc_rcv_tid_rdma_ack() 4557 if (qp->s_acked == qp->s_tail) in hfi1_rc_rcv_tid_rdma_ack() 4600 qp->s_acked == qp->s_tail) { in hfi1_rc_rcv_tid_rdma_ack()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | rc.c | 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...] |
H A D | qp.c | 589 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()
|
H A D | trace_tid.h | 47 #define SENDER_INFO_PRN "[%s] qpn 0x%x state 0x%x s_cur %u s_tail %u " \ 875 __field(u32, s_tail) 893 __entry->s_tail = qp->s_tail; 913 __entry->s_tail,
|
H A D | tid_rdma.c | 2566 * state. However, if the wqe queue is empty (qp->s_acked == qp->s_tail in hfi1_rc_rcv_tid_rdma_read_resp() 2588 while (n != qp->s_tail) { 2729 if (qp->s_acked == qp->s_tail) in __must_hold() 2733 if (qp->s_acked == qp->s_tail) in __must_hold() 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()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 86 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()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 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()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_qp.h | 418 u32 s_tail; /* next entry to process */ member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdmavt_qp.h | 418 u32 s_tail; /* next entry to process */ member
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 891 qp->s_tail = 0; in rvt_init_qp() 2001 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail() 2847 if (qp->s_tail == old_last) in rvt_send_complete() 2848 qp->s_tail = last; in rvt_send_complete()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 852 qp->s_tail = 0; in rvt_init_qp() 1949 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail() 2796 if (qp->s_tail == old_last) in rvt_send_complete() 2797 qp->s_tail = last; in rvt_send_complete()
|