Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dtxrx.c1034 idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz); in aggr_deque_frms()
1049 seq_end = seq_no ? seq_no : rxtid->seq_next; in aggr_deque_frms()
1069 rxtid->seq_next = ATH6KL_NEXT_SEQ_NO(rxtid->seq_next); in aggr_deque_frms()
1070 idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz); in aggr_deque_frms()
1111 st = rxtid->seq_next; in aggr_process_recv_frm()
1126 rxtid->seq_next = cur - (rxtid->hold_q_sz - 1); in aggr_process_recv_frm()
1128 rxtid->seq_next = ATH6KL_MAX_SEQ_NO - in aggr_process_recv_frm()
1604 rxtid->seq_next, in aggr_timeout()
1605 ((rxtid->seq_next + rxtid->hold_q_sz-1) & in aggr_timeout()
1653 rxtid->seq_next = 0; in aggr_delete_tid_state()
[all …]
Dcore.h232 u16 seq_next; member
/linux-3.4.99/drivers/misc/sgi-gru/
Dgruprocfs.c240 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) in seq_next() function
250 .next = seq_next,
257 .next = seq_next,
/linux-3.4.99/net/netfilter/
Dnf_log.c146 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
195 .next = seq_next,
Dnf_queue.c357 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
391 .next = seq_next,
Dnfnetlink_log.c907 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
932 .next = seq_next,
Dnfnetlink_queue.c930 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
956 .next = seq_next,
/linux-3.4.99/net/decnet/
Ddn_nsp_in.c534 if (seq_next(scp->numoth_rcv, segnum)) { in dn_nsp_linkservice()
623 if (seq_next(scp->numoth_rcv, segnum)) { in dn_nsp_otherdata()
651 if (seq_next(scp->numdat_rcv, segnum)) { in dn_nsp_data()
/linux-3.4.99/include/net/
Ddn_nsp.h178 static __inline__ int seq_next(__u16 seq1, __u16 seq2) in seq_next() function
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dxmit.c303 tid->seq_next = tid->seq_start; in ath_tid_drain()
1192 *ssn = txtid->seq_start = txtid->seq_next; in ath_tx_aggr_start()
1724 !BAW_WITHIN(tid->seq_start, tid->baw_size, tid->seq_next) || in ath_tx_send_ampdu()
1857 seqno = tid->seq_next; in ath_tx_setup_buffer()
1858 hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_setup_buffer()
1864 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in ath_tx_setup_buffer()
2468 tid->seq_start = tid->seq_next = 0; in ath_tx_node_init()
Dath9k.h244 u16 seq_next; member