Searched refs:DEVINFO_GET_LINKRATE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmdefs.h | 1137 #define DEVINFO_GET_LINKRATE(devInfo) \ macro 1182 #define DEVINFO_GET_LINKRATE(devInfo) \ macro
|
H A D | dmdisc.c | 1597 …DM_DBG3(("dmDownStreamDiscoverExpanderPhy: link rate 0x%x\n", DEVINFO_GET_LINKRATE(&oneDeviceData-… in dmDownStreamDiscoverExpanderPhy() 2405 …DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: link rate 0x%x\n", DEVINFO_GET_LINKRATE(&oneDeviceData… in dmDownStreamDiscover2ExpanderPhy() 3913 ExpanderConnectionRate = DEVINFO_GET_LINKRATE(&oneExpDeviceData->agDeviceInfo); in dmPortSASDeviceAdd() 4000 …connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)… in dmPortSASDeviceAdd() 4002 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in dmPortSASDeviceAdd() 4015 current_link_rate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo); in dmPortSASDeviceAdd() 4120 …connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)… in dmPortSASDeviceAdd() 4122 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in dmPortSASDeviceAdd()
|
H A D | dmsmp.c | 2195 …DM_DBG1(("dmSetDeviceInfoCB: new rate is 0x%x\n", DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInf… in dmSetDeviceInfoCB() 2947 ConnRate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo); in dmSMPCompleted() 3490 ConnRate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo); in dmSMPCompleted()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 4647 …TI_DBG3(("tdsaSASDownStreamDiscoverExpanderPhy: link rate 0x%x\n", DEVINFO_GET_LINKRATE(&oneDevice… in tdsaSASDownStreamDiscoverExpanderPhy() 6080 …connectionRate = (bit8)(MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDevi… in tdsaPortSASDeviceAdd() 6082 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in tdsaPortSASDeviceAdd() 6155 …connectionRate = (bit8)(MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDevi… in tdsaPortSASDeviceAdd() 6157 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in tdsaPortSASDeviceAdd() 6633 …connectionRate = (bit8)(MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDevi… in tdsaPortSATADeviceAdd() 6635 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo))); in tdsaPortSATADeviceAdd()
|
H A D | itdcb.c | 3184 ConnRate = DEVINFO_GET_LINKRATE(&oneDeviceData->agDeviceInfo); in itdssOpenCnxErrorConnectionRateNotSupportedHandler()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tddefs.h | 395 #define DEVINFO_GET_LINKRATE(devInfo) \ macro
|
H A D | tddmcmnapi.c | 1036 DLR = DEVINFO_GET_LINKRATE(dmDeviceInfo); in tddmReportDevice()
|
H A D | ossacmnapi.c | 8114 …TI_DBG1(("ossaIniSetDeviceInfoCB: new rate is 0x%x\n", DEVINFO_GET_LINKRATE(&oneDeviceData->agDevi… in ossaIniSetDeviceInfoCB()
|