Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaioctlcmd.c934 controllerInfo->sasSpecsSupport = (ContrlCapFlag & MAIN_SAS_SUPPORT_BITS) >> SHIFT25; in saGetControllerInfo()
950 SA_DBG1(("saGetControllerInfo: sasSpecsSupport 0x%X\n", controllerInfo->sasSpecsSupport)); in saGetControllerInfo()
HDsainit.c3364 saRoot->ControllerInfo.sasSpecsSupport = (config->ContrlCapFlag & SAS_SPEC_BITS) >> SHIFT25; in mpiWaitForConfigTable()
3409 …BG1(("mpiWaitForConfigTable: sas Specs Support = 0x%x\n", saRoot->ControllerInfo.sasSpecsSupport)); in mpiWaitForConfigTable()
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.h2067 bit32 sasSpecsSupport; /* the supported SAS spec. */ member