Lines Matching refs:mac
68 .mac = e1000_vfadapt,
75 .mac = e1000_vfadapt_i350,
880 hw->mac.get_link_status = 1; in igbvf_msix_other()
1247 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()
1433 hw->mac.ops.update_mc_addr_list(hw, mta_list, i, 0, 0); in igbvf_set_multi()
1464 struct e1000_mac_info *mac = &adapter->hw.mac; in igbvf_reset() local
1469 if (mac->ops.reset_hw(hw)) in igbvf_reset()
1472 mac->ops.init_hw(hw); in igbvf_reset()
1474 if (is_valid_ether_addr(adapter->hw.mac.addr)) { in igbvf_reset()
1475 memcpy(netdev->dev_addr, adapter->hw.mac.addr, in igbvf_reset()
1477 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in igbvf_reset()
1502 hw->mac.get_link_status = 1; in igbvf_up()
1589 rc = adapter->hw.mac.ops.init_params(&adapter->hw); in igbvf_sw_init()
1692 hw->mac.get_link_status = 1; in igbvf_open()
1749 memcpy(hw->mac.addr, addr->sa_data, netdev->addr_len); in igbvf_set_mac()
1751 hw->mac.ops.rar_set(hw, hw->mac.addr, 0); in igbvf_set_mac()
1753 if (!ether_addr_equal(addr->sa_data, hw->mac.addr)) in igbvf_set_mac()
1823 ret_val = hw->mac.ops.check_for_link(hw); in igbvf_has_link()
1824 link_active = !hw->mac.get_link_status; in igbvf_has_link()
1851 struct e1000_mac_info *mac = &adapter->hw.mac; in igbvf_watchdog_task() local
1861 mac->ops.get_link_up_info(&adapter->hw, in igbvf_watchdog_task()
2582 if (hw->mac.type == e1000_vfadapt_i350) in igbvf_print_device_info()
2681 adapter->hw.mac.type = ei->mac; in igbvf_probe()
2741 err = hw->mac.ops.reset_hw(hw); in igbvf_probe()
2746 err = hw->mac.ops.read_mac_addr(hw); in igbvf_probe()
2749 else if (is_zero_ether_addr(adapter->hw.mac.addr)) in igbvf_probe()
2752 memcpy(netdev->dev_addr, adapter->hw.mac.addr, in igbvf_probe()
2759 memcpy(adapter->hw.mac.addr, netdev->dev_addr, in igbvf_probe()
2777 if (adapter->hw.mac.type == e1000_vfadapt_i350) in igbvf_probe()