Searched refs:VLAN_TAG_PORT_MAP (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dif_ecereg.h117 #define VLAN_TAG_PORT_MAP 0x074 macro
H A Dif_ece.c1230 val = read_4(sc, VLAN_TAG_PORT_MAP) & (~(0x7 << shift));
1231 write_4(sc, VLAN_TAG_PORT_MAP, val);
1232 val = read_4(sc, VLAN_TAG_PORT_MAP);
1233 write_4(sc, VLAN_TAG_PORT_MAP, val | ((tag & 0x7) << shift));

Completed in 47 milliseconds