HomeSort by: relevance | last modified time | path
    Searched refs:sc_eep_rev (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
arn9280.c 111 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_19 &&
117 (sc->sc_eep_rev <= AR_EEP_MINOR_VER_16 ||
126 sc->sc_eep_rev > AR_EEP_MINOR_VER_10 &&
134 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_17) {
149 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_19) {
201 sc->sc_eep_rev < AR_EEP_MINOR_VER_22 ||
263 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3) {
275 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3)
368 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2) {
376 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3 && extc != NULL)
    [all...]
arn5416.c 257 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3) {
265 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3)
305 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2) {
313 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3 && extc != NULL) {
394 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_21)
430 if (sc->sc_eep_rev < AR_EEP_MINOR_VER_2) {
638 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2)
653 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_21)
836 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2) {
950 if (AR_SREV_9160(sc) && sc->sc_eep_rev >= AR_EEP_MINOR_VER_7)
    [all...]
arn9285.c 199 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3) {
223 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3)
381 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2) {
390 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_3 && extc != NULL) {
748 if (sc->sc_eep_rev < AR_EEP_MINOR_VER_2) {
870 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2)
arn9287.c 345 if (sc->sc_eep_rev < AR_EEP_MINOR_VER_2) {
518 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2)
571 if (sc->sc_eep_rev >= AR_EEP_MINOR_VER_2)
athnvar.h 510 uint16_t sc_eep_rev; member in struct:athn_softc
arn5008.c 224 sc->sc_eep_rev = (base->version & 0xfff);
225 if (eep_ver != AR_EEP_VER || sc->sc_eep_rev == 0) {
227 eep_ver, sc->sc_eep_rev);
athn.c 250 sc->sc_ntxchains, sc->sc_nrxchains, sc->sc_eep_rev,
259 sc->sc_eep_rev, ether_sprintf(ic->ic_myaddr));

Completed in 18 milliseconds