Searched refs:s_cur (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c246 wqe = get_swqe_ptr(qp, qp->s_cur);
257 if (qp->s_cur == qp->s_tail) {
306 if (++qp->s_cur == qp->s_size)
307 qp->s_cur = 0;
344 if (++qp->s_cur == qp->s_size)
345 qp->s_cur = 0;
379 if (++qp->s_cur == qp->s_size)
380 qp->s_cur = 0;
421 if (++qp->s_cur == qp->s_size)
422 qp->s_cur
[all...]
H A Dipath_qp.c357 qp->s_cur = 0;
426 qp->s_cur = qp->s_tail = qp->s_head;
1021 qp->s_cur = qp->s_tail = qp->s_head;
1051 if (qp->s_cur != qp->s_head &&
1053 ipath_cmp24(get_swqe_ptr(qp, qp->s_cur)->ssn,
H A Dipath_verbs.h401 u32 s_cur; /* current work queue entry */ member in struct:ipath_qp

Completed in 49 milliseconds