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

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

Completed in 51 milliseconds