Searched refs:CPA_STATUS_SUCCESS (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-current/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSpinLock.c14 return CPA_STATUS_SUCCESS;
24 return CPA_STATUS_SUCCESS;
34 return CPA_STATUS_SUCCESS;
43 return CPA_STATUS_SUCCESS;
H A DQatUtilsSemaphore.c26 return CPA_STATUS_SUCCESS;
45 CpaStatus Status = CPA_STATUS_SUCCESS;
88 return CPA_STATUS_SUCCESS;
103 return CPA_STATUS_SUCCESS;
115 return CPA_STATUS_SUCCESS;
132 return CPA_STATUS_SUCCESS;
146 return CPA_STATUS_SUCCESS;
155 return CPA_STATUS_SUCCESS;
167 return CPA_STATUS_SUCCESS;
H A DQatUtilsCrypto.c18 return CPA_STATUS_SUCCESS;
30 return CPA_STATUS_SUCCESS;
42 return CPA_STATUS_SUCCESS;
54 return CPA_STATUS_SUCCESS;
66 return CPA_STATUS_SUCCESS;
78 return CPA_STATUS_SUCCESS;
90 return CPA_STATUS_SUCCESS;
102 return CPA_STATUS_SUCCESS;
114 return CPA_STATUS_SUCCESS;
126 return CPA_STATUS_SUCCESS;
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem.c63 return CPA_STATUS_SUCCESS;
81 return CPA_STATUS_SUCCESS;
110 return CPA_STATUS_SUCCESS;
116 return CPA_STATUS_SUCCESS;
H A Dsal_user_process.c58 return CPA_STATUS_SUCCESS;
H A Dsal_versions.c56 * @return CPA_STATUS_SUCCESS Operation finished successfully
64 CpaStatus status = CPA_STATUS_SUCCESS;
122 CpaStatus status = CPA_STATUS_SUCCESS;
131 if (CPA_STATUS_SUCCESS != status) {
150 if (CPA_STATUS_SUCCESS == status) {
157 if (CPA_STATUS_SUCCESS != status) {
H A Dsal_statistics.c40 * @retval CPA_STATUS_SUCCESS Operation successful
50 CpaStatus status = CPA_STATUS_SUCCESS;
61 if (CPA_STATUS_SUCCESS != status) {
82 CpaStatus status = CPA_STATUS_SUCCESS;
116 if (CPA_STATUS_SUCCESS != status) {
201 return CPA_STATUS_SUCCESS;
/freebsd-current/sys/dev/qat/qat_api/
H A Dfreebsd_module.c16 CpaStatus ret = CPA_STATUS_SUCCESS;
20 if (ret != CPA_STATUS_SUCCESS) {
31 CpaStatus ret = CPA_STATUS_SUCCESS;
34 if (ret != CPA_STATUS_SUCCESS) {
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_partial.c33 CpaStatus status = CPA_STATUS_SUCCESS;
49 status = CPA_STATUS_SUCCESS;
H A Dlac_sym_hash_sw_precomputes.c62 if (CPA_STATUS_SUCCESS != qatUtilsHashMD5(in, out)) {
66 status = CPA_STATUS_SUCCESS;
69 if (CPA_STATUS_SUCCESS != qatUtilsHashSHA1(in, out)) {
78 status = CPA_STATUS_SUCCESS;
81 if (CPA_STATUS_SUCCESS != qatUtilsHashSHA224(in, out)) {
90 status = CPA_STATUS_SUCCESS;
93 if (CPA_STATUS_SUCCESS != qatUtilsHashSHA256(in, out)) {
102 status = CPA_STATUS_SUCCESS;
105 if (CPA_STATUS_SUCCESS != qatUtilsHashSHA384(in, out)) {
114 status = CPA_STATUS_SUCCESS;
[all...]
H A Dlac_sym_cb.c126 CpaStatus dequeueStatus = CPA_STATUS_SUCCESS;
178 if ((CPA_STATUS_SUCCESS == status) &&
238 if (CPA_STATUS_SUCCESS != dequeueStatus) {
242 if (CPA_STATUS_SUCCESS == status) {
248 if (CPA_STATUS_SUCCESS == status) {
252 if (CPA_STATUS_SUCCESS != status) {
360 CpaStatus status = CPA_STATUS_SUCCESS;
383 CPA_STATUS_SUCCESS,
403 CpaStatus status = CPA_STATUS_SUCCESS;
473 if (CPA_STATUS_SUCCESS !
[all...]
H A Dlac_sym_api.c132 * @retval CPA_STATUS_SUCCESS The operation succeeded
336 return CPA_STATUS_SUCCESS;
350 * @retval CPA_STATUS_SUCCESS The operation succeeded
361 CpaStatus status = CPA_STATUS_SUCCESS;
387 if (CPA_STATUS_SUCCESS != status) {
423 if (CPA_STATUS_SUCCESS != status) {
458 if (CPA_STATUS_SUCCESS !=
467 return CPA_STATUS_SUCCESS;
477 CpaStatus status = CPA_STATUS_SUCCESS;
504 if (CPA_STATUS_SUCCESS
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h281 * This macro verifies that the status is ok i.e. equal to CPA_STATUS_SUCCESS
285 * @return void status is ok (CPA_STATUS_SUCCESS)
291 if (CPA_STATUS_SUCCESS != (status)) { \
594 * @retval CPA_STATUS_SUCCESS Function executed successfully.
598 ((CPA_STATUS_SUCCESS != qatUtilsMutexLock((pLock), (timeout))) ? \
600 CPA_STATUS_SUCCESS)
609 * @retval CPA_STATUS_SUCCESS Function executed successfully.
613 ((CPA_STATUS_SUCCESS != qatUtilsMutexUnlock((pLock))) ? \
615 CPA_STATUS_SUCCESS)
624 * @retval CPA_STATUS_SUCCESS Functio
[all...]
H A Dlac_sync.h80 * @retval CPA_STATUS_SUCCESS Success
86 CpaStatus status = CPA_STATUS_SUCCESS;
91 if (CPA_STATUS_SUCCESS == status) {
98 if (CPA_STATUS_SUCCESS != status) {
118 CpaStatus status = CPA_STATUS_SUCCESS;
148 * @retval CPA_STATUS_SUCCESS Success
149 * @retval CPA_STATUS_SUCCESS Fail waiting for a callback
158 CpaStatus status = CPA_STATUS_SUCCESS;
162 if (CPA_STATUS_SUCCESS == status) {
184 * @retval CPA_STATUS_SUCCESS Succes
[all...]
/freebsd-current/sys/dev/qat/qat/
H A Dqat_ocf_utils.c46 if (CPA_STATUS_SUCCESS != status)
59 return CPA_STATUS_SUCCESS;
69 CpaStatus status = CPA_STATUS_SUCCESS;
73 return CPA_STATUS_SUCCESS;
86 if (CPA_STATUS_SUCCESS != status)
93 if (CPA_STATUS_SUCCESS != status)
100 if (CPA_STATUS_SUCCESS != status)
116 CpaStatus status = CPA_STATUS_SUCCESS;
159 if (CPA_STATUS_SUCCESS != status)
166 if (CPA_STATUS_SUCCESS !
[all...]
H A Dqat_ocf.c87 if (CPA_STATUS_SUCCESS != status) {
93 if (CPA_STATUS_SUCCESS != status) {
99 if (CPA_STATUS_SUCCESS != result) {
241 CpaStatus status = CPA_STATUS_SUCCESS;
509 if (CPA_STATUS_SUCCESS != status) {
531 if (CPA_STATUS_SUCCESS != status) {
542 return CPA_STATUS_SUCCESS;
590 CpaStatus status = CPA_STATUS_SUCCESS;
593 return CPA_STATUS_SUCCESS;
601 if (CPA_STATUS_SUCCESS !
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/compression/
H A Ddc_stats.c41 CpaStatus status = CPA_STATUS_SUCCESS;
50 if (CPA_STATUS_SUCCESS == status) {
88 return CPA_STATUS_SUCCESS;
/freebsd-current/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c95 CpaStatus status = CPA_STATUS_SUCCESS;
108 if (CPA_STATUS_SUCCESS == status) {
201 CpaStatus status = CPA_STATUS_SUCCESS;
206 if (CPA_STATUS_SUCCESS == status) {
278 CpaStatus status = CPA_STATUS_SUCCESS;
296 if (CPA_STATUS_SUCCESS != status) {
375 if (CPA_STATUS_SUCCESS == status) {
418 CpaStatus status = CPA_STATUS_SUCCESS;
489 return CPA_STATUS_SUCCESS;
529 CpaStatus status = CPA_STATUS_SUCCESS;
[all...]
H A Dsal_crypto.c97 CpaStatus status = CPA_STATUS_SUCCESS;
98 CpaStatus ret_status = CPA_STATUS_SUCCESS;
104 if (CPA_STATUS_SUCCESS != status) {
111 if (CPA_STATUS_SUCCESS != status) {
132 CpaStatus status = CPA_STATUS_SUCCESS;
166 * @return void status is ok (CPA_STATUS_SUCCESS)
172 if (CPA_STATUS_SUCCESS != status) { \
186 CpaStatus status = CPA_STATUS_SUCCESS;
256 CpaStatus status = CPA_STATUS_SUCCESS;
270 if (status != CPA_STATUS_SUCCESS) {
[all...]
H A Dsal_compression.c63 CpaStatus status = CPA_STATUS_SUCCESS;
68 if (status != CPA_STATUS_SUCCESS) {
348 return CPA_STATUS_SUCCESS;
354 CpaStatus status = CPA_STATUS_SUCCESS;
402 if (CPA_STATUS_SUCCESS != status) {
419 if (CPA_STATUS_SUCCESS != status) {
444 if (CPA_STATUS_SUCCESS != status) {
456 if (CPA_STATUS_SUCCESS != status) {
499 if (CPA_STATUS_SUCCESS != status) {
515 if (CPA_STATUS_SUCCESS !
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c107 CpaStatus status = CPA_STATUS_SUCCESS;
119 if (status != CPA_STATUS_SUCCESS)
130 if (status != CPA_STATUS_SUCCESS)
140 if (status == CPA_STATUS_SUCCESS)
144 if (status == CPA_STATUS_SUCCESS && num_inter_buff_lists != 0)
151 if (status == CPA_STATUS_SUCCESS)
156 if (status == CPA_STATUS_SUCCESS)
162 if (status == CPA_STATUS_SUCCESS)
167 if (status == CPA_STATUS_SUCCESS) {
177 if (status != CPA_STATUS_SUCCESS)
[all...]
H A Dqat_crypt.c112 if (status != CPA_STATUS_SUCCESS)
123 if (status != CPA_STATUS_SUCCESS)
129 if (status != CPA_STATUS_SUCCESS)
133 if (status != CPA_STATUS_SUCCESS)
159 CpaStatus status = CPA_STATUS_SUCCESS;
198 if (status != CPA_STATUS_SUCCESS)
202 if (status != CPA_STATUS_SUCCESS)
207 if (status != CPA_STATUS_SUCCESS) {
212 return (CPA_STATUS_SUCCESS);
219 CpaStatus status = CPA_STATUS_SUCCESS;
[all...]
/freebsd-current/sys/dev/qat/qat_api/qat_kernel/src/
H A Dlac_adf_interface_freebsd.c68 return CPA_STATUS_SUCCESS;
113 if ((status == CPA_STATUS_SUCCESS && event == ADF_EVENT_SHUTDOWN) ||
114 (status != CPA_STATUS_SUCCESS && event == ADF_EVENT_INIT)) {
122 if (status == CPA_STATUS_SUCCESS && event == ADF_EVENT_START) {
128 if ((status == CPA_STATUS_SUCCESS && event == ADF_EVENT_STOP) ||
133 status = CPA_STATUS_SUCCESS;
157 return CPA_STATUS_SUCCESS;
174 return CPA_STATUS_SUCCESS;
192 return CPA_STATUS_SUCCESS;
207 return CPA_STATUS_SUCCESS;
[all...]
H A Dqat_transport.c61 status = CPA_STATUS_SUCCESS;
86 return CPA_STATUS_SUCCESS;
100 return CPA_STATUS_SUCCESS;
110 return CPA_STATUS_SUCCESS;
126 return CPA_STATUS_SUCCESS;
149 status = CPA_STATUS_SUCCESS;
172 return CPA_STATUS_SUCCESS;
230 return CPA_STATUS_SUCCESS;
246 return CPA_STATUS_SUCCESS;
260 return CPA_STATUS_SUCCESS;
[all...]
/freebsd-current/sys/dev/qat/qat_api/device/
H A Ddev_info.c35 CpaStatus status = CPA_STATUS_SUCCESS;
82 if (CPA_STATUS_SUCCESS != status) {
88 if (CPA_STATUS_SUCCESS != status) {

Completed in 229 milliseconds

123