Lines Matching refs:AttachedExpander

3669   tdsaExpander_t          *AttachedExpander;
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;
4786 AttachedExpander = tdssSASDiscoveringExpanderAlloc(tiRoot, onePortContext, AttachedDevice);
4788 TI_DBG3(("tdsaSASDownStreamDiscoverExpanderPhy: Found a EDGE exp device.%p\n", AttachedExpander));
4790 if ( AttachedExpander != agNULL)
4798 tdsaSASExpanderUpStreamPhyAdd(tiRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
4799 AttachedExpander->hasUpStreamDevice = agTRUE;
4800 AttachedExpander->upStreamSASAddressHi
4802 AttachedExpander->upStreamSASAddressLo
4804 AttachedExpander->tdUpStreamExpander = oneExpander;
4806 tdssSASDiscoveringExpanderAdd(tiRoot, onePortContext, AttachedExpander);
4935 AttachedExpander = AttachedDevice->tdExpander;
4936 TI_DBG3(("tdsaSASDownStreamDiscoverExpanderPhy: Found edge expander=%p\n", AttachedExpander));
4939 if ( AttachedExpander->hasUpStreamDevice == agTRUE)
4942 if ( (AttachedExpander->upStreamSASAddressHi
4944 || (AttachedExpander->upStreamSASAddressLo
4959 TI_DBG3(("tdsaSASDownStreamDiscoverExpanderPhy: Add edge expander=%p\n", AttachedExpander));
4966 tdsaSASExpanderUpStreamPhyAdd(tiRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
4968 tdssSASDiscoveringExpanderAdd(tiRoot, onePortContext, AttachedExpander);