Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/dsa/realtek/
Drtl8366rb.c245 #define RTL8366RB_NUM_VLANS 16 macro
1511 if (index >= RTL8366RB_NUM_VLANS) in rtl8366rb_get_vlan_mc()
1540 if (index >= RTL8366RB_NUM_VLANS || in rtl8366rb_set_vlan_mc()
1595 if (port >= priv->num_ports || index >= RTL8366RB_NUM_VLANS) in rtl8366rb_set_mc_index()
1620 unsigned int max = RTL8366RB_NUM_VLANS - 1; in rtl8366rb_is_vlan_valid()
1779 priv->num_vlan_mc = RTL8366RB_NUM_VLANS; in rtl8366rb_detect()