Searched refs:acceptDoubleTag (Results 1 – 2 of 2) sorted by relevance
185 config->ports[i].bridgeCfg.acceptDoubleTag = true; in SWT_GetDefaultConfig()1181 … ((uint8_t)config->acceptSingleTag << 2U) | ((uint8_t)config->acceptDoubleTag << 3U); in SWT_BridgeConfigPort()
3856 bool acceptDoubleTag : 1; /*!< Accept double tagged frame (ounter and inner) */ member