Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h773 #define MATCHING_SPC_FW_VERSION FW_THIS_VERSION_SPC /**< current SPC matching F… macro
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsainit.c3293 if (config->FWRevision != MATCHING_SPC_FW_VERSION ) in mpiWaitForConfigTable()
3295 if (config->FWRevision > MATCHING_SPC_FW_VERSION) in mpiWaitForConfigTable()
Dsaioctlcmd.c747 controllerInfo->sdkInterfaceRev = MATCHING_SPC_FW_VERSION; in saGetControllerInfo()