Searched refs:tlv_rxba (Results 1 – 1 of 1) sorted by relevance
922 struct mwifiex_ie_types_rxba_sync *tlv_rxba = (void *)event_buf; in mwifiex_11n_rxba_sync_event() local933 while (tlv_buf_left >= sizeof(*tlv_rxba)) { in mwifiex_11n_rxba_sync_event()934 tlv_type = le16_to_cpu(tlv_rxba->header.type); in mwifiex_11n_rxba_sync_event()935 tlv_len = le16_to_cpu(tlv_rxba->header.len); in mwifiex_11n_rxba_sync_event()942 tlv_seq_num = le16_to_cpu(tlv_rxba->seq_num); in mwifiex_11n_rxba_sync_event()943 tlv_bitmap_len = le16_to_cpu(tlv_rxba->bitmap_len); in mwifiex_11n_rxba_sync_event()946 tlv_rxba->mac, tlv_rxba->tid, tlv_seq_num, in mwifiex_11n_rxba_sync_event()950 mwifiex_11n_get_rx_reorder_tbl(priv, tlv_rxba->tid, in mwifiex_11n_rxba_sync_event()951 tlv_rxba->mac); in mwifiex_11n_rxba_sync_event()960 if (tlv_rxba->bitmap[i] & (1 << j)) { in mwifiex_11n_rxba_sync_event()[all …]