Lines Matching defs:notif
1064 "Oper stats notif ver %d is not supported\n",
1094 "Part1 stats notif ver %d is not supported\n",
1318 struct iwl_ba_window_status_notif *notif = (void *)pkt->data;
1321 BUILD_BUG_ON(ARRAY_SIZE(notif->ra_tid) != BA_WINDOW_STREAMS_MAX);
1322 BUILD_BUG_ON(ARRAY_SIZE(notif->mpdu_rx_count) != BA_WINDOW_STREAMS_MAX);
1323 BUILD_BUG_ON(ARRAY_SIZE(notif->bitmap) != BA_WINDOW_STREAMS_MAX);
1324 BUILD_BUG_ON(ARRAY_SIZE(notif->start_seq_num) != BA_WINDOW_STREAMS_MAX);
1335 ratid = le16_to_cpu(notif->ra_tid[i]);
1340 received_mpdu = le16_to_cpu(notif->mpdu_rx_count[i]);
1351 bitmap = le64_to_cpu(notif->bitmap[i]);
1352 ssn = le32_to_cpu(notif->start_seq_num[i]);