Searched refs:hostDirectAccessSupport (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c732 SA_DBG2(("sidump_swConfig:swConfig->hostDirectAccessSupport 0x%x\n",swConfig->hostDirectAccessSupport ));
H A Dsainit.c277 swConfig->hostDirectAccessSupport = 1;
280 swConfig->hostDirectAccessSupport = 0;
1204 if (swConfig->hostDirectAccessSupport)
1236 swConfig->hostDirectAccessSupport = 1;
1266 SA_DBG1(("saInitialize: SPCv swConfig->hostDirectAccessMode %d swConfig->hostDirectAccessSupport %d\n",swConfig->hostDirectAccessMode,swConfig->hostDirectAccessSupport));
1267 if (swConfig->hostDirectAccessSupport)
1366 swConfig->hostDirectAccessSupport = 1;
1412 SA_DBG1(("saInitialize: swConfig->hostDirectAccessSupport %X\n",swConfig->hostDirectAccessSupport));
[all...]
H A Dsahw.c457 if (saRoot->swConfig.hostDirectAccessSupport && !saRoot->swConfig.hostDirectAccessMode)
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c814 SwConfig.hostDirectAccessSupport = 0;
1908 SwConfig.hostDirectAccessSupport = osti_strtoul (buffer, &pLastUsedChar, 0);
1912 SwConfig.hostDirectAccessSupport = osti_strtoul (buffer, &pLastUsedChar, 10);
H A Dtdport.c198 SwConfig->hostDirectAccessSupport = 0;
1286 SwConfig->hostDirectAccessSupport = osti_strtoul (buffer, &pLastUsedChar, 0);
1290 SwConfig->hostDirectAccessSupport = osti_strtoul (buffer, &pLastUsedChar, 10);
4231 1. Read hostDirectAccessSupport
4238 if (tdsaAllShared->SwConfig.hostDirectAccessSupport != 0)
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2337 bit32 hostDirectAccessSupport:1; /**< 27 Support HDA mode */ member in struct:agsaSwConfig_s

Completed in 286 milliseconds