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

/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c59 r->head_seq_num = seq_inc(r->head_seq_num);
69 * hseq preceding r->head_seq_num, i.e it is always true
70 * !seq_less(hseq, r->head_seq_num)
72 * r->head_seq_num == hseq
74 while (seq_less(r->head_seq_num, hseq) && r->stored_mpdu_num) {
75 index = reorder_index(r, r->head_seq_num);
78 r->head_seq_num = hseq;
84 int index = reorder_index(r, r->head_seq_num);
88 index = reorder_index(r, r->head_seq_num);
[all...]
H A Dwil6210.h317 * @head_seq_num: head sequence number in reordering buffer.
335 u16 head_seq_num; member in struct:wil_tid_ampdu_rx
H A Ddebugfs.c1113 u16 index = ((r->head_seq_num - r->ssn) & 0xfff) % r->buf_size;
1115 seq_printf(s, "0x%03x [", r->head_seq_num);

Completed in 63 milliseconds