Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c796 bit32 LinkRate; in ossaHwCB() local
843 LinkRate = TD_GET_LINK_RATE(eventParm1); in ossaHwCB()
869 if (LinkRate == 0x01) in ossaHwCB()
873 if (LinkRate == 0x02) in ossaHwCB()
877 if (LinkRate == 0x04) in ossaHwCB()
881 if (LinkRate == 0x08) in ossaHwCB()
978 if (LinkRate == 0x01) in ossaHwCB()
980 onePortContext->LinkRate = SAS_CONNECTION_RATE_1_5G; in ossaHwCB()
982 else if (LinkRate == 0x02) in ossaHwCB()
984 onePortContext->LinkRate = SAS_CONNECTION_RATE_3_0G; in ossaHwCB()
[all …]
H A Dtdport.c2455 bit32 LinkRate, in tdsaParseLinkRateMode() argument
2464 TI_DBG3(("tdsaParseLinkRateMode: LinkRateRead 0x%X LinkRate 0x%X\n",LinkRateRead,LinkRate)); in tdsaParseLinkRateMode()
2472 if (LinkRate & 0x1) in tdsaParseLinkRateMode()
2476 if (LinkRate & 0x2) in tdsaParseLinkRateMode()
2480 if (LinkRate & 0x4) in tdsaParseLinkRateMode()
2484 if (LinkRate & 0x8) in tdsaParseLinkRateMode()
2488 if (LinkRate == 0 || LinkRate > 0xF ) in tdsaParseLinkRateMode()
2495 TI_DBG2(("tdsaParseLinkRateMode:A index 0x%x LinkRate 0x%x Mode 0x%x\n",index,LinkRate,Mode)); in tdsaParseLinkRateMode()
3137 bit32 LinkRate = 15, Mode = 3, OpticalMode = 0; //VG in tdsaGetCardPhyParams() local
3372 …tdsaParseLinkRateMode(tiRoot, i, LinkRateRead, ModeRead, OpticalModeRead, LinkRate, Mode, OpticalM… in tdsaGetCardPhyParams()
[all …]
H A Dtdinit.c2764 tdsaPortContext[i].LinkRate = 0; in tdsaPortContextInit()
2892 onePortContext->LinkRate = 0; in tdsaPortContextReInit()
H A Dtdproto.h153 bit32 LinkRate,
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c132 onePortContext->LinkRate = DM_GET_LINK_RATE(dmPortInfo->flag); in dmCreatePort()
133 DM_DBG3(("dmCreatePort: linkrate %0x\n", onePortContext->LinkRate)); in dmCreatePort()
H A Ddmtypes.h183 bit8 LinkRate; member
H A Ddminit.c741 dmPortContext[i].LinkRate = 0; in dmPortContextInit()
898 onePortContext->LinkRate = 0; in dmPortContextReInit()
H A Ddmdisc.c809 … connectionRate = (bit8)MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmUpStreamDiscoverExpanderPhy()
810 … DM_DBG3(("dmUpStreamDiscoverExpanderPhy: link rate 0x%x\n", onePortContext->LinkRate)); in dmUpStreamDiscoverExpanderPhy()
1224 … connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmUpStreamDiscover2ExpanderPhy()
1225 … DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: link rate 0x%x\n", onePortContext->LinkRate)); in dmUpStreamDiscover2ExpanderPhy()
1596 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmDownStreamDiscoverExpanderPhy()
2022 connectionRate = MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmDownStreamDiscoverExpanderPhy()
2404 … connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmDownStreamDiscover2ExpanderPhy()
2914 … connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmDownStreamDiscover2ExpanderPhy()
/freebsd/sys/dev/mps/
H A Dmps_table.c395 (phy->LinkRate >> 4) & 0xf), phy->LinkRate); in mps_print_evt_sas()
H A Dmps_sas_lsi.c224 phy->LinkRate)){ in mpssas_fw_work()
/freebsd/sys/dev/mpr/
H A Dmpr_table.c416 (phy->LinkRate >> 4) & 0xf), phy->LinkRate); in mpr_print_evt_sas()
H A Dmpr_sas_lsi.c227 phy->LinkRate)) { in mprsas_fw_work()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h454 bit8 LinkRate; member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1617 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_sastopochg_evt_debug()
1618 prev_link_rate = event_data->PhyEntry[i].LinkRate & 0xF; in mpi3mr_sastopochg_evt_debug()
1641 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_process_sastopochg_evt()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1470 portMaxRate = onePortContext->LinkRate; in tdsaSASFullDiscover()
3854 … connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASUpStreamDiscoverExpanderPhy()
3855 … TI_DBG3(("siSASUpStreamDiscoverExpanderPhy: link rate 0x%x\n", onePortContext->LinkRate)); in tdsaSASUpStreamDiscoverExpanderPhy()
4646 … connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASDownStreamDiscoverExpanderPhy()
5040 … connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASDownStreamDiscoverExpanderPhy()
6469 phyRate = onePortContext->LinkRate; in tdsaSATAFullDiscover()
6895 portMaxRate = onePortContext->LinkRate; in tdsaSASIncrementalDiscover()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ioc.h811 U8 LinkRate; /* 0x02 */ member
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h728 U8 LinkRate; /* 0x02 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1027 U8 LinkRate; /* 0x02 */ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3729 connectionRate = onePortContext->LinkRate; in tdssAddSATAToSharedcontext()