Lines Matching refs:mac

48 	if (hw->mac.ops.init_params) {
49 ret_val = hw->mac.ops.init_params(hw);
55 DEBUGOUT("mac.init_mac_params was NULL\n");
145 * This function sets the mac type of the adapter based on the
152 struct e1000_mac_info *mac = &hw->mac;
159 mac->type = e1000_82542;
163 mac->type = e1000_82543;
169 mac->type = e1000_82544;
176 mac->type = e1000_82540;
180 mac->type = e1000_82545;
185 mac->type = e1000_82545_rev_3;
190 mac->type = e1000_82546;
198 mac->type = e1000_82546_rev_3;
203 mac->type = e1000_82541;
209 mac->type = e1000_82541_rev_2;
213 mac->type = e1000_82547;
216 mac->type = e1000_82547_rev_2;
227 mac->type = e1000_82571;
233 mac->type = e1000_82572;
238 mac->type = e1000_82573;
242 mac->type = e1000_82574;
245 mac->type = e1000_82583;
251 mac->type = e1000_80003es2lan;
261 mac->type = e1000_ich8lan;
275 mac->type = e1000_ich9lan;
280 mac->type = e1000_ich10lan;
286 mac->type = e1000_pchlan;
290 mac->type = e1000_pch2lan;
296 mac->type = e1000_pch_lpt;
301 mac->type = e1000_82575;
311 mac->type = e1000_82576;
323 mac->type = e1000_82580;
330 mac->type = e1000_i350;
341 mac->type = e1000_i210;
344 mac->type = e1000_i211;
348 mac->type = e1000_vfadapt;
352 mac->type = e1000_vfadapt_i350;
407 switch (hw->mac.type) {
504 if (hw->mac.ops.get_bus_info)
505 return hw->mac.ops.get_bus_info(hw);
519 if (hw->mac.ops.clear_vfta)
520 hw->mac.ops.clear_vfta(hw);
534 if (hw->mac.ops.write_vfta)
535 hw->mac.ops.write_vfta(hw, offset, value);
550 if (hw->mac.ops.update_mc_addr_list)
551 hw->mac.ops.update_mc_addr_list(hw, mc_addr_list,
573 * results in the hw->mac structure. This is a function pointer entry
578 if (hw->mac.ops.check_for_link)
579 return hw->mac.ops.check_for_link(hw);
593 if (hw->mac.ops.check_mng_mode)
594 return hw->mac.ops.check_mng_mode(hw);
621 if (hw->mac.ops.reset_hw)
622 return hw->mac.ops.reset_hw(hw);
636 if (hw->mac.ops.init_hw)
637 return hw->mac.ops.init_hw(hw);
652 if (hw->mac.ops.setup_link)
653 return hw->mac.ops.setup_link(hw);
670 if (hw->mac.ops.get_link_up_info)
671 return hw->mac.ops.get_link_up_info(hw, speed, duplex);
686 if (hw->mac.ops.setup_led)
687 return hw->mac.ops.setup_led(hw);
701 if (hw->mac.ops.cleanup_led)
702 return hw->mac.ops.cleanup_led(hw);
717 if (hw->mac.ops.blink_led)
718 return hw->mac.ops.blink_led(hw);
732 if (hw->mac.ops.id_led_init)
733 return hw->mac.ops.id_led_init(hw);
747 if (hw->mac.ops.led_on)
748 return hw->mac.ops.led_on(hw);
762 if (hw->mac.ops.led_off)
763 return hw->mac.ops.led_off(hw);
814 if (hw->mac.ops.config_collision_dist)
815 hw->mac.ops.config_collision_dist(hw);
828 if (hw->mac.ops.rar_set)
829 hw->mac.ops.rar_set(hw, addr, index);
840 if (hw->mac.ops.validate_mdi_setting)
841 return hw->mac.ops.validate_mdi_setting(hw);
929 if (hw->mac.ops.set_obff_timer)
930 return hw->mac.ops.set_obff_timer(hw, itr);
1170 if (hw->mac.ops.read_mac_addr)
1171 return hw->mac.ops.read_mac_addr(hw);
1338 if (hw->mac.ops.power_up_serdes)
1339 hw->mac.ops.power_up_serdes(hw);
1350 if (hw->mac.ops.shutdown_serdes)
1351 hw->mac.ops.shutdown_serdes(hw);