Lines Matching full:acquire
10 * igc_acquire_nvm_i225 - Acquire exclusive access to EEPROM
13 * Acquire the necessary semaphores for exclusive access to the EEPROM.
36 * igc_get_hw_semaphore_i225 - Acquire hardware semaphore
39 * Acquire the HW semaphore to access the PHY or NVM
103 * igc_acquire_swfw_sync_i225 - Acquire SW/FW semaphore
105 * @mask: specifies which semaphore to acquire
107 * Acquire the SW/FW semaphore to access the PHY or NVM. The mask
151 * @mask: specifies which semaphore to acquire
201 status = hw->nvm.ops.acquire(hw); in igc_read_nvm_srrd_i225()
299 status = hw->nvm.ops.acquire(hw); in igc_write_nvm_srwr_i225()
325 status = hw->nvm.ops.acquire(hw); in igc_validate_nvm_checksum_i225()
420 ret_val = hw->nvm.ops.acquire(hw); in igc_update_nvm_checksum_i225()
479 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225()