Home
last modified time | relevance | path

Searched refs:ice_read_pba_string (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_nvm.h27 int ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size);
Dice_nvm.c503 int ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size) in ice_read_pba_string() function
Dice_devlink.c48 status = ice_read_pba_string(hw, (u8 *)ctx->buf, sizeof(ctx->buf)); in ice_info_pba()