Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaioctlcmd.c899 …controllerInfo->maxDevices = (ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_MAX… in saGetControllerInfo()
900 controllerInfo->maxDevices = controllerInfo->maxDevices >> SHIFT16; in saGetControllerInfo()
943 SA_DBG1(("saGetControllerInfo: maxDevices 0x%X\n", controllerInfo->maxDevices)); in saGetControllerInfo()
Dsainit.c3361 saRoot->ControllerInfo.maxDevices = (config->MDevMaxSGL & MAX_DEV_BITS) >> SHIFT16; in mpiWaitForConfigTable()
3406 SA_DBG1(("mpiWaitForConfigTable: Max Device = 0x%x\n", saRoot->ControllerInfo.maxDevices)); in mpiWaitForConfigTable()
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h2052 bit32 maxDevices; /* Maximum Device Supported by controller */ member