Searched refs:ConnRate (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c2310 bit32 ConnRate = SAS_CONNECTION_RATE_12_0G; local
2948 ConnRate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo);
2949 if (ConnRate == SAS_CONNECTION_RATE_1_5G)
2977 ConnRate = ConnRate - 1;
2981 saSetDeviceInfo(agRoot, agContext, 0, agDevHandle, 32, ConnRate << 28, dmSetDeviceInfoCB);
3491 ConnRate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo);
3492 if (ConnRate == SAS_CONNECTION_RATE_1_5G)
3520 ConnRate = ConnRate
[all...]
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c3168 bit32 ConnRate = SAS_CONNECTION_RATE_12_0G; local
3185 ConnRate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo);
3186 if (ConnRate == SAS_CONNECTION_RATE_1_5G)
3200 ConnRate = ConnRate - 1;
3204 saSetDeviceInfo(agRoot, agContext, tdsaRotateQnumber(tiRoot, oneDeviceData), agDevHandle, 32, ConnRate << 28, ossaIniSetDeviceInfoCB);

Completed in 110 milliseconds