Home
last modified time | relevance | path

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

/trueos/sys/dev/etherswitch/
HDetherswitch.h58 #define ETHERSWITCH_PORT_STRIPTAG (1 << 1) macro
/trueos/sys/dev/etherswitch/ip17x/
HDip17x.c386 p->es_flags |= ETHERSWITCH_PORT_STRIPTAG; in ip17x_getport()
450 p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in ip17x_setport()
460 if (p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in ip17x_setport()
/trueos/sys/dev/etherswitch/arswitch/
HDarswitch.c515 p->es_flags |= ETHERSWITCH_PORT_STRIPTAG; in arswitch_getport()
563 p->es_flags & ETHERSWITCH_PORT_STRIPTAG) { in arswitch_setport()
574 if (p->es_flags & ETHERSWITCH_PORT_STRIPTAG) in arswitch_setport()
/trueos/sbin/etherswitchcfg/
HDetherswitchcfg.c201 f = ETHERSWITCH_PORT_STRIPTAG; in set_port_flag()