Home
last modified time | relevance | path

Searched refs:sc_fw_mcc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/iwm/
H A Dif_iwmvar.h467 char sc_fw_mcc[3]; member
H A Dif_iwm.c600 memset(sc->sc_fw_mcc, 0, sizeof(sc->sc_fw_mcc)); in iwm_read_firmware()
5521 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; in iwm_handle_rxb()
5522 sc->sc_fw_mcc[1] = notif->mcc & 0xff; in iwm_handle_rxb()
5523 sc->sc_fw_mcc[2] = '\0'; in iwm_handle_rxb()
5526 notif->source_id, sc->sc_fw_mcc); in iwm_handle_rxb()