/freebsd-src/sys/dev/ixgbe/ |
H A D | ixgbe_x540.c | 103 mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X540; in ixgbe_init_ops_X540() 241 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_reset_hw_X540() 406 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_read_eerd_X540() 433 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_read_eerd_buffer_X540() 457 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_eewr_X540() 484 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_eewr_buffer_X540() 628 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_validate_eeprom_checksum_X540() 677 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_update_eeprom_checksum_X540()
|
H A D | ixgbe_phy.c | 158 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_read_i2c_combined_generic_int() 165 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_read_i2c_combined_generic_int() 224 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_write_i2c_combined_generic_int() 230 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_write_i2c_combined_generic_int() 692 hw->mac.ops.release_swfw_sync(hw, gssr); in ixgbe_read_phy_reg_generic() 790 hw->mac.ops.release_swfw_sync(hw, gssr); in ixgbe_write_phy_reg_generic() 2063 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_read_i2c_byte_generic_int() 2069 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_read_i2c_byte_generic_int() 2170 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_write_i2c_byte_generic_int() 2183 hw->mac.ops.release_swfw_sync(h in ixgbe_write_i2c_byte_generic_int() [all...] |
H A D | ixgbe_x550.c | 277 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 304 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 318 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 804 mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X550a; in ixgbe_init_ops_X550EM_a() 857 mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X550em; in ixgbe_init_ops_X550EM_x() 2445 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_reset_hw_X550em() 3087 hw->mac.ops.release_swfw_sync(hw, mask); in ixgbe_setup_phy_loopback_x550em() 3163 hw->mac.ops.release_swfw_sync(hw, mask); 3229 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_read_ee_hostif_buffer_X550() 3272 hw->mac.ops.release_swfw_sync(h in ixgbe_write_ee_hostif_data_X550() [all...] |
H A D | ixgbe_82599.c | 208 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM); in ixgbe_setup_sfp_modules_82599() 232 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM); in ixgbe_setup_sfp_modules_82599() 308 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM); in prot_autoc_write_82599() 660 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM); in ixgbe_start_mac_link_82599()
|
H A D | ixgbe_api.c | 1753 if (hw->mac.ops.release_swfw_sync) in ixgbe_init_swfw_semaphore() 1754 hw->mac.ops.release_swfw_sync(hw, mask); in ixgbe_init_swfw_semaphore()
|
H A D | ixgbe_common.c | 108 mac->ops.release_swfw_sync = ixgbe_release_swfw_sync; in ixgbe_init_ops_generic() 1850 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_acquire_eeprom() 2200 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_release_eeprom() 4741 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM); in ixgbe_set_fw_drv_ver_generic()
|
H A D | ixgbe_82598.c | 1187 hw->mac.ops.release_swfw_sync(hw, gssr); in ixgbe_read_i2c_phy_82598()
|
H A D | ixgbe_type.h | 4034 void (*release_swfw_sync)(struct ixgbe_hw *, u32); 3976 void (*release_swfw_sync)(struct ixgbe_hw *, u32); global() member
|
/freebsd-src/sys/dev/igc/ |
H A D | igc_base.c | 46 hw->mac.ops.release_swfw_sync(hw, mask); in igc_release_phy_base()
|
H A D | igc_hw.h | 363 void (*release_swfw_sync)(struct igc_hw *, u16); member
|
H A D | igc_i225.c | 112 mac->ops.release_swfw_sync = igc_release_swfw_sync_i225; in igc_init_mac_params_i225()
|
/freebsd-src/sys/dev/e1000/ |
H A D | e1000_base.c | 82 hw->mac.ops.release_swfw_sync(hw, mask); in e1000_release_phy_base()
|
H A D | e1000_82575.c | 428 mac->ops.release_swfw_sync = e1000_release_swfw_sync; in e1000_init_mac_params_82575() 2309 hw->mac.ops.release_swfw_sync(hw, swmbsw_mask); in e1000_reset_hw_82580() 3095 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in e1000_read_i2c_byte_generic() 3106 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in e1000_read_i2c_byte_generic() 3179 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in e1000_write_i2c_byte_generic()
|
H A D | e1000_hw.h | 768 void (*release_swfw_sync)(struct e1000_hw *, u16); member
|