Home
last modified time | relevance | path

Searched refs:ETHERSWITCH_PORT_STRIPTAG (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c234 p->es_flags & ETHERSWITCH_PORT_STRIPTAG) { in mtkswitch_port_vlan_setup()
251 } else if (p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in mtkswitch_port_vlan_setup()
280 p->es_flags |= ETHERSWITCH_PORT_STRIPTAG; in mtkswitch_port_vlan_get()
H A Dmtkswitch_mt7620.c297 ETHERSWITCH_PORT_ADDTAG | ETHERSWITCH_PORT_STRIPTAG)) != 0) in mtkswitch_port_vlan_setup()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c416 p->es_flags |= ETHERSWITCH_PORT_STRIPTAG; in ip17x_getport()
480 p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in ip17x_setport()
490 if (p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in ip17x_setport()
/freebsd/sys/dev/etherswitch/
H A Detherswitch.h59 #define ETHERSWITCH_PORT_STRIPTAG (1 << 1) macro
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c883 p->es_flags |= ETHERSWITCH_PORT_STRIPTAG; in ar8xxx_port_vlan_get()
983 p->es_flags & ETHERSWITCH_PORT_STRIPTAG) { in ar8xxx_port_vlan_setup()
994 if (p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in ar8xxx_port_vlan_setup()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c503 p->es_flags |= ETHERSWITCH_PORT_STRIPTAG; in ksz8995ma_getport()
569 if (p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in ksz8995ma_setport()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c209 f = ETHERSWITCH_PORT_STRIPTAG; in set_port_flag()