Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c9 * @module_typeid: module pointer location in words from the NVM beginning
20 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm() argument
34 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm()
40 cmd->module_typeid = cpu_to_le16(module_typeid); in ice_aq_read_nvm()
113 * @module_typeid: module pointer location in words from the NVM beginning
124 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm() argument
144 cmd->module_typeid = cpu_to_le16(module_typeid); in ice_aq_update_nvm()
157 * @module_typeid
163 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) ice_aq_erase_nvm() argument
[all...]
H A Dice_nvm.h21 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
25 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd);
H A Dice_fw_update.c313 completion_module = le16_to_cpu(event.desc.params.nvm.module_typeid); in ice_write_one_nvm_block()
320 dev_err(dev, "Unexpected module_typeid in write completion: got 0x%x, expected 0x%x\n", in ice_write_one_nvm_block()
473 completion_module = le16_to_cpu(event.desc.params.nvm.module_typeid); in ice_erase_nvm_module()
477 dev_err(dev, "Unexpected module_typeid in erase completion for %s: got 0x%x, expected 0x%x\n", in ice_erase_nvm_module()
H A Dice_adminq_cmd.h1317 __le16 module_typeid; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c11 * @module_typeid: module pointer location in words from the NVM beginning
22 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm() argument
36 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm()
42 cmd->module_typeid = cpu_to_le16(module_typeid); in ice_aq_read_nvm()
114 * @module_typeid: module pointer location in words from the NVM beginning
125 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm() argument
145 cmd->module_typeid = cpu_to_le16(module_typeid); in ice_aq_update_nvm()
158 * @module_typeid
163 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) ice_aq_erase_nvm() argument
[all...]
H A Dice_nvm.h31 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
35 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd);
H A Dice_fw_update.c332 completion_module = le16_to_cpu(desc->params.nvm.module_typeid); in ice_write_one_nvm_block()
339 dev_err(dev, "Unexpected module_typeid in write completion: got 0x%x, expected 0x%x\n", in ice_write_one_nvm_block()
517 completion_module = le16_to_cpu(desc->params.nvm.module_typeid); in ice_erase_nvm_module()
521 dev_err(dev, "Unexpected module_typeid in erase completion for %s: got 0x%x, expected 0x%x\n", in ice_erase_nvm_module()
H A Dice_adminq_cmd.h1561 __le16 module_typeid; member

Completed in 17 milliseconds