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 7388 struct iwm_mcc_chub_notif *notif; local in function:iwm_notif_intr
7389 SYNC_RESP_STRUCT(notif, pkt);
7391 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8;
7392 sc->sc_fw_mcc[1] = notif->mcc & 0xff;
7459 struct iwm_periodic_scan_complete *notif; local in function:iwm_notif_intr
7460 SYNC_RESP_STRUCT(notif, pkt);
7465 struct iwm_lmac_scan_complete_notif *notif; local in function:iwm_notif_intr
7466 SYNC_RESP_STRUCT(notif, pkt);
7475 struct iwm_umac_scan_complete *notif; local in function:iwm_notif_intr
7476 SYNC_RESP_STRUCT(notif, pkt)
7485 struct iwm_umac_scan_iter_complete_notif *notif; local in function:iwm_notif_intr
7504 struct iwm_time_event_notif *notif; local in function:iwm_notif_intr
    [all...]

Completed in 37 milliseconds