Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h772 #define MATCHING_SPC_FW_VERSION FW_THIS_VERSION_SPC /**< current SPC matching F… macro
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c3292 if (config->FWRevision != MATCHING_SPC_FW_VERSION ) in mpiWaitForConfigTable()
3294 if (config->FWRevision > MATCHING_SPC_FW_VERSION) in mpiWaitForConfigTable()
H A Dsaioctlcmd.c746 controllerInfo->sdkInterfaceRev = MATCHING_SPC_FW_VERSION; in saGetControllerInfo()