Lines Matching refs:mac
49 if (hw->mac.ops.init_params) { in e1000_init_mac_params()
50 ret_val = hw->mac.ops.init_params(hw); in e1000_init_mac_params()
153 struct e1000_mac_info *mac = &hw->mac; in e1000_set_mac_type() local
160 mac->type = e1000_82542; in e1000_set_mac_type()
164 mac->type = e1000_82543; in e1000_set_mac_type()
170 mac->type = e1000_82544; in e1000_set_mac_type()
177 mac->type = e1000_82540; in e1000_set_mac_type()
181 mac->type = e1000_82545; in e1000_set_mac_type()
186 mac->type = e1000_82545_rev_3; in e1000_set_mac_type()
191 mac->type = e1000_82546; in e1000_set_mac_type()
199 mac->type = e1000_82546_rev_3; in e1000_set_mac_type()
204 mac->type = e1000_82541; in e1000_set_mac_type()
210 mac->type = e1000_82541_rev_2; in e1000_set_mac_type()
214 mac->type = e1000_82547; in e1000_set_mac_type()
217 mac->type = e1000_82547_rev_2; in e1000_set_mac_type()
228 mac->type = e1000_82571; in e1000_set_mac_type()
234 mac->type = e1000_82572; in e1000_set_mac_type()
239 mac->type = e1000_82573; in e1000_set_mac_type()
243 mac->type = e1000_82574; in e1000_set_mac_type()
246 mac->type = e1000_82583; in e1000_set_mac_type()
252 mac->type = e1000_80003es2lan; in e1000_set_mac_type()
262 mac->type = e1000_ich8lan; in e1000_set_mac_type()
276 mac->type = e1000_ich9lan; in e1000_set_mac_type()
281 mac->type = e1000_ich10lan; in e1000_set_mac_type()
287 mac->type = e1000_pchlan; in e1000_set_mac_type()
291 mac->type = e1000_pch2lan; in e1000_set_mac_type()
301 mac->type = e1000_pch_lpt; in e1000_set_mac_type()
312 mac->type = e1000_pch_spt; in e1000_set_mac_type()
322 mac->type = e1000_pch_cnp; in e1000_set_mac_type()
327 mac->type = e1000_82575; in e1000_set_mac_type()
337 mac->type = e1000_82576; in e1000_set_mac_type()
349 mac->type = e1000_82580; in e1000_set_mac_type()
356 mac->type = e1000_i350; in e1000_set_mac_type()
366 mac->type = e1000_i210; in e1000_set_mac_type()
369 mac->type = e1000_i211; in e1000_set_mac_type()
373 mac->type = e1000_vfadapt; in e1000_set_mac_type()
377 mac->type = e1000_vfadapt_i350; in e1000_set_mac_type()
383 mac->type = e1000_i354; in e1000_set_mac_type()
437 switch (hw->mac.type) { in e1000_setup_init_funcs()
537 if (hw->mac.ops.get_bus_info) in e1000_get_bus_info()
538 return hw->mac.ops.get_bus_info(hw); in e1000_get_bus_info()
552 if (hw->mac.ops.clear_vfta) in e1000_clear_vfta()
553 hw->mac.ops.clear_vfta(hw); in e1000_clear_vfta()
567 if (hw->mac.ops.write_vfta) in e1000_write_vfta()
568 hw->mac.ops.write_vfta(hw, offset, value); in e1000_write_vfta()
583 if (hw->mac.ops.update_mc_addr_list) in e1000_update_mc_addr_list()
584 hw->mac.ops.update_mc_addr_list(hw, mc_addr_list, in e1000_update_mc_addr_list()
611 if (hw->mac.ops.check_for_link) in e1000_check_for_link()
612 return hw->mac.ops.check_for_link(hw); in e1000_check_for_link()
626 if (hw->mac.ops.check_mng_mode) in e1000_check_mng_mode()
627 return hw->mac.ops.check_mng_mode(hw); in e1000_check_mng_mode()
654 if (hw->mac.ops.reset_hw) in e1000_reset_hw()
655 return hw->mac.ops.reset_hw(hw); in e1000_reset_hw()
669 if (hw->mac.ops.init_hw) in e1000_init_hw()
670 return hw->mac.ops.init_hw(hw); in e1000_init_hw()
685 if (hw->mac.ops.setup_link) in e1000_setup_link()
686 return hw->mac.ops.setup_link(hw); in e1000_setup_link()
703 if (hw->mac.ops.get_link_up_info) in e1000_get_speed_and_duplex()
704 return hw->mac.ops.get_link_up_info(hw, speed, duplex); in e1000_get_speed_and_duplex()
719 if (hw->mac.ops.setup_led) in e1000_setup_led()
720 return hw->mac.ops.setup_led(hw); in e1000_setup_led()
734 if (hw->mac.ops.cleanup_led) in e1000_cleanup_led()
735 return hw->mac.ops.cleanup_led(hw); in e1000_cleanup_led()
750 if (hw->mac.ops.blink_led) in e1000_blink_led()
751 return hw->mac.ops.blink_led(hw); in e1000_blink_led()
765 if (hw->mac.ops.id_led_init) in e1000_id_led_init()
766 return hw->mac.ops.id_led_init(hw); in e1000_id_led_init()
780 if (hw->mac.ops.led_on) in e1000_led_on()
781 return hw->mac.ops.led_on(hw); in e1000_led_on()
795 if (hw->mac.ops.led_off) in e1000_led_off()
796 return hw->mac.ops.led_off(hw); in e1000_led_off()
847 if (hw->mac.ops.config_collision_dist) in e1000_config_collision_dist()
848 hw->mac.ops.config_collision_dist(hw); in e1000_config_collision_dist()
861 if (hw->mac.ops.rar_set) in e1000_rar_set()
862 return hw->mac.ops.rar_set(hw, addr, index); in e1000_rar_set()
875 if (hw->mac.ops.validate_mdi_setting) in e1000_validate_mdi_setting()
876 return hw->mac.ops.validate_mdi_setting(hw); in e1000_validate_mdi_setting()
964 if (hw->mac.ops.set_obff_timer) in e1000_set_obff_timer()
965 return hw->mac.ops.set_obff_timer(hw, itr); in e1000_set_obff_timer()
1205 if (hw->mac.ops.read_mac_addr) in e1000_read_mac_addr()
1206 return hw->mac.ops.read_mac_addr(hw); in e1000_read_mac_addr()
1373 if (hw->mac.ops.power_up_serdes) in e1000_power_up_fiber_serdes_link()
1374 hw->mac.ops.power_up_serdes(hw); in e1000_power_up_fiber_serdes_link()
1385 if (hw->mac.ops.shutdown_serdes) in e1000_shutdown_fiber_serdes_link()
1386 hw->mac.ops.shutdown_serdes(hw); in e1000_shutdown_fiber_serdes_link()