seq_next
.next = seq_next,
.next = seq_next,
u16 seq_next;
idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz);
seq_end = seq_no ? seq_no : rxtid->seq_next;
rxtid->seq_next = ATH6KL_NEXT_SEQ_NO(rxtid->seq_next);
idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz);
st = rxtid->seq_next;
rxtid->seq_next = cur - (rxtid->hold_q_sz - 1);
rxtid->seq_next = ATH6KL_MAX_SEQ_NO -
rxtid->seq_next,
((rxtid->seq_next + rxtid->hold_q_sz-1) &
rxtid->seq_next = 0;
rxtid->seq_next = seq_no;
u16 seq_next;
tid->seq_next,
*ssn = txtid->seq_start = txtid->seq_next;
seqno = tid->seq_next;
hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT);
INCR(tid->seq_next, IEEE80211_SEQ_MAX);
tid->seq_start = tid->seq_next = 0;
atomic_t seq_next;
atomic_set(&node->seq_next, DLM_SEQ_INIT);
dlm_send_ack(node->nodeid, atomic_read(&node->seq_next));
oval = atomic_read(&node->seq_next);
} while (atomic_cmpxchg(&node->seq_next, oval, nval) != oval);
if (ops->seq_next) {
void *next = ops->seq_next(sf, v, ppos);
void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
.seq_next = cgroup_pidlist_next,
.seq_next = cgroup_pidlist_next,
return seq_cft(seq)->seq_next(seq, v, ppos);
.seq_next = cgroup_seqfile_next,
.seq_next = cgroup_procs_next,
.seq_next = cgroup_procs_next,
.next = seq_next,
.next = seq_next,
.next = seq_next,