Home
last modified time | relevance | path

Searched refs:oneNextExpander (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c361 dmExpander_t *oneNextExpander = agNULL; in dmUpStreamDiscovering() local
376 oneNextExpander = agNULL; in dmUpStreamDiscovering()
381 oneNextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmUpStreamDiscovering()
382 if ( oneNextExpander != agNULL) in dmUpStreamDiscovering()
384 …DMLIST_ENQUEUE_AT_HEAD(&(oneNextExpander->linkNode), &(onePortContext->discovery.discoveringExpand… in dmUpStreamDiscovering()
386 DM_DBG3(("dmUpStreamDiscovering: expander id %d\n", oneNextExpander->id)); in dmUpStreamDiscovering()
396 if (oneNextExpander != agNULL) in dmUpStreamDiscovering()
398 dmReportGeneralSend(dmRoot, oneNextExpander->dmDevice); in dmUpStreamDiscovering()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1604 tdsaExpander_t *oneNextExpander = agNULL; in tdsaSASUpStreamDiscovering() local
1624 oneNextExpander = agNULL; in tdsaSASUpStreamDiscovering()
1629 oneNextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaSASUpStreamDiscovering()
1630 …TDLIST_ENQUEUE_AT_HEAD(&(oneNextExpander->linkNode), &(onePortContext->discovery.discoveringExpand… in tdsaSASUpStreamDiscovering()
1634 TI_DBG3(("tdsaSASUpStreamDiscovering: expander id %d\n", oneNextExpander->id)); in tdsaSASUpStreamDiscovering()
1637 if (oneNextExpander != agNULL) in tdsaSASUpStreamDiscovering()
1639 tdsaReportGeneralSend(tiRoot, oneNextExpander->tdDevice); in tdsaSASUpStreamDiscovering()