Check Device Availability APIs
icp_sal_userIsQatAvailable
This API allows an application to establish if there is any active QAT device present on system,
without calling internal libadf APIs or without a dependency on icp_sal_userStart()
Syntax
CpaBoolean icp_sal_userIsQatAvailable(void);
Parameters
None
Return Value
The icp_sal_userIsQatAvailable
function returns one of the following codes:
|
Indicates that there is at least one active device. |
|
Indicates that there are no active devices. |