Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h1040 uint64_t s_tail:1; member
1046 uint64_t s_tail:1;
1061 uint64_t s_tail:1; member
1067 uint64_t s_tail:1;
1092 uint64_t s_tail:1; member
1098 uint64_t s_tail:1;
1121 uint64_t s_tail:1; member
1127 uint64_t s_tail:1;
1158 uint64_t s_tail:1; member
1164 uint64_t s_tail:1;
[all …]
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Drc.c344 if (qp->s_cur == qp->s_tail) { in hfi1_make_rc_req()
346 if (qp->s_tail == READ_ONCE(qp->s_head)) { in hfi1_make_rc_req()
372 if (++qp->s_tail == qp->s_size) in hfi1_make_rc_req()
373 qp->s_tail = 0; in hfi1_make_rc_req()
555 qp->s_tail++; 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()
972 if (n == qp->s_tail) in reset_psn()
1092 if (n == qp->s_tail) in reset_sending_psn()
1147 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in hfi1_rc_send_complete()
[all …]
Dqp.c541 qp->s_cur == qp->s_tail && in qp_idle()
542 qp->s_tail == qp->s_head; in qp_idle()
587 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
Druc.c956 if (qp->s_tail == old_last) in hfi1_send_complete()
957 qp->s_tail = last; in hfi1_send_complete()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_rc.c293 if (qp->s_cur == qp->s_tail) { in qib_make_rc_req()
295 if (qp->s_tail == READ_ONCE(qp->s_head)) in qib_make_rc_req()
464 qp->s_tail++; in qib_make_rc_req()
465 if (qp->s_tail >= qp->s_size) in qib_make_rc_req()
466 qp->s_tail = 0; in qib_make_rc_req()
770 if (n == qp->s_tail) in reset_psn()
884 if (n == qp->s_tail) in reset_sending_psn()
923 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1010 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1128 if (qp->s_acked == qp->s_tail) in do_rc_ack()
[all …]
Dqib_ruc.c650 if (qp->s_tail == old_last) in qib_send_complete()
651 qp->s_tail = last; in qib_send_complete()
Dqib_qp.c452 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
/Linux-v4.19/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-v4.19/include/rdma/
Drdmavt_qp.h358 u32 s_tail; /* next entry to process */ member
/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dqp.c667 qp->s_tail = 0; in rvt_init_qp()
1709 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail()