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

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c910 struct mwifiex_ie_types_rxba_sync *tlv_rxba = (void *)event_buf; local
921 while (tlv_buf_left > sizeof(*tlv_rxba)) {
922 tlv_type = le16_to_cpu(tlv_rxba->header.type);
923 tlv_len = le16_to_cpu(tlv_rxba->header.len);
924 if (size_add(sizeof(tlv_rxba->header), tlv_len) > tlv_buf_left) {
927 size_add(sizeof(tlv_rxba->header), tlv_len),
938 tlv_seq_num = le16_to_cpu(tlv_rxba->seq_num);
939 tlv_bitmap_len = le16_to_cpu(tlv_rxba->bitmap_len);
940 if (size_add(sizeof(*tlv_rxba), tlv_bitmap_len) > tlv_buf_left) {
943 size_add(sizeof(*tlv_rxba), tlv_bitmap_le
[all...]

Completed in 146 milliseconds