Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8366rb.c255 #define RTL8366RB_NUM_VLANS 16 macro
1490 if (index >= RTL8366RB_NUM_VLANS) in rtl8366rb_get_vlan_mc()
1519 if (index >= RTL8366RB_NUM_VLANS || in rtl8366rb_set_vlan_mc()
1574 if (port >= priv->num_ports || index >= RTL8366RB_NUM_VLANS) in rtl8366rb_set_mc_index()
1599 unsigned int max = RTL8366RB_NUM_VLANS - 1; in rtl8366rb_is_vlan_valid()
1758 priv->num_vlan_mc = RTL8366RB_NUM_VLANS; in rtl8366rb_detect()