Searched refs:s_tail (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_uc.c100 if (qp->s_last != qp->s_tail)
104 if (qp->s_tail == qp->s_head)
164 if (++qp->s_tail >= qp->s_size)
165 qp->s_tail = 0;
H A Dipath_rc.c257 if (qp->s_cur == qp->s_tail) {
259 if (qp->s_tail == qp->s_head)
433 qp->s_tail++;
434 if (qp->s_tail >= qp->s_size)
435 qp->s_tail = 0;
687 if (n == qp->s_tail)
917 if (qp->s_last == qp->s_tail)
925 if (qp->s_last == qp->s_tail)
935 if (qp->s_last != qp->s_tail) {
962 if (qp->s_last == qp->s_tail)
[all...]
H A Dipath_qp.c356 qp->s_tail = 0;
426 qp->s_cur = qp->s_tail = qp->s_head;
1021 qp->s_cur = qp->s_tail = qp->s_head;
H A Dipath_verbs.h400 u32 s_tail; /* next entry to process */ member in struct:ipath_qp
H A Dipath_verbs.c552 if (qp->s_last != qp->s_tail && qp->state == IB_QPS_RTS) {

Completed in 41 milliseconds