Searched refs:URE_FLAG_8153 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_ure.c | 100 URE_DEV(LENOVO, RTL8153, URE_FLAG_8153), 103 URE_DEV(LENOVO, RTL8153_04, URE_FLAG_8153), 104 URE_DEV(LENOVO, ONELINKPLUS, URE_FLAG_8153), 109 URE_DEV(NVIDIA, RTL8153, URE_FLAG_8153), 111 URE_DEV(REALTEK, RTL8153, URE_FLAG_8153), 112 URE_DEV(TPLINK, RTL8153, URE_FLAG_8153), 521 if (sc->sc_flags & (URE_FLAG_8153 | URE_FLAG_8153B)) in ure_attach() 887 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver() 891 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver() 895 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver() [all …]
|
H A D | if_urereg.h | 595 #define URE_FLAG_8153 0x0200 /* RTL8153 */ macro
|