Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/pms/RefTisa/discovery/api/
HDdm.h58 #define DM_DISCOVERY_OPTION_FULL_START 0x00 /**< Full discovery */ macro
/freebsd-head/sys/dev/pms/RefTisa/discovery/dm/
HDdmport.c125 onePortContext->discoveryOptions = DM_DISCOVERY_OPTION_FULL_START; in dmCreatePort()
HDdmdisc.c91 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 …]
HDdminit.c711 dmPortContext[i].discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextInit()
783 onePortContext->discovery.type = DM_DISCOVERY_OPTION_FULL_START; in dmPortContextReInit()
/freebsd-head/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c177 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_FULL_START); in tiINIDiscoverTargets()