Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c422 pdata->num_active_vlans = 0; in axgbe_if_attach_pre()
1891 pdata->num_active_vlans++; in axgbe_if_vlan_register()
1894 pdata->num_active_vlans); in axgbe_if_vlan_register()
1908 if (pdata->num_active_vlans == 0) { in axgbe_if_vlan_unregister()
1918 pdata->num_active_vlans--; in axgbe_if_vlan_unregister()
1921 pdata->num_active_vlans); in axgbe_if_vlan_unregister()
H A Dxgbe.h1190 unsigned int num_active_vlans; member