Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/device/
H A Ddev_info.c41 LAC_CHECK_NULL_PARAM(deviceInfo); in cpaGetDeviceInfo()
60 deviceInfo->bdf = 0xffff; in cpaGetDeviceInfo()
69 deviceInfo->sku = pDevice->sku; in cpaGetDeviceInfo()
70 deviceInfo->deviceId = pDevice->pciDevId; in cpaGetDeviceInfo()
72 deviceInfo->numaNode = pDevice->pkg_id; in cpaGetDeviceInfo()
78 deviceInfo->isVf = CPA_TRUE; in cpaGetDeviceInfo()
95 deviceInfo->dcEnabled = in cpaGetDeviceInfo()
104 deviceInfo->cySymEnabled = in cpaGetDeviceInfo()
109 deviceInfo->cyAsymEnabled = in cpaGetDeviceInfo()
117 deviceInfo->cySymEnabled = in cpaGetDeviceInfo()
[all …]
/freebsd-14.2/sys/dev/qat/qat_api/include/
H A Dcpa_dev.h138 CpaStatus cpaGetDeviceInfo (Cpa16U device, CpaDeviceInfo *deviceInfo);