Searched refs:set_vfta (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 188 s32 (*set_vfta)(struct e1000_hw *, u16, bool); member
|
D | vf.c | 70 mac->ops.set_vfta = e1000_set_vfta_vf; in e1000_init_mac_params_vf()
|
D | netdev.c | 1247 if (hw->mac.ops.set_vfta(hw, vid, true)) { in igbvf_vlan_rx_add_vid() 1261 if (hw->mac.ops.set_vfta(hw, vid, false)) { in igbvf_vlan_rx_kill_vid()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 70 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member
|
D | vf.c | 772 .set_vfta = ixgbevf_set_vfta_vf,
|
D | ixgbevf_main.c | 1812 err = hw->mac.ops.set_vfta(hw, vid, 0, true); in ixgbevf_vlan_rx_add_vid() 1838 err = hw->mac.ops.set_vfta(hw, vid, 0, false); in ixgbevf_vlan_rx_kill_vid()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 843 .set_vfta = &ixgbe_set_vfta_generic,
|
D | ixgbe_82598.c | 1191 .set_vfta = &ixgbe_set_vfta_82598,
|
D | ixgbe_sriov.c | 413 return adapter->hw.mac.ops.set_vfta(&adapter->hw, vid, vf, (bool)add); in ixgbe_set_vf_vlan()
|
D | ixgbe_82599.c | 2216 .set_vfta = &ixgbe_set_vfta_generic,
|
D | ixgbe_x550.c | 2358 .set_vfta = &ixgbe_set_vfta_generic, \
|
D | ixgbe_type.h | 3291 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member
|
D | ixgbe_main.c | 3904 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), true); in ixgbe_vlan_rx_add_vid() 3917 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), false); in ixgbe_vlan_rx_kill_vid()
|