Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/realtek/
H A Drtl8366rb.c209 #define RTL8366RB_NUM_VLANS 16 macro
1517 if (index >= RTL8366RB_NUM_VLANS) in rtl8366rb_get_vlan_mc()
1546 if (index >= RTL8366RB_NUM_VLANS || in rtl8366rb_set_vlan_mc()
1602 if (port >= priv->num_ports || index >= RTL8366RB_NUM_VLANS) in rtl8366rb_set_mc_index()
1627 unsigned int max = RTL8366RB_NUM_VLANS - 1; in rtl8366rb_is_vlan_valid()
1775 priv->num_vlan_mc = RTL8366RB_NUM_VLANS; in rtl8366rb_detect()