Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c870 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()
1315 if (LinkRate == 0x01) in ossaHwCB()
1319 if (LinkRate == 0x02) in ossaHwCB()
1323 if (LinkRate == 0x04) in ossaHwCB()
1327 if (LinkRate == 0x08) in ossaHwCB()
1379 if (LinkRate == 0x01) in ossaHwCB()
[all …]
H A Dtdport.c2456 bit32 LinkRate, in tdsaParseLinkRateMode() argument
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()
3138 bit32 LinkRate = 15, Mode = 3, OpticalMode = 0; //VG in tdsaGetCardPhyParams() local
3422 bit32 LinkRate = 15/*7*/, Mode = 3, OpticalMode = 0; in tdsaGetGlobalPhyParams() local
3741 LinkRate = 15; in tdsaGetGlobalPhyParams()
6616 connectionRate = onePortContext->LinkRate; in tdssAddSASToSharedcontext()
[all …]
H A Dtdinit.c2765 tdsaPortContext[i].LinkRate = 0; in tdsaPortContextInit()
2893 onePortContext->LinkRate = 0; in tdsaPortContextReInit()
H A Dtdproto.h154 bit32 LinkRate,
/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c133 onePortContext->LinkRate = DM_GET_LINK_RATE(dmPortInfo->flag); in dmCreatePort()
134 DM_DBG3(("dmCreatePort: linkrate %0x\n", onePortContext->LinkRate)); in dmCreatePort()
H A Ddmtypes.h184 bit8 LinkRate; member
H A Ddminit.c742 dmPortContext[i].LinkRate = 0; in dmPortContextInit()
899 onePortContext->LinkRate = 0; in dmPortContextReInit()
H A Ddmdisc.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()
/freebsd-13.1/sys/dev/mps/
H A Dmps_table.c397 (phy->LinkRate >> 4) & 0xf), phy->LinkRate); in mps_print_evt_sas()
H A Dmps_sas_lsi.c226 phy->LinkRate)){ in mpssas_fw_work()
/freebsd-13.1/sys/dev/mpr/
H A Dmpr_table.c418 (phy->LinkRate >> 4) & 0xf), phy->LinkRate); in mpr_print_evt_sas()
H A Dmpr_sas_lsi.c229 phy->LinkRate)) { in mprsas_fw_work()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h455 bit8 LinkRate; member
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.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()
/freebsd-13.1/sys/dev/mps/mpi/
H A Dmpi2_ioc.h813 U8 LinkRate; /* 0x02 */ member
/freebsd-13.1/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1029 U8 LinkRate; /* 0x02 */ member
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3730 connectionRate = onePortContext->LinkRate; in tdssAddSATAToSharedcontext()