Lines Matching defs:wil_tid_ampdu_rx
677 struct wil_tid_ampdu_rx { struct
678 struct sk_buff **reorder_buf;
679 unsigned long last_rx;
680 u16 head_seq_num;
681 u16 stored_mpdu_num;
682 u16 ssn;
683 u16 buf_size;
684 u16 ssn_last_drop;
685 unsigned long long total; /* frames processed */
686 unsigned long long drop_dup;
687 unsigned long long drop_old;
688 bool first_time; /* is it 1-st time this buffer used? */
689 u16 mcast_last_seq; /* multicast dup detection */
690 unsigned long long drop_dup_mcast;