Home
last modified time | relevance | path

Searched refs:directAttatchedSAS (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/dev/pms/RefTisa/discovery/dm/
HDdmtypes.h179 …bit8 directAttatchedSAS; /* boolean flag: whether the port connected directly to S… member
HDdminit.c732 dmPortContext[i].directAttatchedSAS = agFALSE; in dmPortContextInit()
890 onePortContext->directAttatchedSAS = agFALSE; in dmPortContextReInit()
/freebsd-14-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h450 …bit8 directAttatchedSAS; /* boolean flag: whether the port connected directly to S… member
/freebsd-14-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c947 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
958 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
1181 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
1192 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
HDtdinit.c2757 tdsaPortContext[i].directAttatchedSAS = agFALSE; in tdsaPortContextInit()
2884 onePortContext->directAttatchedSAS = agFALSE; in tdsaPortContextReInit()
/freebsd-14-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c1429 …(onePortContext->nativeSATAMode == agFALSE && onePortContext->directAttatchedSAS == agFALSE) … in tdsaSASFullDiscover()