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

/freebsd-12-stable/sys/dev/usb/net/
H A Dif_axereg.h346 #define AXE_FLAG_772A 0x2000 /* AX88772A */ macro
357 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B | \
361 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B))
H A Dif_axe.c155 AXE_DEV(ASIX, AX88772A, AXE_FLAG_772A),
161 AXE_DEV(CISCOLINKSYS, USB200MV2, AXE_FLAG_772A),
812 else if (sc->sc_flags & AXE_FLAG_772A)
846 } else if (sc->sc_flags & AXE_FLAG_772A) {
857 if (sc->sc_flags & (AXE_FLAG_772A | AXE_FLAG_772B)) {
900 if (sc->sc_flags & (AXE_FLAG_772A | AXE_FLAG_772B | AXE_FLAG_178))

Completed in 135 milliseconds