Lines Matching refs:URE_FLAG_8153
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()
893 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver()
897 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver()
901 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver()
905 sc->sc_flags = URE_FLAG_8153; in ure_read_chipver()
1075 if (sc->sc_flags & URE_FLAG_8153) { in ure_init()