Searched refs:AttachedExpander (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c604 dmExpander_t *AttachedExpander = agNULL; local
767 AttachedExpander = AttachedDevice->dmExpander;
769 if ( (AttachedExpander->upStreamSASAddressHi ==
771 && (AttachedExpander->upStreamSASAddressLo ==
775 oneExpander->dmUpStreamExpander = AttachedExpander;
801 } /* AttachedExpander != agNULL */
928 AttachedExpander = dmDiscoveringExpanderAlloc(
934 DM_DBG3(("dmUpStreamDiscoverExpanderPhy: Found expander=%p\n", AttachedExpander));
936 if ( AttachedExpander != agNULL)
939 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
1018 dmExpander_t *AttachedExpander; local
1431 dmExpander_t *AttachedExpander; local
2242 dmExpander_t *AttachedExpander; local
[all...]
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3669 tdsaExpander_t *AttachedExpander; local
3816 AttachedExpander = AttachedDevice->tdExpander;
3818 if ( (AttachedExpander->upStreamSASAddressHi ==
3820 && (AttachedExpander->upStreamSASAddressLo ==
3824 oneExpander->tdUpStreamExpander = AttachedExpander;
3970 AttachedExpander = tdssSASDiscoveringExpanderAlloc(
3976 TI_DBG3(("tdsaSASUpStreamDiscoverExpanderPhy: Found expander=%p\n", AttachedExpander));
3978 if ( AttachedExpander != agNULL)
3981 tdssSASDiscoveringExpanderAdd(tiRoot, onePortContext, AttachedExpander);
3983 oneExpander->tdUpStreamExpander = AttachedExpander;
4488 tdsaExpander_t *AttachedExpander; local
[all...]

Completed in 119 milliseconds