Home
last modified time | relevance | path

Searched refs:VSC9953_MAX_VLAN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dvsc9953.h181 #define VSC9953_MAX_VLAN 4096 macro
183 (((vid) < 0 || (vid) >= VSC9953_MAX_VLAN) ? 0 : 1)
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dvsc9953.c264 for (vid = 0; vid < VSC9953_MAX_VLAN; vid++) { in vsc9953_vlan_membership_show()
2460 for (i = 0; i < VSC9953_MAX_VLAN; i++) in vsc9953_default_configuration()