Searched refs:stored_mpdu_num (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c43 r->stored_mpdu_num--;
63 while (seq_less(r->head_seq_num, hseq) && r->stored_mpdu_num) {
198 if (seq == r->head_seq_num && r->stored_mpdu_num == 0) {
206 r->stored_mpdu_num++;
259 r->stored_mpdu_num = 0;
H A Dwil6210.h666 * @stored_mpdu_num: number of MPDUs in reordering buffer
681 u16 stored_mpdu_num; member in struct:wil_tid_ampdu_rx
/linux-master/net/mac80211/
H A Dagg-rx.c409 tid_agg_rx->stored_mpdu_num = 0;
H A Dsta_info.h218 * @stored_mpdu_num: number of MPDUs in reordering buffer
249 u16 stored_mpdu_num; member in struct:tid_ampdu_rx
H A Drx.c1130 tid_agg_rx->stored_mpdu_num--;
1181 tid_agg_rx->stored_mpdu_num) {
1222 if (tid_agg_rx->stored_mpdu_num) {
1321 tid_agg_rx->stored_mpdu_num == 0) {
1333 tid_agg_rx->stored_mpdu_num++;

Completed in 291 milliseconds