Home
last modified time | relevance | path

Searched refs:DM_DISCOVERY_OPTION_INCREMENTAL_START (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/api/
Ddm.h60 #define DM_DISCOVERY_OPTION_INCREMENTAL_START 0x01 /**< Incremental discovery */ macro
/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
Ddmdisc.c98 case DM_DISCOVERY_OPTION_INCREMENTAL_START: in dmDiscover()
100 onePortContext->discovery.type = DM_DISCOVERY_OPTION_INCREMENTAL_START; in dmDiscover()
238 onePortContext->discovery.type = DM_DISCOVERY_OPTION_INCREMENTAL_START; in dmIncrementalDiscover()
2021 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_INCREMENTAL_START) in dmDownStreamDiscoverExpanderPhy()
2913 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_INCREMENTAL_START) in dmDownStreamDiscover2ExpanderPhy()
4346 onePortContext->discoveryOptions = DM_DISCOVERY_OPTION_INCREMENTAL_START; in dmNotifyBC()
4394 onePortContext->discoveryOptions = DM_DISCOVERY_OPTION_INCREMENTAL_START; in dmNotifyBC()
4407 DM_DISCOVERY_OPTION_INCREMENTAL_START in dmNotifyBC()
5396 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_INCREMENTAL_START) in dmInternalRemovals()
6570 if (onePortContext->discovery.type == DM_DISCOVERY_OPTION_INCREMENTAL_START) in dmAddSASToSharedcontext()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossacmnapi.c2139 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_INCREMENTAL_START); in ossaHwCB()
2178 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_INCREMENTAL_START); in ossaHwCB()
6682 dmDiscover(dmRoot, dmPortContext, DM_DISCOVERY_OPTION_INCREMENTAL_START); in ossaDeregisterDeviceHandleCB()