Home
last modified time | relevance | path

Searched refs:pQatStats (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dsal_statistics.c93 device->pQatStats = pStatsCollection; in SalStatistics_InitStatisticsCollection()
198 pStatsCollection = (sal_statistics_collection_t *)device->pQatStats; in SalStatistics_CleanStatisticsCollection()
200 device->pQatStats = NULL; in SalStatistics_CleanStatisticsCollection()
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_accel_devices.h132 void *pQatStats; /* For QATAL/SAL stats */ member
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_compression.c365 (sal_statistics_collection_t *)device->pQatStats; in SalCtrl_CompressionInit()
826 (sal_statistics_collection_t *)device->pQatStats; in SalCtrl_CompressionShutdown()
H A Dsal_crypto.c451 (sal_statistics_collection_t *)device->pQatStats; in SalCtrl_DebugShutdown()
473 (sal_statistics_collection_t *)device->pQatStats; in SalCtrl_DebugInit()
H A Dsal_ctrl_services.c1377 if (NULL == device->pQatStats) { in SalCtrl_ServiceEventHandler()