Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ice/
H A Dice_nvm.h116 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length,
143 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd);
145 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
H A Dice_nvm.c50 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm() argument
66 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm()
72 cmd->module_typeid = CPU_TO_LE16(module_typeid); in ice_aq_read_nvm()
161 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm() argument
183 cmd->module_typeid = CPU_TO_LE16(module_typeid); in ice_aq_update_nvm()
201 int ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) in ice_aq_erase_nvm() argument
213 status = ice_aq_read_nvm(hw, 0, 2 * module_typeid + 2, 2, &len, true, in ice_aq_erase_nvm()
222 cmd->module_typeid = CPU_TO_LE16(module_typeid); in ice_aq_erase_nvm()
H A Dice_adminq_cmd.h2252 __le16 module_typeid; member