Searched refs:DM_DISCOVERY_OPTION_FULL_START (Results 1 – 5 of 5) sorted by relevance
58 #define DM_DISCOVERY_OPTION_FULL_START 0x00 /**< Full discovery */ macro
125 onePortContext->discoveryOptions = DM_DISCOVERY_OPTION_FULL_START; in dmCreatePort()
91 case DM_DISCOVERY_OPTION_FULL_START: in dmDiscover()93 onePortContext->discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmDiscover()816 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscoverExpanderPhy()862 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscoverExpanderPhy()1232 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscover2ExpanderPhy()1278 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmUpStreamDiscover2ExpanderPhy()1602 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscoverExpanderPhy()1647 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscoverExpanderPhy()2411 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscover2ExpanderPhy()2456 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_FULL_START) in dmDownStreamDiscover2ExpanderPhy()[all …]
711 dmPortContext[i].discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextInit()783 onePortContext->discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextReInit()
177 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_FULL_START); in tiINIDiscoverTargets()