Lines Matching full:acquire
9 * igc_acquire_nvm_i225 - Acquire exclusive access to EEPROM
12 * Acquire the necessary semaphores for exclusive access to the EEPROM.
35 * igc_get_hw_semaphore_i225 - Acquire hardware semaphore
38 * Acquire the HW semaphore to access the PHY or NVM
102 * igc_acquire_swfw_sync_i225 - Acquire SW/FW semaphore
104 * @mask: specifies which semaphore to acquire
106 * Acquire the SW/FW semaphore to access the PHY or NVM. The mask
150 * @mask: specifies which semaphore to acquire
200 status = hw->nvm.ops.acquire(hw); in igc_read_nvm_srrd_i225()
298 status = hw->nvm.ops.acquire(hw); in igc_write_nvm_srwr_i225()
324 status = hw->nvm.ops.acquire(hw); in igc_validate_nvm_checksum_i225()
419 ret_val = hw->nvm.ops.acquire(hw); in igc_update_nvm_checksum_i225()
478 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225()