crypto: qat - add packed to init admin structures
Add packed attribute to the structures icp_qat_fw_init_admin_req and icp_qat_fw_init_admin_resp as they are accessed by firmware. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Reviewed-by: Fiona Trahe <fiona.trahe@intel.com> Reviewed-by: Wojciech Ziemba <wojciech.ziemba@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
fc920eccd3
commit
f9ff4d3820
@ -39,7 +39,7 @@ struct icp_qat_fw_init_admin_req {
|
||||
};
|
||||
|
||||
__u32 resrvd4;
|
||||
};
|
||||
} __packed;
|
||||
|
||||
struct icp_qat_fw_init_admin_resp {
|
||||
__u8 flags;
|
||||
@ -92,7 +92,7 @@ struct icp_qat_fw_init_admin_resp {
|
||||
__u64 resrvd8;
|
||||
};
|
||||
};
|
||||
};
|
||||
} __packed;
|
||||
|
||||
#define ICP_QAT_FW_COMN_HEARTBEAT_OK 0
|
||||
#define ICP_QAT_FW_COMN_HEARTBEAT_BLOCKED 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user