Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbevf/
Dvf.h70 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member
Dvf.c381 .set_vfta = ixgbevf_set_vfta_vf,
Dixgbevf_main.c1427 if (hw->mac.ops.set_vfta) in ixgbevf_vlan_rx_add_vid()
1428 hw->mac.ops.set_vfta(hw, vid, 0, true); in ixgbevf_vlan_rx_add_vid()
1445 if (hw->mac.ops.set_vfta) in ixgbevf_vlan_rx_kill_vid()
1446 hw->mac.ops.set_vfta(hw, vid, 0, false); in ixgbevf_vlan_rx_kill_vid()
/linux-2.6.39/drivers/net/igbvf/
Dvf.h190 s32 (*set_vfta)(struct e1000_hw *, u16, bool); member
Dvf.c72 mac->ops.set_vfta = e1000_set_vfta_vf; in e1000_init_mac_params_vf()
Dnetdev.c1183 if (hw->mac.ops.set_vfta(hw, vid, true)) in igbvf_vlan_rx_add_vid()
1198 if (hw->mac.ops.set_vfta(hw, vid, false)) in igbvf_vlan_rx_kill_vid()
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_x540.c695 .set_vfta = &ixgbe_set_vfta_generic,
Dixgbe_sriov.c110 return adapter->hw.mac.ops.set_vfta(&adapter->hw, vid, vf, (bool)add); in ixgbe_set_vf_vlan()
Dixgbe_82598.c1221 .set_vfta = &ixgbe_set_vfta_82598,
Dixgbe_82599.c2066 .set_vfta = &ixgbe_set_vfta_generic,
Dixgbe_type.h2546 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool); member
Dixgbe_main.c3362 hw->mac.ops.set_vfta(&adapter->hw, vid, pool_ndx, true); in ixgbe_vlan_rx_add_vid()
3373 hw->mac.ops.set_vfta(&adapter->hw, vid, pool_ndx, false); in ixgbe_vlan_rx_kill_vid()
3665 hw->mac.ops.set_vfta(&adapter->hw, 0, 0, true); in ixgbe_configure_dcb()