Home
last modified time | relevance | path

Searched refs:LinkRate (Results 1 – 17 of 17) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c797 bit32 LinkRate; in ossaHwCB() local
844 LinkRate = TD_GET_LINK_RATE(eventParm1); in ossaHwCB()
870 if (LinkRate == 0x01) in ossaHwCB()
874 if (LinkRate == 0x02) in ossaHwCB()
878 if (LinkRate == 0x04) in ossaHwCB()
882 if (LinkRate == 0x08) in ossaHwCB()
979 if (LinkRate == 0x01) in ossaHwCB()
981 onePortContext->LinkRate = SAS_CONNECTION_RATE_1_5G; in ossaHwCB()
983 else if (LinkRate == 0x02) in ossaHwCB()
985 onePortContext->LinkRate = SAS_CONNECTION_RATE_3_0G; in ossaHwCB()
[all …]
HDtdport.c2456 bit32 LinkRate, in tdsaParseLinkRateMode() argument
2465 TI_DBG3(("tdsaParseLinkRateMode: LinkRateRead 0x%X LinkRate 0x%X\n",LinkRateRead,LinkRate)); in tdsaParseLinkRateMode()
2473 if (LinkRate & 0x1) in tdsaParseLinkRateMode()
2477 if (LinkRate & 0x2) in tdsaParseLinkRateMode()
2481 if (LinkRate & 0x4) in tdsaParseLinkRateMode()
2485 if (LinkRate & 0x8) in tdsaParseLinkRateMode()
2489 if (LinkRate == 0 || LinkRate > 0xF ) in tdsaParseLinkRateMode()
2496 TI_DBG2(("tdsaParseLinkRateMode:A index 0x%x LinkRate 0x%x Mode 0x%x\n",index,LinkRate,Mode)); in tdsaParseLinkRateMode()
3138 bit32 LinkRate = 15, Mode = 3, OpticalMode = 0; //VG in tdsaGetCardPhyParams() local
3373 …tdsaParseLinkRateMode(tiRoot, i, LinkRateRead, ModeRead, OpticalModeRead, LinkRate, Mode, OpticalM… in tdsaGetCardPhyParams()
[all …]
HDtdinit.c2765 tdsaPortContext[i].LinkRate = 0; in tdsaPortContextInit()
2893 onePortContext->LinkRate = 0; in tdsaPortContextReInit()
HDtdproto.h154 bit32 LinkRate,
/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmport.c133 onePortContext->LinkRate = DM_GET_LINK_RATE(dmPortInfo->flag); in dmCreatePort()
134 DM_DBG3(("dmCreatePort: linkrate %0x\n", onePortContext->LinkRate)); in dmCreatePort()
HDdmtypes.h184 bit8 LinkRate; member
HDdminit.c742 dmPortContext[i].LinkRate = 0; in dmPortContextInit()
899 onePortContext->LinkRate = 0; in dmPortContextReInit()
HDdmdisc.c810 … connectionRate = (bit8)MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmUpStreamDiscoverExpanderPhy()
811 … DM_DBG3(("dmUpStreamDiscoverExpanderPhy: link rate 0x%x\n", onePortContext->LinkRate)); in dmUpStreamDiscoverExpanderPhy()
1225 … connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmUpStreamDiscover2ExpanderPhy()
1226 … DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: link rate 0x%x\n", onePortContext->LinkRate)); in dmUpStreamDiscover2ExpanderPhy()
1597 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmDownStreamDiscoverExpanderPhy()
2023 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmDownStreamDiscoverExpanderPhy()
2405 … connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmDownStreamDiscover2ExpanderPhy()
2915 … connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmDownStreamDiscover2ExpanderPhy()
/NextBSD/sys/dev/mps/
HDmps_table.c343 (phy->LinkRate >> 4) & 0xf), phy->LinkRate); in mps_print_evt_sas()
HDmps_sas_lsi.c220 le16toh(phy->AttachedDevHandle), phy->LinkRate)){ in mpssas_fw_work()
/NextBSD/sys/dev/mpr/
HDmpr_table.c344 (phy->LinkRate >> 4) & 0xf), phy->LinkRate); in mpr_print_evt_sas()
HDmpr_sas_lsi.c221 phy->LinkRate)) { in mprsas_fw_work()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h455 bit8 LinkRate; member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c1471 portMaxRate = onePortContext->LinkRate; in tdsaSASFullDiscover()
3855 … connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASUpStreamDiscoverExpanderPhy()
3856 … TI_DBG3(("siSASUpStreamDiscoverExpanderPhy: link rate 0x%x\n", onePortContext->LinkRate)); in tdsaSASUpStreamDiscoverExpanderPhy()
4647 … connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASDownStreamDiscoverExpanderPhy()
5041 … connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASDownStreamDiscoverExpanderPhy()
6470 phyRate = onePortContext->LinkRate; in tdsaSATAFullDiscover()
6896 portMaxRate = onePortContext->LinkRate; in tdsaSASIncrementalDiscover()
/NextBSD/sys/dev/mps/mpi/
HDmpi2_ioc.h830 U8 LinkRate; /* 0x02 */ member
/NextBSD/sys/dev/mpr/mpi/
HDmpi2_ioc.h967 U8 LinkRate; /* 0x02 */ member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDossasat.c3730 connectionRate = onePortContext->LinkRate; in tdssAddSATAToSharedcontext()