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

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.h129 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length,
156 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd);
158 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
H A Dice_nvm.c38 * @module_typeid: module pointer location in words from the NVM beginning
49 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, argument
65 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT)
71 cmd->module_typeid = CPU_TO_LE16(module_typeid);
149 * @module_typeid: module pointer location in words from the NVM beginning
160 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, argument
182 cmd->module_typeid = CPU_TO_LE16(module_typeid);
195 * @module_typeid
201 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) argument
[all...]
H A Dice_adminq_cmd.h2053 __le16 module_typeid; member in struct:ice_aqc_nvm
2086 * a module using the module_typeid field with these AQ commands.

Completed in 176 milliseconds