Lines Matching refs:notif
5450 struct iwm_mcc_chub_notif *notif; in iwm_handle_rxb() local
5451 notif = (void *)pkt->data; in iwm_handle_rxb()
5453 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; in iwm_handle_rxb()
5454 sc->sc_fw_mcc[1] = notif->mcc & 0xff; in iwm_handle_rxb()
5458 notif->source_id, sc->sc_fw_mcc); in iwm_handle_rxb()
5465 struct iwm_dts_measurement_notif_v1 *notif; in iwm_handle_rxb() local
5467 if (iwm_rx_packet_payload_len(pkt) < sizeof(*notif)) { in iwm_handle_rxb()
5472 notif = (void *)pkt->data; in iwm_handle_rxb()
5475 notif->temp); in iwm_handle_rxb()
5540 struct iwm_umac_scan_iter_complete_notif *notif; in iwm_handle_rxb() local
5541 notif = (void *)pkt->data; in iwm_handle_rxb()
5545 notif->status, notif->scanned_channels); in iwm_handle_rxb()