Home
last modified time | relevance | path

Searched refs:s_head (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_uc.c63 if (qp->s_last == qp->s_head) in qib_make_uc_req()
92 if (qp->s_cur == qp->s_head) in qib_make_uc_req()
Dqib_ud.c257 if (qp->s_last == qp->s_head) in qib_make_ud_req()
269 if (qp->s_cur == qp->s_head) in qib_make_ud_req()
Dqib_qp.c399 qp->s_head = 0; in qib_reset_qp()
428 while (qp->s_last != qp->s_head) { in clear_mr_refs()
513 if (qp->s_last != qp->s_head) in qib_error_qp()
1389 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
Dqib_verbs.c389 next = qp->s_head + 1; in qib_post_one_send()
399 wqe = get_swqe_ptr(qp, qp->s_head); in qib_post_one_send()
447 qp->s_head = next; in qib_post_one_send()
Dqib_ruc.c386 if (sqp->s_last == sqp->s_head) in qib_ruc_loopback()
Dqib_verbs.h509 u32 s_head; /* new entries added here */ member
Dqib_rc.c266 if (qp->s_last == qp->s_head) in qib_make_rc_req()
312 if (qp->s_tail == qp->s_head) in qib_make_rc_req()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_uc.c63 if (qp->s_last == qp->s_head) in ipath_make_uc_req()
92 if (qp->s_cur == qp->s_head) in ipath_make_uc_req()
Dipath_ud.c261 if (qp->s_last == qp->s_head) in ipath_make_ud_req()
273 if (qp->s_cur == qp->s_head) in ipath_make_ud_req()
Dipath_qp.c349 qp->s_head = 0; in ipath_reset_qp()
395 if (qp->s_last != qp->s_head) in ipath_error_qp()
1074 qp->s_cur != qp->s_head && in ipath_get_credit()
Dipath_verbs.c389 next = qp->s_head + 1; in ipath_post_one_send()
397 wqe = get_swqe_ptr(qp, qp->s_head); in ipath_post_one_send()
438 qp->s_head = next; in ipath_post_one_send()
1055 qp->s_last != qp->s_head) || in sdma_complete()
1081 qp->s_last != qp->s_head) || in decrement_dma_busy()
Dipath_ruc.c287 if (sqp->s_last == sqp->s_head) in ipath_ruc_loopback()
Dipath_verbs.h432 u32 s_head; /* new entries added here */ member
Dipath_rc.c249 if (qp->s_last == qp->s_head) in ipath_make_rc_req()
288 if (qp->s_tail == qp->s_head) in ipath_make_rc_req()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqp.c383 qp->s_head = 0; in reset_qp()
413 while (qp->s_last != qp->s_head) { in clear_mr_refs()
497 if (qp->s_last != qp->s_head) in hfi1_error_qp()
1633 qp->s_tail == qp->s_head; in qp_idle()
1664 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
Duc.c82 if (qp->s_last == qp->s_head) in hfi1_make_uc_req()
108 if (qp->s_cur == qp->s_head) { in hfi1_make_uc_req()
Dud.c289 if (qp->s_last == qp->s_head) in hfi1_make_ud_req()
301 if (qp->s_cur == qp->s_head) in hfi1_make_ud_req()
Dverbs.c407 next = qp->s_head + 1; in post_one_send()
415 wqe = get_swqe_ptr(qp, qp->s_head); in post_one_send()
461 qp->s_head = next; in post_one_send()
501 call_send = qp->s_head == qp->s_last && !wr->next; in post_send()
Dverbs.h518 u32 s_head; /* new entries added here */ member
Druc.c408 if (sqp->s_last == sqp->s_head) in ruc_loopback()
Drc.c297 if (qp->s_last == qp->s_head) in hfi1_make_rc_req()
340 if (qp->s_tail == qp->s_head) { in hfi1_make_rc_req()