Home
last modified time | relevance | path

Searched refs:gen_handle (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_compression.c1580 sal_service_t *gen_handle = NULL; in icp_sal_DcPollInstance() local
1592 gen_handle = &(dc_handle->generic_service_info); in icp_sal_DcPollInstance()
1593 if (SAL_SERVICE_TYPE_COMPRESSION != gen_handle->type) { in icp_sal_DcPollInstance()
1623 sal_service_t *gen_handle = instanceHandle; in cpaDcInstanceSetNotificationCb() local
1625 LAC_CHECK_NULL_PARAM(gen_handle); in cpaDcInstanceSetNotificationCb()
1626 gen_handle->notification_cb = pInstanceNotificationCb; in cpaDcInstanceSetNotificationCb()
1627 gen_handle->cb_tag = pCallbackTag; in cpaDcInstanceSetNotificationCb()
H A Dsal_crypto.c1065 sal_service_t *gen_handle = instanceHandle; in cpaCyInstanceSetNotificationCb() local
1067 LAC_CHECK_NULL_PARAM(gen_handle); in cpaCyInstanceSetNotificationCb()
1068 gen_handle->notification_cb = pInstanceNotificationCb; in cpaCyInstanceSetNotificationCb()
1069 gen_handle->cb_tag = pCallbackTag; in cpaCyInstanceSetNotificationCb()
1478 sal_service_t *gen_handle = NULL; in icp_sal_CyPollInstance() local
1495 gen_handle = &(crypto_handle->generic_service_info); in icp_sal_CyPollInstance()
1503 switch (gen_handle->type) { in icp_sal_CyPollInstance()