Lines Matching refs:cmd_flags
67 cmd->cmd_flags |= ICE_AQC_NVM_FLASH_ONLY;
71 cmd->cmd_flags |= ICE_AQC_NVM_LAST_CMD;
178 cmd->cmd_flags |= command_flags;
182 cmd->cmd_flags |= ICE_AQC_NVM_LAST_CMD;
233 * @cmd_flags: NVM access admin command bits
243 ice_aq_read_nvm_cfg(struct ice_hw *hw, u8 cmd_flags, u16 field_id, void *data,
256 cmd->cmd_flags = cmd_flags;
269 * @cmd_flags: NVM access admin command bits
278 ice_aq_write_nvm_cfg(struct ice_hw *hw, u8 cmd_flags, void *data, u16 buf_size,
292 cmd->cmd_flags = cmd_flags;
1763 * @cmd_flags: flags for write activate command
1769 * cmd_flags controls which banks to activate, the preservation level to use
1773 * Note that the 16bit cmd_flags value is split between two separate 1 byte
1780 int ice_nvm_write_activate(struct ice_hw *hw, u16 cmd_flags, u8 *response_flags)
1789 cmd->cmd_flags = (u8)(cmd_flags & 0xFF);
1790 cmd->offset_high = (u8)((cmd_flags >> 8) & 0xFF);
1794 *response_flags = cmd->cmd_flags;
2174 u8 cmd_flags = ICE_AQ_NVM_SANITIZE_REQ_OPERATE |
2177 status = ice_nvm_sanitize(hw, cmd_flags, &values);
2194 * @cmd_flags: flag to the ACI command
2201 s32 ice_nvm_sanitize(struct ice_hw *hw, u8 cmd_flags, u8 *values)
2209 cmd->cmd_flags = cmd_flags;