Home | History | Annotate | Download | only in pci

Lines Matching refs:notif

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,
1362 le16toh(notif->len)));