Lines Matching refs:connectionRate

604   bit8                    connectionRate;  in dmUpStreamDiscoverExpanderPhy()  local
809connectionRate = (bit8)MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmUpStreamDiscoverExpanderPhy()
812 DM_DBG3(("dmUpStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate)); in dmUpStreamDiscoverExpanderPhy()
823 connectionRate, in dmUpStreamDiscoverExpanderPhy()
848 connectionRate, in dmUpStreamDiscoverExpanderPhy()
869 connectionRate, in dmUpStreamDiscoverExpanderPhy()
894 connectionRate, in dmUpStreamDiscoverExpanderPhy()
1019 bit8 connectionRate; in dmUpStreamDiscover2ExpanderPhy() local
1224connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmUpStreamDiscover2ExpanderPhy()
1227 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: connectionRate 0x%x\n", connectionRate)); in dmUpStreamDiscover2ExpanderPhy()
1239 connectionRate, in dmUpStreamDiscover2ExpanderPhy()
1264 connectionRate, in dmUpStreamDiscover2ExpanderPhy()
1285 connectionRate, in dmUpStreamDiscover2ExpanderPhy()
1310 connectionRate, in dmUpStreamDiscover2ExpanderPhy()
1433 bit8 connectionRate, negotiatedPhyLinkRate; in dmDownStreamDiscoverExpanderPhy() local
1596 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmDownStreamDiscoverExpanderPhy()
1599 DM_DBG3(("dmDownStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate)); in dmDownStreamDiscoverExpanderPhy()
1609 connectionRate, in dmDownStreamDiscoverExpanderPhy()
1634 connectionRate, in dmDownStreamDiscoverExpanderPhy()
1654 connectionRate, in dmDownStreamDiscoverExpanderPhy()
1679 connectionRate, in dmDownStreamDiscoverExpanderPhy()
2022 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmDownStreamDiscoverExpanderPhy()
2033 connectionRate, in dmDownStreamDiscoverExpanderPhy()
2052 connectionRate, in dmDownStreamDiscoverExpanderPhy()
2243 bit8 connectionRate; in dmDownStreamDiscover2ExpanderPhy() local
2404connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmDownStreamDiscover2ExpanderPhy()
2407 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: connectionRate 0x%x\n", connectionRate)); in dmDownStreamDiscover2ExpanderPhy()
2418 connectionRate, in dmDownStreamDiscover2ExpanderPhy()
2443 connectionRate, in dmDownStreamDiscover2ExpanderPhy()
2463 connectionRate, in dmDownStreamDiscover2ExpanderPhy()
2488 connectionRate, in dmDownStreamDiscover2ExpanderPhy()
2914connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmDownStreamDiscover2ExpanderPhy()
2925 connectionRate, in dmDownStreamDiscover2ExpanderPhy()
2943 connectionRate, in dmDownStreamDiscover2ExpanderPhy()
3885 bit8 connectionRate, in dmPortSASDeviceAdd() argument
3898 bit8 ExpanderConnectionRate = connectionRate; in dmPortSASDeviceAdd()
3904 DM_DBG3(("dmPortSASDeviceAdd: connectionRate %d\n", connectionRate)); in dmPortSASDeviceAdd()
4000connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)… in dmPortSASDeviceAdd()
4002 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in dmPortSASDeviceAdd()
4013 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate); in dmPortSASDeviceAdd()
4016 if (current_link_rate != (bit32)MIN(connectionRate, ExpanderConnectionRate)) in dmPortSASDeviceAdd()
4018 …: link rate changed current 0x%x new 0x%x\n", current_link_rate, MIN(connectionRate, ExpanderConne… in dmPortSASDeviceAdd()
4120connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)… in dmPortSASDeviceAdd()
4122 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in dmPortSASDeviceAdd()
4132 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate); in dmPortSASDeviceAdd()