Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h179 …bit8 directAttatchedSAS; /* boolean flag: whether the port connected directly to S… member
H A Ddminit.c732 dmPortContext[i].directAttatchedSAS = agFALSE; in dmPortContextInit()
890 onePortContext->directAttatchedSAS = agFALSE; in dmPortContextReInit()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h450 …bit8 directAttatchedSAS; /* boolean flag: whether the port connected directly to S… member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c947 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
958 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
1181 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
1192 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
H A Dtdinit.c2757 tdsaPortContext[i].directAttatchedSAS = agFALSE; in tdsaPortContextInit()
2884 onePortContext->directAttatchedSAS = agFALSE; in tdsaPortContextReInit()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1429 …(onePortContext->nativeSATAMode == agFALSE && onePortContext->directAttatchedSAS == agFALSE) … in tdsaSASFullDiscover()