Searched refs:s_head (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c355 qp->s_head = 0;
417 while (qp->s_last != qp->s_head) {
426 qp->s_cur = qp->s_tail = qp->s_head;
1013 while (qp->s_last != qp->s_head) {
1021 qp->s_cur = qp->s_tail = qp->s_head;
1051 if (qp->s_cur != qp->s_head &&
H A Dipath_ruc.c268 if (sqp->s_last == sqp->s_head) {
549 next = qp->s_head + 1;
558 wqe = get_swqe_ptr(qp, qp->s_head);
585 qp->s_head = next;
H A Dipath_uc.c104 if (qp->s_tail == qp->s_head)
H A Dipath_verbs.h399 u32 s_head; /* new entries added here */ member in struct:ipath_qp
H A Dipath_rc.c259 if (qp->s_tail == qp->s_head)

Completed in 50 milliseconds