Searched refs:set_vfta (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h70 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member in struct:ixgbe_mac_operations
H A Dvf.c772 .set_vfta = ixgbevf_set_vfta_vf,
H A Dixgbevf_main.c1812 err = hw->mac.ops.set_vfta(hw, vid, 0, true); ixgbevf_vlan_rx_add_vid()
1838 err = hw->mac.ops.set_vfta(hw, vid, 0, false); ixgbevf_vlan_rx_kill_vid()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dvf.h188 s32 (*set_vfta)(struct e1000_hw *, u16, bool); member in struct:e1000_mac_operations
H A Dvf.c70 mac->ops.set_vfta = e1000_set_vfta_vf; e1000_init_mac_params_vf()
H A Dnetdev.c1247 if (hw->mac.ops.set_vfta(hw, vid, true)) { igbvf_vlan_rx_add_vid()
1261 if (hw->mac.ops.set_vfta(hw, vid, false)) { igbvf_vlan_rx_kill_vid()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c1191 .set_vfta = &ixgbe_set_vfta_82598,
H A Dixgbe_x540.c843 .set_vfta = &ixgbe_set_vfta_generic,
H A Dixgbe_sriov.c413 return adapter->hw.mac.ops.set_vfta(&adapter->hw, vid, vf, (bool)add); ixgbe_set_vf_vlan()
H A Dixgbe_82599.c2216 .set_vfta = &ixgbe_set_vfta_generic,
H A Dixgbe_x550.c2358 .set_vfta = &ixgbe_set_vfta_generic, \
H A Dixgbe_main.c3904 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), true); ixgbe_vlan_rx_add_vid()
3917 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), false); ixgbe_vlan_rx_kill_vid()
H A Dixgbe_type.h3291 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member in struct:ixgbe_mac_operations

Completed in 350 milliseconds