Searched refs:module_typeid (Results 1 – 5 of 5) sorted by relevance
| /linux/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 | 338 completion_module = le16_to_cpu(cmd->module_typeid); in ice_write_one_nvm_block() 345 dev_err(dev, "Unexpected module_typeid in write completion: got 0x%x, expected 0x%x\n", in ice_write_one_nvm_block() 525 completion_module = le16_to_cpu(cmd->module_typeid); in ice_erase_nvm_module() 529 dev_err(dev, "Unexpected module_typeid in erase completion for %s: got 0x%x, expected 0x%x\n", in ice_erase_nvm_module()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 2373 * @module_typeid: module pointer location in words from the NVM beginning in ixgbe_aci_erase_nvm() 2384 int ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_erase_nvm() 2398 if (!read_shadow_ram && module_typeid == IXGBE_ACI_NVM_START_POINT) 2404 cmd->module_typeid = cpu_to_le16(module_typeid); 2415 * @module_typeid: module pointer location in words from the NVM beginning in ixgbe_aci_update_nvm() 2421 int ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid) in ixgbe_aci_update_nvm() 2428 /* Read a length value from SR, so module_typeid is equal to 0, in ixgbe_aci_update_nvm() 2432 err = ixgbe_aci_read_nvm(hw, 0, 2 * module_typeid + 2, 2, &len, true, in ixgbe_aci_update_nvm() 2441 cmd->module_typeid 2326 ixgbe_aci_read_nvm(struct ixgbe_hw * hw,u16 module_typeid,u32 offset,u16 length,void * data,bool last_command,bool read_shadow_ram) ixgbe_aci_read_nvm() argument 2363 ixgbe_aci_erase_nvm(struct ixgbe_hw * hw,u16 module_typeid) ixgbe_aci_erase_nvm() argument 2405 ixgbe_aci_update_nvm(struct ixgbe_hw * hw,u16 module_typeid,u32 offset,u16 length,void * data,bool last_command,u8 command_flags) ixgbe_aci_update_nvm() argument [all...] |
| H A D | ixgbe_type_e610.h | 718 __le16 module_typeid; 714 __le16 module_typeid; global() member
|