Searched defs:rx_ts_record (Results 1 – 2 of 2) sorted by relevance
52 struct rx_ts_record { struct53 struct ts_common_info TsCommonInfo;54 u16 RxIndicateSeq;55 u16 RxTimeoutIndicateSeq;56 struct list_head RxPendingPktList;57 struct timer_list RxPktPendingTimer;58 struct ba_record RxAdmittedBARecord;59 u16 RxLastSeqNum;60 u8 RxLastFragNum;61 u8 num;
90 struct rx_ts_record { struct91 struct ts_common_info ts_common_info;92 u16 rx_indicate_seq;93 u16 rx_timeout_indicate_seq;94 struct list_head rx_pending_pkt_list;95 struct timer_list rx_pkt_pending_timer;96 BA_RECORD rx_admitted_ba_record;97 u16 rx_last_seq_num;98 u8 rx_last_frag_num;99 u8 num;