Lines Matching refs:mac

1270 	hw->mac.get_link_status = 1;  in ixgbevf_msix_other()
1785 if (hw->mac.type >= ixgbe_mac_X550_vf) in ixgbevf_configure_rx()
1808 err = hw->mac.ops.set_vfta(hw, vid, 0, true); in ixgbevf_vlan_rx_add_vid()
1834 err = hw->mac.ops.set_vfta(hw, vid, 0, false); in ixgbevf_vlan_rx_kill_vid()
1867 hw->mac.ops.set_uc_addr(hw, ++count, ha->addr); in ixgbevf_write_uc_addr_list()
1874 hw->mac.ops.set_uc_addr(hw, 0, NULL); in ixgbevf_write_uc_addr_list()
1897 hw->mac.ops.update_mc_addr_list(hw, netdev); in ixgbevf_set_rx_mode()
2060 if (is_valid_ether_addr(hw->mac.addr)) in ixgbevf_up_complete()
2061 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0); in ixgbevf_up_complete()
2063 hw->mac.ops.set_rar(hw, 0, hw->mac.perm_addr, 0); in ixgbevf_up_complete()
2081 hw->mac.get_link_status = 1; in ixgbevf_up_complete()
2243 if (hw->mac.ops.reset_hw(hw)) { in ixgbevf_reset()
2246 hw->mac.ops.init_hw(hw); in ixgbevf_reset()
2250 if (is_valid_ether_addr(adapter->hw.mac.addr)) { in ixgbevf_reset()
2251 memcpy(netdev->dev_addr, adapter->hw.mac.addr, in ixgbevf_reset()
2253 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in ixgbevf_reset()
2630 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
2631 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
2636 err = hw->mac.ops.reset_hw(hw); in ixgbevf_sw_init()
2641 err = hw->mac.ops.init_hw(hw); in ixgbevf_sw_init()
2647 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
2650 else if (is_zero_ether_addr(adapter->hw.mac.addr)) in ixgbevf_sw_init()
2653 memcpy(netdev->dev_addr, hw->mac.addr, netdev->addr_len); in ixgbevf_sw_init()
2659 memcpy(hw->mac.addr, netdev->dev_addr, netdev->addr_len); in ixgbevf_sw_init()
2814 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
3690 memcpy(hw->mac.addr, addr->sa_data, netdev->addr_len); in ixgbevf_set_mac()
3694 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0); in ixgbevf_set_mac()
3721 if (adapter->hw.mac.type != ixgbe_mac_82599_vf) in ixgbevf_change_mtu()
3982 memcpy(&hw->mac.ops, ii->mac_ops, sizeof(hw->mac.ops)); in ixgbevf_probe()
3983 hw->mac.type = ii->mac; in ixgbevf_probe()
4052 dev_info(&pdev->dev, "MAC: %d\n", hw->mac.type); in ixgbevf_probe()
4054 switch (hw->mac.type) { in ixgbevf_probe()