Lines Matching refs:mac

44 	.mac		= e1000_vfadapt,
51 .mac = e1000_vfadapt_i350,
860 hw->mac.get_link_status = 1; in igbvf_msix_other()
1241 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()
1437 hw->mac.ops.update_mc_addr_list(hw, mta_list, i, 0, 0); in igbvf_set_multi()
1463 hw->mac.ops.set_uc_addr(hw, E1000_VF_MAC_FILTER_CLR, NULL); in igbvf_set_uni()
1474 hw->mac.ops.set_uc_addr(hw, E1000_VF_MAC_FILTER_ADD, in igbvf_set_uni()
1518 struct e1000_mac_info *mac = &adapter->hw.mac; in igbvf_reset() local
1525 if (mac->ops.reset_hw(hw)) in igbvf_reset()
1528 mac->ops.init_hw(hw); in igbvf_reset()
1532 if (is_valid_ether_addr(adapter->hw.mac.addr)) { in igbvf_reset()
1533 eth_hw_addr_set(netdev, adapter->hw.mac.addr); in igbvf_reset()
1534 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in igbvf_reset()
1559 hw->mac.get_link_status = 1; in igbvf_up()
1646 rc = adapter->hw.mac.ops.init_params(&adapter->hw); in igbvf_sw_init()
1750 hw->mac.get_link_status = 1; in igbvf_open()
1807 memcpy(hw->mac.addr, addr->sa_data, netdev->addr_len); in igbvf_set_mac()
1811 hw->mac.ops.rar_set(hw, hw->mac.addr, 0); in igbvf_set_mac()
1815 if (!ether_addr_equal(addr->sa_data, hw->mac.addr)) in igbvf_set_mac()
1887 ret_val = hw->mac.ops.check_for_link(hw); in igbvf_has_link()
1891 link_active = !hw->mac.get_link_status; in igbvf_has_link()
1918 struct e1000_mac_info *mac = &adapter->hw.mac; in igbvf_watchdog_task() local
1928 mac->ops.get_link_up_info(&adapter->hw, in igbvf_watchdog_task()
2628 if (hw->mac.type == e1000_vfadapt_i350) in igbvf_print_device_info()
2753 adapter->hw.mac.type = ei->mac; in igbvf_probe()
2827 err = hw->mac.ops.reset_hw(hw); in igbvf_probe()
2832 err = hw->mac.ops.read_mac_addr(hw); in igbvf_probe()
2835 else if (is_zero_ether_addr(adapter->hw.mac.addr)) in igbvf_probe()
2838 eth_hw_addr_set(netdev, adapter->hw.mac.addr); in igbvf_probe()
2846 memcpy(adapter->hw.mac.addr, netdev->dev_addr, in igbvf_probe()
2863 if (adapter->hw.mac.type == e1000_vfadapt_i350) in igbvf_probe()