Searched refs:release_swfw_sync (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_x540.c | 94 	hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_reset_hw_X540()227 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_read_eerd_X540()
 250 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_read_eerd_buffer_X540()
 271 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_write_eewr_X540()
 294 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_write_eewr_buffer_X540()
 430 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_validate_eeprom_checksum_X540()
 477 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_update_eeprom_checksum_X540()
 870 	.release_swfw_sync      = &ixgbe_release_swfw_sync_X540,
 
 | 
| D | ixgbe_phy.c | 138 			hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_read_i2c_combined_generic_int()145 			hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_read_i2c_combined_generic_int()
 204 			hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_write_i2c_combined_generic_int()
 210 			hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_write_i2c_combined_generic_int()
 556 		hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_read_phy_reg_generic()
 654 		hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_write_phy_reg_generic()
 724 	hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_mii_bus_read_generic()
 768 	hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_mii_bus_write_generic()
 2065 			hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_read_i2c_byte_generic_int()
 2071 			hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_read_i2c_byte_generic_int()
 [all …]
 
 | 
| D | ixgbe_x550.c | 249 		hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_check_cs4227()273 	hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_check_cs4227()
 286 	hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_check_cs4227()
 725 	hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_read_iosf_sb_reg_x550()
 912 	hw->mac.ops.release_swfw_sync(hw, mask);  in ixgbe_read_ee_hostif_buffer_X550()
 1108 	hw->mac.ops.release_swfw_sync(hw, mask);  in ixgbe_read_ee_hostif_X550()
 1203 		hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_write_ee_hostif_X550()
 1375 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_write_ee_hostif_buffer_X550()
 1422 	hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_write_iosf_sb_reg_x550()
 3457 	hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in ixgbe_reset_hw_X550em()
 [all …]
 
 | 
| D | ixgbe_82599.c | 132 		hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);  in ixgbe_setup_sfp_modules_82599()155 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);  in ixgbe_setup_sfp_modules_82599()
 235 		hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);  in prot_autoc_write_82599()
 525 		hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);  in ixgbe_start_mac_link_82599()
 2210 	.release_swfw_sync      = &ixgbe_release_swfw_sync,
 
 | 
| D | ixgbe_82598.c | 1010 	hw->mac.ops.release_swfw_sync(hw, gssr);  in ixgbe_read_i2c_phy_82598()1152 	.release_swfw_sync      = &ixgbe_release_swfw_sync,
 
 | 
| D | ixgbe_common.c | 1368 		hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_acquire_eeprom()1682 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);  in ixgbe_release_eeprom()
 3735 	hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM);  in ixgbe_host_interface_command()
 
 | 
| D | ixgbe_type.h | 3422 	void (*release_swfw_sync)(struct ixgbe_hw *, u32);  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ | 
| D | igc_base.c | 140 	mac->ops.release_swfw_sync = igc_release_swfw_sync_i225;  in igc_init_mac_params_base()272 	hw->mac.ops.release_swfw_sync(hw, mask);  in igc_release_phy_base()
 
 | 
| D | igc_hw.h | 38 	void (*release_swfw_sync)(struct igc_hw *hw, u16 mask);  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ | 
| D | e1000_82575.c | 437 		mac->ops.release_swfw_sync = igb_release_swfw_sync_i210;  in igb_init_mac_params_82575()441 		mac->ops.release_swfw_sync = igb_release_swfw_sync_82575;  in igb_init_mac_params_82575()
 754 	hw->mac.ops.release_swfw_sync(hw, mask);  in igb_release_phy_82575()
 1134 		hw->mac.ops.release_swfw_sync(hw, E1000_SWFW_EEP_SM);  in igb_acquire_nvm_82575()
 1150 	hw->mac.ops.release_swfw_sync(hw, E1000_SWFW_EEP_SM);  in igb_release_nvm_82575()
 2331 		hw->mac.ops.release_swfw_sync(hw, swmbsw_mask);  in igb_reset_hw_82580()
 
 | 
| D | e1000_hw.h | 305 	void (*release_swfw_sync)(struct e1000_hw *, u16);  member
 | 
| D | igb_main.c | 9483 	hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in igb_read_i2c_byte()9517 	hw->mac.ops.release_swfw_sync(hw, swfw_mask);  in igb_write_i2c_byte()
 
 |