Home
last modified time | relevance | path

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

/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_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_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_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()
431 qp->s_head = next; in qib_post_one_send()
Dqib_verbs.h501 u32 s_head; /* new entries added here */ member
Dqib_ruc.c385 if (sqp->s_last == sqp->s_head) in qib_ruc_loopback()
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()
/drivers/infiniband/hw/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.c262 if (qp->s_last == qp->s_head) in ipath_make_ud_req()
274 if (qp->s_cur == qp->s_head) in ipath_make_ud_req()
Dipath_qp.c350 qp->s_head = 0; in ipath_reset_qp()
396 if (qp->s_last != qp->s_head) in ipath_error_qp()
1075 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()
425 qp->s_head = next; in ipath_post_one_send()
1042 qp->s_last != qp->s_head) || in sdma_complete()
1068 qp->s_last != qp->s_head) || in decrement_dma_busy()
Dipath_ruc.c288 if (sqp->s_last == sqp->s_head) in ipath_ruc_loopback()
Dipath_verbs.h426 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()