Home
last modified time | relevance | path

Searched refs:DM_DISCOVERY_OPTION_FULL_START (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/api/
Ddm.h59 #define DM_DISCOVERY_OPTION_FULL_START 0x00 /**< Full discovery */ macro
/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
Ddmport.c126 onePortContext->discoveryOptions = DM_DISCOVERY_OPTION_FULL_START; in dmCreatePort()
Ddmdisc.c92 case DM_DISCOVERY_OPTION_FULL_START: in dmDiscover()
94 onePortContext->discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmDiscover()
817 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscoverExpanderPhy()
863 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscoverExpanderPhy()
1233 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscover2ExpanderPhy()
1279 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscover2ExpanderPhy()
1603 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscoverExpanderPhy()
1648 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscoverExpanderPhy()
2412 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscover2ExpanderPhy()
2457 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscover2ExpanderPhy()
[all …]
Ddminit.c712 dmPortContext[i].discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextInit()
784 onePortContext->discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextReInit()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditddisc.c178 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_FULL_START); in tiINIDiscoverTargets()