Home
last modified time | relevance | path

Searched refs:ice_acquire_res (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h34 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res,
H A Dice_nvm.c218 return ice_acquire_res(hw, ICE_NVM_RES_ID, access, ICE_NVM_TIMEOUT); in ice_acquire_nvm()
H A Dice_ddp.c1131 status = ice_acquire_res(hw, ICE_GLOBAL_CFG_LOCK_RES_ID, access, in ice_acquire_global_cfg_lock()
H A Dice_flex_pipe.c280 return ice_acquire_res(hw, ICE_CHANGE_LOCK_RES_ID, access, in ice_acquire_change_lock()
H A Dice_common.c1927 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res, in ice_acquire_res() function