Lines Matching refs:mac
207 status = hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_read_ee_hostif_buffer_X550()
255 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_read_ee_hostif_buffer_X550()
428 if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) == 0) { in ixgbe_read_ee_hostif_X550()
430 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_read_ee_hostif_X550()
528 if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) == 0) { in ixgbe_write_ee_hostif_X550()
530 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_ee_hostif_X550()
576 hw->mac.set_lben = true; in ixgbe_disable_rx_x550()
578 hw->mac.set_lben = false; in ixgbe_disable_rx_x550()
656 status = hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_ee_hostif_buffer_X550()
671 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_ee_hostif_buffer_X550()
681 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_mac_link_ops_X550em() local
687 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
688 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
689 mac->ops.flap_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
1260 status = hw->mac.ops.stop_adapter(hw); in ixgbe_reset_hw_X550em()
1281 status = hw->mac.ops.setup_sfp(hw); in ixgbe_reset_hw_X550em()
1298 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
1326 if (hw->mac.flags & IXGBE_FLAGS_DOUBLE_RESET_REQUIRED) { in ixgbe_reset_hw_X550em()
1327 hw->mac.flags &= ~IXGBE_FLAGS_DOUBLE_RESET_REQUIRED; in ixgbe_reset_hw_X550em()
1332 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
1338 hw->mac.num_rar_entries = 128; in ixgbe_reset_hw_X550em()
1339 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_X550em()
1517 .mac = ixgbe_mac_X550,
1526 .mac = ixgbe_mac_X550EM_x,