• Home
  • Raw
  • Download

Lines Matching refs:mac

93 	switch (hw->mac.type) {  in e1000_init_phy_params_82571()
113 switch (hw->mac.type) { in e1000_init_phy_params_82571()
164 switch (hw->mac.type) { in e1000_init_nvm_params_82571()
208 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82571() local
209 struct e1000_mac_operations *func = &mac->ops; in e1000_init_mac_params_82571()
230 mac->mta_reg_count = 128; in e1000_init_mac_params_82571()
232 mac->rar_entry_count = E1000_RAR_ENTRIES; in e1000_init_mac_params_82571()
234 mac->arc_subsystem_valid = (er32(FWSM) & E1000_FWSM_MODE_MASK) ? 1 : 0; in e1000_init_mac_params_82571()
262 switch (hw->mac.type) { in e1000_init_mac_params_82571()
316 switch (adapter->hw.mac.type) { in e1000_get_variants_82571()
362 switch (hw->mac.type) { in e1000_get_phy_id_82571()
466 if (hw->mac.type != e1000_82573 && hw->mac.type != e1000_82574) in e1000_acquire_nvm_82571()
504 switch (hw->mac.type) { in e1000_write_nvm_82571()
781 if (hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) { in e1000_reset_hw_82571()
822 if (hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) in e1000_reset_hw_82571()
829 if (hw->mac.type == e1000_82571 && in e1000_reset_hw_82571()
844 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82571() local
848 u16 rar_count = mac->rar_entry_count; in e1000_init_hw_82571()
875 for (i = 0; i < mac->mta_reg_count; i++) in e1000_init_hw_82571()
889 if (mac->type != e1000_82573 && mac->type != e1000_82574) { in e1000_init_hw_82571()
936 switch (hw->mac.type) { in e1000_initialize_hw_bits_82571()
948 switch (hw->mac.type) { in e1000_initialize_hw_bits_82571()
964 if (hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) { in e1000_initialize_hw_bits_82571()
971 if (hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) { in e1000_initialize_hw_bits_82571()
978 if (hw->mac.type == e1000_82571) { in e1000_initialize_hw_bits_82571()
985 if (hw->mac.type == e1000_82574) { in e1000_initialize_hw_bits_82571()
1012 if (hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) { in e1000e_clear_vfta()
1066 ctrl = hw->mac.ledctl_mode2; in e1000_led_on_82574()
1073 if (((hw->mac.ledctl_mode2 >> (i * 8)) & 0xFF) == in e1000_led_on_82574()
1125 if ((hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) && in e1000_setup_link_82571()
1186 switch (hw->mac.type) { in e1000_setup_fiber_serdes_link_82571()
1223 if ((hw->mac.type == e1000_82573 || hw->mac.type == e1000_82574) && in e1000_valid_led_default_82571()
1240 if (hw->mac.type != e1000_82571) in e1000e_get_laa_state_82571()
1255 if (hw->mac.type != e1000_82571) in e1000e_set_laa_state_82571()
1269 e1000e_rar_set(hw, hw->mac.addr, hw->mac.rar_entry_count - 1); in e1000e_set_laa_state_82571()
1450 .mac = e1000_82571,
1469 .mac = e1000_82572,
1485 .mac = e1000_82573,
1503 .mac = e1000_82574,