Home
last modified time | relevance | path

Searched refs:MDevMaxSGL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h100 bit32 MDevMaxSGL; /**< DW4 Maximum SGL elements & Max Devices */ member
H A Dsainit.c3112 config->MDevMaxSGL = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_MAX_SGL_OFFSET); in mpiWaitForConfigTable()
3178 SA_DBG1(("mpiWaitForConfigTable: MDevMaxSGL value = 0x%08x\n", config->MDevMaxSGL)); in mpiWaitForConfigTable()
3359 saRoot->ControllerInfo.maxSgElements = config->MDevMaxSGL & 0xFFFF; in mpiWaitForConfigTable()
3360 saRoot->ControllerInfo.maxDevices = (config->MDevMaxSGL & MAX_DEV_BITS) >> SHIFT16; in mpiWaitForConfigTable()