Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pms/RefTisa/discovery/dm/
Ddmtypes.h180 …bit8 directAttatchedSAS; /* boolean flag: whether the port connected directly to S… member
Ddminit.c733 dmPortContext[i].directAttatchedSAS = agFALSE; in dmPortContextInit()
891 onePortContext->directAttatchedSAS = agFALSE; in dmPortContextReInit()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
Dtdtypes.h451 …bit8 directAttatchedSAS; /* boolean flag: whether the port connected directly to S… member
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossacmnapi.c948 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
959 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
1182 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
1193 onePortContext->directAttatchedSAS = agTRUE; in ossaHwCB()
Dtdinit.c2758 tdsaPortContext[i].directAttatchedSAS = agFALSE; in tdsaPortContextInit()
2885 onePortContext->directAttatchedSAS = agFALSE; in tdsaPortContextReInit()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditddisc.c1430 …(onePortContext->nativeSATAMode == agFALSE && onePortContext->directAttatchedSAS == agFALSE) … in tdsaSASFullDiscover()