Home
last modified time | relevance | path

Searched refs:seq_next (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dtxrx.c1064 idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz); in aggr_deque_frms()
1079 seq_end = seq_no ? seq_no : rxtid->seq_next; in aggr_deque_frms()
1098 rxtid->seq_next = ATH6KL_NEXT_SEQ_NO(rxtid->seq_next); in aggr_deque_frms()
1099 idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz); in aggr_deque_frms()
1140 st = rxtid->seq_next; in aggr_process_recv_frm()
1156 rxtid->seq_next = cur - (rxtid->hold_q_sz - 1); in aggr_process_recv_frm()
1158 rxtid->seq_next = ATH6KL_MAX_SEQ_NO - in aggr_process_recv_frm()
1644 rxtid->seq_next, in aggr_timeout()
1645 ((rxtid->seq_next + rxtid->hold_q_sz-1) & in aggr_timeout()
1693 rxtid->seq_next = 0; in aggr_delete_tid_state()
[all …]
Dcore.h327 u16 seq_next; member
/linux-4.1.27/drivers/misc/sgi-gru/
Dgruprocfs.c236 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) in seq_next() function
246 .next = seq_next,
253 .next = seq_next,
/linux-4.1.27/net/decnet/
Ddn_nsp_in.c537 if (seq_next(scp->numoth_rcv, segnum)) { in dn_nsp_linkservice()
624 if (seq_next(scp->numoth_rcv, segnum)) { in dn_nsp_otherdata()
652 if (seq_next(scp->numdat_rcv, segnum)) { in dn_nsp_data()
/linux-4.1.27/include/net/
Ddn_nsp.h181 static __inline__ int seq_next(__u16 seq1, __u16 seq2) in seq_next() function
/linux-4.1.27/include/linux/
Dcgroup-defs.h363 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
Dkernfs.h204 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
/linux-4.1.27/net/netfilter/
Dnf_log.c314 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
370 .next = seq_next,
Dnfnetlink_log.c994 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
1021 .next = seq_next,
Dnfnetlink_queue_core.c1260 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
1287 .next = seq_next,
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c78 tid->seq_next, in read_file_node_aggr()
Dxmit.c1513 *ssn = txtid->seq_start = txtid->seq_next; in ath_tx_aggr_start()
2206 seqno = tid->seq_next; in ath_tx_setup_buffer()
2207 hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_setup_buffer()
2213 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in ath_tx_setup_buffer()
2881 tid->seq_start = tid->seq_next = 0; in ath_tx_node_init()
Dath9k.h248 u16 seq_next; member
/linux-4.1.27/fs/kernfs/
Dfile.c137 if (ops->seq_next) { in kernfs_seq_next()
138 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next()
/linux-4.1.27/kernel/
Dcgroup.c2973 return seq_cft(seq)->seq_next(seq, v, ppos); in cgroup_seqfile_next()
3008 .seq_next = cgroup_seqfile_next,
4240 .seq_next = cgroup_pidlist_next,
4275 .seq_next = cgroup_pidlist_next,
4295 .seq_next = cgroup_pidlist_next,
/linux-4.1.27/mm/
Dmemcontrol.c4325 .seq_next = slab_next,