Searched refs:sc_switchtype (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c103 sc->sc_switchtype = AR8X16_SWITCH_AR7240;
112 sc->sc_switchtype = AR8X16_SWITCH_AR9340;
125 sc->sc_switchtype = AR8X16_SWITCH_AR8216;
129 sc->sc_switchtype = AR8X16_SWITCH_AR8226;
135 sc->sc_switchtype = AR8X16_SWITCH_AR8316;
140 sc->sc_switchtype = AR8X16_SWITCH_AR8327;
294 /* sc->sc_switchtype is already decided in arswitch_probe() */
342 DPRINTF(dev, "%s: unknown switch (%d)?\n", __func__, sc->sc_switchtype);
H A Darswitchvar.h46 (!!((_sc)->sc_switchtype == AR8X16_SWITCH_ ## _type))
64 ar8x16_switch_type sc_switchtype; member in struct:arswitch_softc
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c98 sc->sc_switchtype = IP17X_SWITCH_IP175A;
101 sc->sc_switchtype = IP17X_SWITCH_IP175C;
113 sc->sc_switchtype = IP17X_SWITCH_IP175D;
118 sc->sc_switchtype = IP17X_SWITCH_IP178C;
H A Dip17x_var.h57 ip17x_switch_type sc_switchtype; member in struct:ip17x_softc
77 (!!((_sc)->sc_switchtype == IP17X_SWITCH_ ## _type))
/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c102 sc->sc_switchtype = switch_type;
173 /* sc->sc_switchtype is already decided in mtkswitch_probe() */
180 if (sc->sc_switchtype == MTK_SWITCH_NONE) {
185 if (sc->sc_switchtype == MTK_SWITCH_MT7620 ||
186 sc->sc_switchtype == MTK_SWITCH_MT7621)
H A Dmtkswitch_mt7620.c361 if (sc->sc_switchtype == MTK_SWITCH_MT7620) {
370 if (sc->sc_switchtype == MTK_SWITCH_MT7620) {
412 if (sc->sc_switchtype == MTK_SWITCH_MT7620) {
465 if (sc->sc_switchtype == MTK_SWITCH_MT7620) {
538 if (sc->sc_switchtype == MTK_SWITCH_MT7621) {
H A Dmtkswitch_rt3050.c305 if (sc->sc_switchtype != MTK_SWITCH_RT3050)
321 if (sc->sc_switchtype != MTK_SWITCH_RT3050) {
328 if (sc->sc_switchtype != MTK_SWITCH_RT3050)
383 if ((val & POC2_UNTAG_VLAN) && sc->sc_switchtype != MTK_SWITCH_RT3050) {
409 sc->sc_switchtype == MTK_SWITCH_RT3050) {
H A Dmtkswitchvar.h43 (!!((_sc)->sc_switchtype == MTK_SWITCH_ ## _type))
68 mtk_switch_type sc_switchtype; member in struct:mtkswitch_softc

Completed in 127 milliseconds