Searched refs:i_ack_next (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib.h115 atomic64_t i_ack_next; /* next ACK to send */ member in struct:rds_ib_connection
117 spinlock_t i_ack_lock; /* protect i_ack_next */
118 u64 i_ack_next; /* next ACK to send */ member in struct:rds_ib_connection
H A Diw.h136 atomic64_t i_ack_next; /* next ACK to send */ member in struct:rds_iw_connection
138 spinlock_t i_ack_lock; /* protect i_ack_next */
139 u64 i_ack_next; /* next ACK to send */ member in struct:rds_iw_connection
H A Dib_recv.c405 ic->i_ack_next = seq;
419 seq = ic->i_ack_next;
428 atomic64_set(&ic->i_ack_next, seq);
440 return atomic64_read(&ic->i_ack_next);
493 * - i_ack_next, which is the last sequence number we received
H A Diw_recv.c405 ic->i_ack_next = seq;
419 seq = ic->i_ack_next;
428 atomic64_set(&ic->i_ack_next, seq);
440 return atomic64_read(&ic->i_ack_next);
493 * - i_ack_next, which is the last sequence number we received
H A Dib_cm.c658 atomic64_set(&ic->i_ack_next, 0);
660 ic->i_ack_next = 0;
H A Diw_cm.c661 atomic64_set(&ic->i_ack_next, 0);
663 ic->i_ack_next = 0;

Completed in 91 milliseconds