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

/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_time_event.c178 * @notif: the notification data corresponding the time event data.
182 struct iwm_time_event_notif *notif)
185 "Handle time event notif - UID = 0x%x action %d\n",
186 le32toh(notif->unique_id),
187 le32toh(notif->action));
189 if (!le32toh(notif->status)) {
192 if (notif->action & htole32(IWM_TE_V2_NOTIF_HOST_EVENT_START))
200 if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_END) {
206 } else if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_START) {
220 struct iwm_time_event_notif *notif local
181 iwm_te_handle_notif(struct iwm_softc *sc, struct iwm_time_event_notif *notif) argument
[all...]
H A Dif_iwm_scan.c274 struct iwm_umac_scan_complete *notif = (void *)pkt->data; local
278 le32toh(notif->uid),
279 iwm_offload_status_str(notif->status),
280 iwm_ebs_status_str(notif->ebs_status));
282 if (notif->ebs_status != IWM_SCAN_EBS_SUCCESS &&
283 notif->ebs_status != IWM_SCAN_EBS_INACTIVE)
H A Dif_iwm.c5488 struct iwm_mcc_chub_notif *notif; local
5489 notif = (void *)pkt->data;
5491 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8;
5492 sc->sc_fw_mcc[1] = notif->mcc & 0xff;
5496 notif->source_id, sc->sc_fw_mcc);
5503 struct iwm_dts_measurement_notif_v1 *notif; local
5505 if (iwm_rx_packet_payload_len(pkt) < sizeof(*notif)) {
5510 notif = (void *)pkt->data;
5513 notif->temp);
5565 struct iwm_lmac_scan_complete_notif *notif; local
5579 struct iwm_umac_scan_iter_complete_notif *notif; local
[all...]
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwi.c1359 iwi_notif_link_quality(struct iwi_softc *sc, struct iwi_notif *notif) argument
1364 len = le16toh(notif->len);
1367 notif->type,
1375 notif->type,
1380 lq = (struct iwi_notif_link_quality *)(notif + 1);
1390 iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *notif) argument
1400 switch (notif->type) {
1402 chan = (struct iwi_notif_scan_channel *)(notif + 1);
1412 scan = (struct iwi_notif_scan_complete *)(notif + 1);
1438 auth = (struct iwi_notif_authentication *)(notif
[all...]

Completed in 111 milliseconds