Searched refs:es_pvid (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h69 int es_pvid; member in struct:etherswitch_port
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c380 p->es_pvid = sc->pvid[phy];
441 if (p->es_pvid != 0) {
443 p->es_pvid > IP175C_LAST_VLAN)
445 sc->pvid[phy] = p->es_pvid;
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c505 arswitch_get_pvid(sc, p->es_port, &p->es_pvid);
558 if (p->es_pvid != 0)
559 arswitch_set_pvid(sc, p->es_port, p->es_pvid);
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c179 p.es_pvid = v;
440 printf("\tpvid: %d\n", p.es_pvid);
/freebsd-10-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c561 p->es_pvid = sc->vid[vlangroup];
595 if (sc->vid[i] == p->es_pvid) {
/freebsd-10-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c352 p->es_pvid = 0;

Completed in 114 milliseconds