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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c112 if (qp->r_head_ack_queue == qp->s_tail_ack_queue) {
224 if ((qp->r_head_ack_queue != qp->s_tail_ack_queue ||
588 if (qp->r_head_ack_queue != qp->s_tail_ack_queue ||
1331 for (i = qp->r_head_ack_queue; ; i = prev) {
1338 if (prev == qp->r_head_ack_queue) {
1427 if (i == qp->r_head_ack_queue) {
1721 next = qp->r_head_ack_queue + 1;
1726 e = &qp->s_ack_queue[qp->r_head_ack_queue];
1771 qp->r_head_ack_queue = next;
1792 next = qp->r_head_ack_queue
[all...]
H A Dipath_verbs.h381 u8 r_head_ack_queue; /* index into s_ack_queue[] */ member in struct:ipath_qp
H A Dipath_qp.c363 qp->r_head_ack_queue = 0;

Completed in 45 milliseconds