Searched refs:s_head (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 441 while (qp->s_last != qp->s_head) { in rvt_clear_mr_refs() 500 while (s_last != qp->s_head) { in rvt_qp_sends_has_lkey() 666 qp->s_head = 0; in rvt_init_qp() 1074 if (READ_ONCE(qp->s_last) != qp->s_head) in rvt_error_qp() 1690 if (qp->s_head >= slast) in rvt_qp_is_avail() 1691 avail = qp->s_size - (qp->s_head - slast); in rvt_qp_is_avail() 1693 avail = slast - qp->s_head; in rvt_qp_is_avail() 1709 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail() 1791 next = qp->s_head + 1; in rvt_post_one_wr() 1797 wqe = rvt_get_swqe_ptr(qp, qp->s_head); in rvt_post_one_wr() [all …]
|
D | trace_tx.h | 125 __entry->head = qp->s_head;
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 63 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_uc_req() 92 if (qp->s_cur == READ_ONCE(qp->s_head)) in qib_make_uc_req()
|
D | qib_ud.c | 255 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_ud_req() 268 if (qp->s_cur == READ_ONCE(qp->s_head)) in qib_make_ud_req()
|
D | qib_qp.c | 452 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
|
D | qib_ruc.c | 220 if (sqp->s_last == READ_ONCE(sqp->s_head)) in qib_ruc_loopback()
|
D | qib_rc.c | 249 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_rc_req() 295 if (qp->s_tail == READ_ONCE(qp->s_head)) in qib_make_rc_req()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | uc.c | 82 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_uc_req() 121 if (qp->s_cur == READ_ONCE(qp->s_head)) { in hfi1_make_uc_req()
|
D | qp.c | 542 qp->s_tail == qp->s_head; in qp_idle() 587 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
|
D | ud.c | 513 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_ud_req() 526 if (qp->s_cur == READ_ONCE(qp->s_head)) in hfi1_make_ud_req()
|
D | ruc.c | 204 if (sqp->s_last == READ_ONCE(sqp->s_head)) in ruc_loopback()
|
D | rc.c | 303 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_rc_req() 346 if (qp->s_tail == READ_ONCE(qp->s_head)) { in hfi1_make_rc_req()
|
/Linux-v4.19/include/rdma/ |
D | rdmavt_qp.h | 338 u32 s_head; /* new entries added here */ member
|