• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/

Lines Matching defs:connectionRate

3671   bit8                    connectionRate;
3855 connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)));
3858 TI_DBG3(("siSASUpStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate));
3870 connectionRate,
3894 connectionRate,
3914 connectionRate,
3938 connectionRate,
4490 bit8 connectionRate;
4647 connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)));
4650 TI_DBG3(("tdsaSASDownStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate));
4661 connectionRate,
4685 connectionRate,
4704 connectionRate,
4728 connectionRate,
5041 connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)));
5052 connectionRate,
5069 connectionRate,
5993 * \param connectionRate: Connection Rate.
6010 bit8 connectionRate,
6026 TI_DBG3(("tdsaPortSASDeviceAdd: connectionRate %d\n", connectionRate));
6077 /* adjusting connectionRate */
6081 connectionRate = (bit8)(MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
6082 TI_DBG3(("tdsaPortSASDeviceAdd: 1st connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
6083 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
6094 dev_s_rate = (bit8)(dev_s_rate | connectionRate);
6152 /* adjusting connectionRate */
6156 connectionRate = (bit8)(MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
6157 TI_DBG3(("tdsaPortSASDeviceAdd: 2nd connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
6158 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
6168 dev_s_rate = (bit8)(dev_s_rate | connectionRate);
6568 * \param connectionRate: Connection Rate.
6584 bit8 connectionRate,
6614 connectionRate,
6630 /* adjusting connectionRate */
6634 connectionRate = (bit8)(MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
6635 TI_DBG3(("tdsaPortSATADeviceAdd: 1st connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
6636 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
6646 dev_s_rate = (bit8)(dev_s_rate | connectionRate);