Searched refs:active_vlans (Results 1 – 2 of 2) sorted by relevance
1151 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) { in qeth_l3_add_vlan_mc()1235 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) { in qeth_l3_add_vlan_mc6()1279 set_bit(vid, card->active_vlans); in qeth_l3_vlan_rx_add_vid()1294 clear_bit(vid, card->active_vlans); in qeth_l3_vlan_rx_kill_vid()
784 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member