Searched refs:sc_nictype (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwivar.h204 u_int sc_nictype; /* NIC type from EEPROM */ member in struct:iwi_softc
H A Dif_iwi.c3523 "nictype", CTLFLAG_RD, &sc->sc_nictype, 0,
3529 sc->sc_nictype = (iwi_read_prom_word(sc, IWI_EEPROM_NIC) >> 8) & 0xff;
3530 if (sc->sc_nictype == 1) {

Completed in 121 milliseconds