Searched refs:DM_DISCOVERY_OPTION_FULL_START (Results 1 – 5 of 5) sorted by relevance
59 #define DM_DISCOVERY_OPTION_FULL_START 0x00 /**< Full discovery */ macro
126 onePortContext->discoveryOptions = DM_DISCOVERY_OPTION_FULL_START; in dmCreatePort()
92 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 …]
712 dmPortContext[i].discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextInit()784 onePortContext->discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextReInit()
178 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_FULL_START); in tiINIDiscoverTargets()