Lines Matching refs:ops

54 	mac->ops.init_params = e1000_null_ops_generic;
55 mac->ops.init_hw = e1000_null_ops_generic;
56 mac->ops.reset_hw = e1000_null_ops_generic;
57 mac->ops.setup_physical_interface = e1000_null_ops_generic;
58 mac->ops.get_bus_info = e1000_null_ops_generic;
59 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pcie;
60 mac->ops.read_mac_addr = e1000_read_mac_addr_generic;
61 mac->ops.config_collision_dist = e1000_config_collision_dist_generic;
62 mac->ops.clear_hw_cntrs = e1000_null_mac_generic;
64 mac->ops.cleanup_led = e1000_null_ops_generic;
65 mac->ops.setup_led = e1000_null_ops_generic;
66 mac->ops.blink_led = e1000_null_ops_generic;
67 mac->ops.led_on = e1000_null_ops_generic;
68 mac->ops.led_off = e1000_null_ops_generic;
70 mac->ops.setup_link = e1000_null_ops_generic;
71 mac->ops.get_link_up_info = e1000_null_link_info;
72 mac->ops.check_for_link = e1000_null_ops_generic;
73 mac->ops.set_obff_timer = e1000_null_set_obff_timer;
75 mac->ops.check_mng_mode = e1000_null_mng_mode;
77 mac->ops.update_mc_addr_list = e1000_null_update_mc;
78 mac->ops.clear_vfta = e1000_null_mac_generic;
79 mac->ops.write_vfta = e1000_null_write_vfta;
80 mac->ops.rar_set = e1000_rar_set_generic;
81 mac->ops.validate_mdi_setting = e1000_validate_mdi_setting_generic;
219 mac->ops.set_lan_id(hw);
265 mac->ops.set_lan_id(hw);
380 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
385 hw->mac.ops.rar_set(hw, mac_addr, i);
409 ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &nvm_data);
423 ret_val = hw->nvm.ops.read(hw, NVM_ALT_MAC_ADDR_PTR, 1,
444 ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
464 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
753 mac->ops.config_collision_dist(hw);
965 ret_val = hw->nvm.ops.read(hw,
970 ret_val = hw->nvm.ops.read(hw,
1011 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw))
1032 ret_val = hw->mac.ops.setup_physical_interface(hw);
1155 ret_val = mac->ops.check_for_link(hw);
1188 hw->mac.ops.config_collision_dist(hw);
1389 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
1392 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
1407 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV,
1411 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY,
1504 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
1820 ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
1849 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
1911 if (hw->mac.ops.setup_led != e1000_setup_led_generic)