Searched refs:igb_vfta_set (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mac.h63 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, bool add);
H A Digb_main.c1341 igb_vfta_set(hw, vid, true);
1351 igb_vfta_set(hw, old_vid, false);
4761 igb_vfta_set(hw, vid, false);
4810 igb_vfta_set(hw, vid, true);
4841 igb_vfta_set(hw, vid, false);
6053 igb_vfta_set(hw, vid, true);
6074 igb_vfta_set(hw, vid, false);
H A De1000_mac.c145 * igb_vfta_set - enable or disable vlan in VLAN filter table
153 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, bool add) function

Completed in 55 milliseconds