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

  /src/sys/dev/pci/
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...]
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 30 milliseconds