HomeSort by: relevance | last modified time | path
    Searched refs:notif (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwi.c 1241 iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *notif)
1249 switch (notif->type) {
1254 (struct iwi_notif_scan_channel *)(notif + 1);
1266 (struct iwi_notif_scan_complete *)(notif + 1);
1284 auth = (struct iwi_notif_authentication *)(notif + 1);
1314 assoc = (struct iwi_notif_association *)(notif + 1);
1343 beacon = (struct iwi_notif_beacon_state *)(notif + 1);
1356 DPRINTFN(5, ("Notification (%u)\n", notif->type));
1361 device_xname(sc->sc_dev), notif->type, notif->flags
    [all...]
if_iwm.c 6111 iwm_mcc_update(struct iwm_softc *sc, struct iwm_mcc_chub_notif *notif)
6118 (le16toh(notif->mcc) & 0xff00) >> 8, le16toh(notif->mcc) & 0xff);
6122 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc));
8484 struct iwm_mcc_chub_notif *notif; local
8485 SYNC_RESP_STRUCT(notif, pkt);
8486 iwm_mcc_update(sc, notif);
8500 struct iwm_ct_kill_notif *notif; local
8501 SYNC_RESP_STRUCT(notif, pkt);
8504 DEVNAME(sc), le16toh(notif->temperature))
8572 struct iwm_periodic_scan_complete *notif; local
8578 struct iwm_lmac_scan_complete_notif *notif; local
8586 struct iwm_umac_scan_complete *notif; local
8594 struct iwm_umac_scan_iter_complete_notif *notif; local
8610 struct iwm_time_event_notif *notif; local
    [all...]

Completed in 23 milliseconds