Searched refs:IP175X_CPU_PORT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_reg.h41 #define IP175X_CPU_PORT 5 macro
H A Dip175c.c133 data = (sc->addtag & ~(1 << IP175X_CPU_PORT)) << 11;
134 data |= (sc->striptag & ~(1 << IP175X_CPU_PORT)) << 6;
135 if (sc->addtag & (1 << IP175X_CPU_PORT))
137 if (sc->striptag & (1 << IP175X_CPU_PORT))
164 if (i == IP175X_CPU_PORT) {
244 sc->cpuport = IP175X_CPU_PORT;
H A Dip175d.c216 sc->cpuport = IP175X_CPU_PORT;

Completed in 51 milliseconds