Home
last modified time | relevance | path

Searched refs:STSDK_LL_INTERFACE_VERSION (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsainit.c3197 if (config->InterfaceRev != STSDK_LL_INTERFACE_VERSION) in mpiWaitForConfigTable()
3199 …erface ver. 0x%x does not match InterfaceRev 0x%x warning!\n", STSDK_LL_INTERFACE_VERSION, config-… in mpiWaitForConfigTable()
3201 …ig->InterfaceRev & STSDK_LL_INTERFACE_VERSION_IGNORE_MASK) != (STSDK_LL_INTERFACE_VERSION & STSDK_… in mpiWaitForConfigTable()
3203 …ace ver. 0x%x incompatible with InterfaceRev 0x%x warning!\n", STSDK_LL_INTERFACE_VERSION, config-… in mpiWaitForConfigTable()
3230 …ver. 0x%08x not compatible with InterfaceRev 0x%x warning!\n", STSDK_LL_INTERFACE_VERSION, config-… in mpiWaitForConfigTable()
3376 saRoot->ControllerInfo.sdkInterfaceRev = STSDK_LL_INTERFACE_VERSION; in mpiWaitForConfigTable()
HDsaioctlcmd.c736 controllerInfo->sdkInterfaceRev = STSDK_LL_INTERFACE_VERSION; in saGetControllerInfo()
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.h759 #define STSDK_LL_INTERFACE_VERSION 0x20A macro