Searched refs:tlv_rxba (Results 1 – 1 of 1) sorted by relevance
910 struct mwifiex_ie_types_rxba_sync *tlv_rxba = (void *)event_buf; in mwifiex_11n_rxba_sync_event() local921 while (tlv_buf_left >= sizeof(*tlv_rxba)) { in mwifiex_11n_rxba_sync_event()922 tlv_type = le16_to_cpu(tlv_rxba->header.type); in mwifiex_11n_rxba_sync_event()923 tlv_len = le16_to_cpu(tlv_rxba->header.len); in mwifiex_11n_rxba_sync_event()930 tlv_seq_num = le16_to_cpu(tlv_rxba->seq_num); in mwifiex_11n_rxba_sync_event()931 tlv_bitmap_len = le16_to_cpu(tlv_rxba->bitmap_len); in mwifiex_11n_rxba_sync_event()934 tlv_rxba->mac, tlv_rxba->tid, tlv_seq_num, in mwifiex_11n_rxba_sync_event()938 mwifiex_11n_get_rx_reorder_tbl(priv, tlv_rxba->tid, in mwifiex_11n_rxba_sync_event()939 tlv_rxba->mac); in mwifiex_11n_rxba_sync_event()948 if (tlv_rxba->bitmap[i] & (1 << j)) { in mwifiex_11n_rxba_sync_event()[all …]