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

/freebsd-11.0-release/sys/dev/iwi/
H A Dif_iwi.c1347 iwi_notif_link_quality(struct iwi_softc *sc, struct iwi_notif *notif) argument
1352 len = le16toh(notif->len);
1355 notif->type,
1363 notif->type,
1368 lq = (struct iwi_notif_link_quality *)(notif + 1);
1378 iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *notif) argument
1388 switch (notif->type) {
1390 chan = (struct iwi_notif_scan_channel *)(notif + 1);
1400 scan = (struct iwi_notif_scan_complete *)(notif + 1);
1426 auth = (struct iwi_notif_authentication *)(notif
[all...]
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c5184 struct iwm_mcc_chub_notif *notif; local
5185 SYNC_RESP_STRUCT(notif, pkt);
5187 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8;
5188 sc->sc_fw_mcc[1] = notif->mcc & 0xff;
5192 notif->source_id, sc->sc_fw_mcc);
5236 struct iwm_periodic_scan_complete *notif; local
5237 SYNC_RESP_STRUCT(notif, pkt);
5242 struct iwm_lmac_scan_complete_notif *notif; local
5243 SYNC_RESP_STRUCT(notif, pkt);
5249 struct iwm_umac_scan_complete *notif; local
5262 struct iwm_umac_scan_iter_complete_notif *notif; local
5284 struct iwm_time_event_notif *notif; local
[all...]

Completed in 108 milliseconds