Searched refs:module_typeid (Results 1 – 6 of 6) sorted by relevance
| /src/sys/dev/ice/ |
| H A D | ice_nvm.h | 116 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 D | ice_nvm.c | 50 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 D | ice_adminq_cmd.h | 2253 __le16 module_typeid; member
|
| /src/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.h | 111 s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, 115 s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid); 116 s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid,
|
| H A D | ixgbe_e610.c | 2129 s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm() argument 2143 if (!read_shadow_ram && module_typeid == IXGBE_ACI_NVM_START_POINT) in ixgbe_aci_read_nvm() 2149 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_read_nvm() 2166 s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid) in ixgbe_aci_erase_nvm() argument 2176 status = ixgbe_aci_read_nvm(hw, 0, 2 * module_typeid + 2, 2, &len, true, in ixgbe_aci_erase_nvm() 2185 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_erase_nvm() 2207 s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid, in ixgbe_aci_update_nvm() argument 2227 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_update_nvm()
|
| H A D | ixgbe_type_e610.h | 1345 __le16 module_typeid; member
|