Searched refs:module_typeid (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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 | 39 * @module_typeid: module pointer location in words from the NVM beginning 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() 150 * @module_typeid: module pointer location in words from the NVM beginning 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() 196 * @module_typeid 202 ice_aq_erase_nvm(struct ice_hw * hw,u16 module_typeid,struct ice_sq_cd * cd) ice_aq_erase_nvm() argument [all...] |
| H A D | ice_adminq_cmd.h | 2252 __le16 module_typeid; 2317 * a module using the module_typeid field with these AQ commands. 2170 __le16 module_typeid; global() member
|
| /freebsd/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 | 2111 s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm() argument 2125 if (!read_shadow_ram && module_typeid == IXGBE_ACI_NVM_START_POINT) in ixgbe_aci_read_nvm() 2131 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_read_nvm() 2148 s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid) in ixgbe_aci_erase_nvm() argument 2158 status = ixgbe_aci_read_nvm(hw, 0, 2 * module_typeid + 2, 2, &len, true, in ixgbe_aci_erase_nvm() 2167 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_erase_nvm() 2189 s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid, in ixgbe_aci_update_nvm() argument 2209 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_update_nvm()
|
| H A D | ixgbe_type_e610.h | 1323 __le16 module_typeid; member
|