Home
last modified time | relevance | path

Searched refs:set_vfta (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h167 s32 (*set_vfta)(struct e1000_hw *, u16, bool); member
H A Dvf.c52 mac->ops.set_vfta = e1000_set_vfta_vf; in e1000_init_mac_params_vf()
H A Dnetdev.c1236 if (hw->mac.ops.set_vfta(hw, vid, true)) { in igbvf_vlan_rx_add_vid()
1256 if (hw->mac.ops.set_vfta(hw, vid, false)) { in igbvf_vlan_rx_kill_vid()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h47 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member
H A Dvf.c1138 .set_vfta = ixgbevf_set_vfta_vf,
1157 .set_vfta = ixgbevf_hv_set_vfta_vf,
H A Dixgbevf_main.c2044 err = hw->mac.ops.set_vfta(hw, vid, 0, true); in ixgbevf_vlan_rx_add_vid()
2074 err = hw->mac.ops.set_vfta(hw, vid, 0, false); in ixgbevf_vlan_rx_kill_vid()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c866 .set_vfta = &ixgbe_set_vfta_generic,
H A Dixgbe_sriov.c456 err = hw->mac.ops.set_vfta(hw, vid, VMDQ_P(0), true, false); in ixgbe_set_vf_vlan()
461 err = hw->mac.ops.set_vfta(hw, vid, vf, !!add, false); in ixgbe_set_vf_vlan()
H A Dixgbe_82598.c1147 .set_vfta = &ixgbe_set_vfta_82598,
H A Dixgbe_82599.c2211 .set_vfta = &ixgbe_set_vfta_generic,
H A Dixgbe_e610.c3979 .set_vfta = ixgbe_set_vfta_generic,
H A Dixgbe_type.h3549 int (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool); member
H A Dixgbe_x550.c3944 .set_vfta = &ixgbe_set_vfta_generic, \
H A Dixgbe_main.c4864 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), true, !!vid); in ixgbe_vlan_rx_add_vid()
4923 hw->mac.ops.set_vfta(hw, vid, VMDQ_P(0), false, true); in ixgbe_vlan_rx_kill_vid()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c5217 goto set_vfta; in igb_vlan_promisc_enable()
5229 set_vfta: in igb_vlan_promisc_enable()
5255 goto set_vfta; in igb_scrub_vfta()
5284 set_vfta: in igb_scrub_vfta()