• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/

Lines Matching refs:AttachedExpander

604   dmExpander_t            *AttachedExpander = agNULL;
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);
941 oneExpander->dmUpStreamExpander = AttachedExpander;
1018 dmExpander_t *AttachedExpander;
1182 AttachedExpander = AttachedDevice->dmExpander;
1184 if ( (AttachedExpander->upStreamSASAddressHi ==
1186 && (AttachedExpander->upStreamSASAddressLo ==
1190 oneExpander->dmUpStreamExpander = AttachedExpander;
1344 AttachedExpander = dmDiscoveringExpanderAlloc(
1350 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: Found expander=%p\n", AttachedExpander));
1352 if ( AttachedExpander != agNULL)
1355 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
1357 oneExpander->dmUpStreamExpander = AttachedExpander;
1431 dmExpander_t *AttachedExpander;
1748 AttachedExpander = dmDiscoveringExpanderAlloc(dmRoot, onePortContext, AttachedDevice);
1750 DM_DBG3(("dmDownStreamDiscoverExpanderPhy: Found a EDGE exp device.%p\n", AttachedExpander));
1752 if ( AttachedExpander != agNULL)
1757 dmExpanderUpStreamPhyAdd(dmRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
1758 AttachedExpander->hasUpStreamDevice = agTRUE;
1759 AttachedExpander->upStreamSASAddressHi
1761 AttachedExpander->upStreamSASAddressLo
1763 AttachedExpander->dmUpStreamExpander = oneExpander;
1765 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
1906 AttachedExpander = AttachedDevice->dmExpander;
1907 DM_DBG3(("dmDownStreamDiscoverExpanderPhy: Found edge expander=%p\n", AttachedExpander));
1909 if ( AttachedExpander->hasUpStreamDevice == agTRUE)
1912 if ( (AttachedExpander->upStreamSASAddressHi
1914 || (AttachedExpander->upStreamSASAddressLo
1918 SAS2SAS11Check = dmSAS2SAS11ErrorCheck(dmRoot, onePortContext, AttachedExpander, oneExpander, oneExpander);
1941 DM_DBG3(("dmDownStreamDiscoverExpanderPhy: Add edge expander=%p\n", AttachedExpander));
1946 dmExpanderUpStreamPhyAdd(dmRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
1948 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
1950 } /* AttachedExpander->hasUpStreamDevice == agTRUE */
2242 dmExpander_t *AttachedExpander;
2557 AttachedExpander = dmDiscoveringExpanderAlloc(dmRoot, onePortContext, AttachedDevice);
2559 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: Found a EDGE exp device.%p\n", AttachedExpander));
2561 if ( AttachedExpander != agNULL)
2568 dmExpanderUpStreamPhyAdd(dmRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
2570 AttachedExpander->hasUpStreamDevice = agTRUE;
2571 AttachedExpander->upStreamSASAddressHi
2573 AttachedExpander->upStreamSASAddressLo
2575 AttachedExpander->dmUpStreamExpander = oneExpander;
2577 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
2595 AttachedExpander = dmDiscoveringExpanderAlloc(dmRoot, onePortContext, AttachedDevice);
2597 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: Found a EDGE/FANOUT exp device.%p\n", AttachedExpander));
2599 if ( AttachedExpander != agNULL)
2605 dmExpanderUpStreamPhyAdd(dmRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
2606 AttachedExpander->hasUpStreamDevice = agTRUE;
2607 AttachedExpander->upStreamSASAddressHi
2609 AttachedExpander->upStreamSASAddressLo
2611 AttachedExpander->dmUpStreamExpander = oneExpander;
2613 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
2754 AttachedExpander = AttachedDevice->dmExpander;
2755 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: Found edge expander=%p\n", AttachedExpander));
2758 if ( AttachedExpander->hasUpStreamDevice == agTRUE)
2761 if ( (AttachedExpander->upStreamSASAddressHi
2763 || (AttachedExpander->upStreamSASAddressLo
2766 if (AttachedExpander->TTTSupported && oneExpander->TTTSupported)
2770 UpstreamExpanderOfAttachedExpander = AttachedExpander->UpStreamExpander
2776 SAS2SAS11Check = dmSAS2SAS11ErrorCheck(dmRoot, onePortContext, AttachedExpander->dmUpStreamExpander, AttachedExpander, oneExpander);
2820 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: Add edge expander=%p\n", AttachedExpander));
2825 dmExpanderUpStreamPhyAdd(dmRoot, AttachedExpander, (bit8) oneExpander->discoveringPhyId);
2827 dmDiscoveringExpanderAdd(dmRoot, onePortContext, AttachedExpander);
2833 if (AttachedExpander->TTTSupported && oneExpander->TTTSupported)