Home
last modified time | relevance | path

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

/src/sys/dev/ice/
H A Dice_nvm.h136 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size);
H A Dice_nvm.c805 int ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size) in ice_read_pba_string() function
H A Dice_lib.c2811 status = ice_read_pba_string(hw, pba_string, sizeof(pba_string)); in ice_sysctl_pba_number()
11537 (ice_read_pba_string(&sc->hw, pba_string, sizeof(pba_string)) == 0)) in ice_cfg_pba_num()