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

/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_axereg.h344 #define AXE_FLAG_772A 0x2000 /* AX88772A */ macro
355 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B | \
359 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B))
H A Dif_axe.c153 AXE_DEV(ASIX, AX88772A, AXE_FLAG_772A),
159 AXE_DEV(CISCOLINKSYS, USB200MV2, AXE_FLAG_772A),
810 else if (sc->sc_flags & AXE_FLAG_772A)
844 } else if (sc->sc_flags & AXE_FLAG_772A) {
855 if (sc->sc_flags & (AXE_FLAG_772A | AXE_FLAG_772B)) {
898 if (sc->sc_flags & (AXE_FLAG_772A | AXE_FLAG_772B | AXE_FLAG_178))

Completed in 160 milliseconds