Searched refs:module_typeid (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.h | 17 int ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, 34 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, 38 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd);
|
| H A D | ice_nvm.c | 21 int ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_read_nvm() argument 35 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm() 41 cmd->module_typeid = cpu_to_le16(module_typeid); in ice_aq_read_nvm() 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() 162 int ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) in ice_aq_erase_nvm() argument 171 cmd->module_typeid = cpu_to_le16(module_typeid); in ice_aq_erase_nvm()
|
| H A D | ice_fw_update.c | 336 completion_module = le16_to_cpu(desc->params.nvm.module_typeid); in ice_write_one_nvm_block() 521 completion_module = le16_to_cpu(desc->params.nvm.module_typeid); in ice_erase_nvm_module()
|
| H A D | ice_adminq_cmd.h | 1761 __le16 module_typeid; member
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.h | 66 int ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset,
|
| H A D | ixgbe_e610.c | 2200 int ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm() argument 2214 if (!read_shadow_ram && module_typeid == IXGBE_ACI_NVM_START_POINT) in ixgbe_aci_read_nvm() 2220 cmd->module_typeid = cpu_to_le16(module_typeid); in ixgbe_aci_read_nvm()
|
| H A D | ixgbe_type_e610.h | 785 __le16 module_typeid; member
|