Lines Matching refs:mac

64 	num_vf_macvlans = hw->mac.num_rar_entries -  in __ixgbe_enable_sriov()
93 if ((adapter->hw.mac.type == ixgbe_mac_82599EB) && in __ixgbe_enable_sriov()
407 return adapter->hw.mac.ops.set_vfta(&adapter->hw, vid, vf, (bool)add); in ixgbe_set_vf_vlan()
423 if (adapter->hw.mac.type == ixgbe_mac_82599EB) { in ixgbe_set_vf_lpe()
537 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_vf_reset_event()
689 if (adapter->hw.mac.type == ixgbe_mac_82599EB) { in ixgbe_vf_reset_msg()
737 msgbuf[3] = hw->mac.mc_filter_type; in ixgbe_vf_reset_msg()
821 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_set_vf_vlan_msg()
1141 int ixgbe_ndo_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in ixgbe_ndo_set_vf_mac() argument
1144 if (!is_valid_ether_addr(mac) || (vf >= adapter->num_vfs)) in ixgbe_ndo_set_vf_mac()
1147 dev_info(&adapter->pdev->dev, "setting MAC %pM on VF %d\n", mac, vf); in ixgbe_ndo_set_vf_mac()
1156 return ixgbe_set_vf_mac(adapter, vf, mac); in ixgbe_ndo_set_vf_mac()
1172 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_enable_port_vlan()
1176 if (hw->mac.type >= ixgbe_mac_X550) in ixgbe_enable_port_vlan()
1204 hw->mac.ops.set_vlan_anti_spoofing(hw, false, vf); in ixgbe_disable_port_vlan()
1209 if (hw->mac.type >= ixgbe_mac_X550) in ixgbe_disable_port_vlan()
1289 switch (hw->mac.type) { in ixgbe_set_vf_rate_limit()
1407 if (adapter->hw.mac.type < ixgbe_mac_82599EB || in ixgbe_ndo_set_vf_rss_query_en()
1408 adapter->hw.mac.type >= ixgbe_mac_X550) in ixgbe_ndo_set_vf_rss_query_en()
1426 memcpy(&ivi->mac, adapter->vfinfo[vf].vf_mac_addresses, ETH_ALEN); in ixgbe_ndo_get_vf_config()