Searched refs:s_tail (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/arch/mips/include/asm/octeon/ |
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:1; [all …]
|
/Linux-v5.10/drivers/infiniband/hw/qib/ |
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 …]
|
D | qib_qp.c | 449 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
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 …]
|
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()
|
D | trace_tid.h | 875 __field(u32, s_tail) 893 __entry->s_tail = qp->s_tail; 913 __entry->s_tail,
|
D | tid_rdma.c | 2581 while (n != qp->s_tail) { in hfi1_kern_read_tid_flow_free() 2722 if (qp->s_acked == qp->s_tail) in handle_read_kdeth_eflags() 2726 if (qp->s_acked == qp->s_tail) in handle_read_kdeth_eflags() 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()
|
/Linux-v5.10/arch/mips/cavium-octeon/executive/ |
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()
|
/Linux-v5.10/include/rdma/ |
D | rdmavt_qp.h | 418 u32 s_tail; /* next entry to process */ member
|
/Linux-v5.10/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 893 qp->s_tail = 0; in rvt_init_qp() 2003 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail() 2849 if (qp->s_tail == old_last) in rvt_send_complete() 2850 qp->s_tail = last; in rvt_send_complete()
|