Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164362535
D36330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
792 B
Referenced Files
None
Subscribers
None
D36330.diff
View Options
diff --git a/sys/dev/qat/qat_api/qat_direct/include/icp_adf_accel_mgr.h b/sys/dev/qat/qat_api/qat_direct/include/icp_adf_accel_mgr.h
--- a/sys/dev/qat/qat_api/qat_direct/include/icp_adf_accel_mgr.h
+++ b/sys/dev/qat/qat_api/qat_direct/include/icp_adf_accel_mgr.h
@@ -44,10 +44,20 @@
*
* Returns:
* CPA_TRUE device is in reset state
- * CPA_FALS device is not in reset state
+ * CPA_FALSE device is not in reset state
*/
CpaBoolean icp_adf_is_dev_in_reset(icp_accel_dev_t *accel_dev);
+/*
+ * icp_adf_is_dev_in_error
+ * Check if device is in error state.
+ *
+ * Returns:
+ * CPA_TRUE device is in error state
+ * CPA_FALSE device is not in error state
+ */
+CpaBoolean icp_adf_is_dev_in_error(icp_accel_dev_t *accel_dev);
+
/*
* icp_amgr_getNumInstances
*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 4:46 AM (14 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35791338
Default Alt Text
D36330.diff (792 B)
Attached To
Mode
D36330: qat: Add a prototype for icp_adf_is_dev_in_error.
Attached
Detach File
Event Timeline
Log In to Comment