Lines Matching defs:connectionRate

605   bit8                    connectionRate;
810 connectionRate = (bit8)MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp));
813 DM_DBG3(("dmUpStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate));
824 connectionRate,
849 connectionRate,
870 connectionRate,
895 connectionRate,
1020 bit8 connectionRate;
1225 connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp));
1228 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: connectionRate 0x%x\n", connectionRate));
1240 connectionRate,
1265 connectionRate,
1286 connectionRate,
1311 connectionRate,
1434 bit8 connectionRate, negotiatedPhyLinkRate;
1597 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp));
1600 DM_DBG3(("dmDownStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate));
1610 connectionRate,
1635 connectionRate,
1655 connectionRate,
1680 connectionRate,
2023 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp));
2034 connectionRate,
2053 connectionRate,
2244 bit8 connectionRate;
2405 connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp));
2408 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: connectionRate 0x%x\n", connectionRate));
2419 connectionRate,
2444 connectionRate,
2464 connectionRate,
2489 connectionRate,
2915 connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp));
2926 connectionRate,
2944 connectionRate,
3886 bit8 connectionRate,
3899 bit8 ExpanderConnectionRate = connectionRate;
3905 DM_DBG3(("dmPortSASDeviceAdd: connectionRate %d\n", connectionRate));
3997 /* adjusting connectionRate */
4001 connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo));
4002 DM_DBG3(("dmPortSASDeviceAdd: 1st connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
4003 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
4014 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate);
4017 if (current_link_rate != (bit32)MIN(connectionRate, ExpanderConnectionRate))
4019 DM_DBG1(("dmPortSASDeviceAdd: link rate changed current 0x%x new 0x%x\n", current_link_rate, MIN(connectionRate, ExpanderConnectionRate)));
4117 /* adjusting connectionRate */
4121 connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo));
4122 DM_DBG3(("dmPortSASDeviceAdd: 2nd connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
4123 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
4133 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate);