Lines Matching full:acquire
60 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225()
109 /* acquire SW_FW sync */ in igc_init_mac_params_i225()
153 phy->ops.acquire = igc_acquire_phy_base; in igc_init_phy_params_i225()
234 * Acquire the necessary semaphores for exclusive access to the EEPROM.
263 /* igc_acquire_swfw_sync_i225 - Acquire SW/FW semaphore
265 * @mask: specifies which semaphore to acquire
267 * Acquire the SW/FW semaphore to access the PHY or NVM. The mask
315 * @mask: specifies which semaphore to acquire
366 /* igc_get_hw_semaphore_i225 - Acquire hardware semaphore
369 * Acquire the HW semaphore to access the PHY or NVM
459 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_read_nvm_srrd_i225()
504 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_write_nvm_srwr_i225()
589 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_validate_nvm_checksum_i225()
635 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_update_nvm_checksum_i225()