Searched refs:ice_read_sr_word (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c651 * ice_read_sr_word - Reads Shadow RAM word and acquire NVM if necessary
658 enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data) function
690 status = ice_read_sr_word(hw, ICE_SR_PFA_PTR, &pfa_ptr);
695 status = ice_read_sr_word(hw, pfa_ptr, &pfa_len);
709 status = ice_read_sr_word(hw, next_tlv, &tlv_sub_module_type);
715 status = ice_read_sr_word(hw, next_tlv + 1, &tlv_len);
761 status = ice_read_sr_word(hw, (pba_tlv + 2), &pba_size);
782 status = ice_read_sr_word(hw, (pba_tlv + 2 + 1) + i, &pba_word);
1199 status = ice_read_sr_word(hw, offset, &value);
1231 status = ice_read_sr_word(h
[all...]
H A Dice_nvm.h151 enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data);
H A Dice_common.c5109 status = ice_read_sr_word(hw, tlv_start, &buf);
5120 status = ice_read_sr_word(hw, offset, &buf);
5130 status = ice_read_sr_word(hw, (offset + i), &buf);
5143 status = ice_read_sr_word(hw, (offset + i), &buf);

Completed in 117 milliseconds