Searched refs:s_head (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 592 while (qp->s_last != qp->s_head) { in rvt_clear_mr_refs() 645 while (s_last != qp->s_head) { in rvt_qp_sends_has_lkey() 853 qp->s_head = 0; in rvt_init_qp() 1312 if (READ_ONCE(qp->s_last) != qp->s_head) in rvt_error_qp() 1934 if (qp->s_head >= slast) in rvt_qp_is_avail() 1935 avail = qp->s_size - (qp->s_head - slast); in rvt_qp_is_avail() 1937 avail = slast - qp->s_head; in rvt_qp_is_avail() 1951 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail() 2034 next = qp->s_head + 1; in rvt_post_one_wr() 2040 wqe = rvt_get_swqe_ptr(qp, qp->s_head); in rvt_post_one_wr() [all …]
|
D | trace_tx.h | 83 __entry->head = qp->s_head;
|
/linux-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 64 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_uc_req() 93 if (qp->s_cur == READ_ONCE(qp->s_head)) in qib_make_uc_req()
|
D | qib_ud.c | 251 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_ud_req() 264 if (qp->s_cur == READ_ONCE(qp->s_head)) in qib_make_ud_req()
|
D | qib_qp.c | 449 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
|
D | qib_rc.c | 245 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_rc_req() 291 if (qp->s_tail == READ_ONCE(qp->s_head)) in qib_make_rc_req()
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | uc.c | 41 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_uc_req() 80 if (qp->s_cur == READ_ONCE(qp->s_head)) { in hfi1_make_uc_req()
|
D | qp.c | 590 qp->s_tail == qp->s_head; in qp_idle() 635 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
|
D | trace_tid.h | 876 __field(u32, s_head) 894 __entry->s_head = qp->s_head; 914 __entry->s_head,
|
D | ud.c | 453 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_ud_req() 466 if (qp->s_cur == READ_ONCE(qp->s_head)) in hfi1_make_ud_req()
|
D | rc.c | 441 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_rc_req() 485 if (qp->s_tail == READ_ONCE(qp->s_head)) { in hfi1_make_rc_req()
|
D | tid_rdma.c | 3180 for (i = qp->s_acked; i != qp->s_head;) { in hfi1_qp_kern_exp_rcv_clear_all()
|
/linux-6.1.9/include/rdma/ |
D | rdmavt_qp.h | 398 u32 s_head; /* new entries added here */ member
|