Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvsc9953.h180 #define VSC9953_MAX_VLAN 4096 macro
182 (((vid) < 0 || (vid) >= VSC9953_MAX_VLAN) ? 0 : 1)
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c263 for (vid = 0; vid < VSC9953_MAX_VLAN; vid++) { in vsc9953_vlan_membership_show()
2459 for (i = 0; i < VSC9953_MAX_VLAN; i++) in vsc9953_default_configuration()