Lines Matching refs:mac

198 	struct e1000_mac_info *mac = &hw->mac;
206 mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
207 mac->ops.setup_physical_interface =
212 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
213 mac->ops.setup_physical_interface =
219 mac->mta_reg_count = 128;
221 mac->rar_entry_count = E1000_RAR_ENTRIES;
223 mac->asf_firmware_present = TRUE;
225 mac->has_fwsm = TRUE;
227 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) &
230 mac->adaptive_ifs = FALSE;
235 mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
237 mac->ops.reset_hw = e1000_reset_hw_80003es2lan;
239 mac->ops.init_hw = e1000_init_hw_80003es2lan;
241 mac->ops.setup_link = e1000_setup_link_generic;
243 mac->ops.check_mng_mode = e1000_check_mng_mode_generic;
245 mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
247 mac->ops.write_vfta = e1000_write_vfta_generic;
249 mac->ops.clear_vfta = e1000_clear_vfta_generic;
250 /* read mac address */
251 mac->ops.read_mac_addr = e1000_read_mac_addr_80003es2lan;
253 mac->ops.id_led_init = e1000_id_led_init_generic;
255 mac->ops.blink_led = e1000_blink_led_generic;
257 mac->ops.setup_led = e1000_setup_led_generic;
259 mac->ops.cleanup_led = e1000_cleanup_led_generic;
261 mac->ops.led_on = e1000_led_on_generic;
262 mac->ops.led_off = e1000_led_off_generic;
264 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_80003es2lan;
266 mac->ops.get_link_up_info = e1000_get_link_up_info_80003es2lan;
269 hw->mac.ops.set_lan_id(hw);
284 hw->mac.ops.init_params = e1000_init_mac_params_80003es2lan;
735 if (hw->mac.forced_speed_duplex & E1000_ALL_10_SPEED)
886 struct e1000_mac_info *mac = &hw->mac;
897 ret_val = mac->ops.id_led_init(hw);
904 mac->ops.clear_vfta(hw);
907 e1000_init_rx_addrs_generic(hw, mac->rar_entry_count);
911 for (i = 0; i < mac->mta_reg_count; i++)
915 ret_val = mac->ops.setup_link(hw);
1147 if (!hw->mac.ops.check_mng_mode(hw)) {
1187 * This is a function pointer entry point called by the mac module.
1202 /* Set the mac to wait the maximum time between each
1473 if (!(hw->mac.ops.check_mng_mode(hw) ||