Home
last modified time | relevance | path

Searched refs:connectionRate (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c604 bit8 connectionRate; in dmUpStreamDiscoverExpanderPhy() local
809connectionRate = (bit8)MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp)); in dmUpStreamDiscoverExpanderPhy()
812 DM_DBG3(("dmUpStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate)); in dmUpStreamDiscoverExpanderPhy()
823 connectionRate, in dmUpStreamDiscoverExpanderPhy()
848 connectionRate, in dmUpStreamDiscoverExpanderPhy()
869 connectionRate, in dmUpStreamDiscoverExpanderPhy()
894 connectionRate, in dmUpStreamDiscoverExpanderPhy()
1019 bit8 connectionRate; in dmUpStreamDiscover2ExpanderPhy() local
1224connectionRate = MIN(onePortContext->LinkRate, SAS2_DISCRSP_GET_LOGICAL_LINKRATE(pDiscoverResp)); in dmUpStreamDiscover2ExpanderPhy()
1227 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: connectionRate 0x%x\n", connectionRate)); in dmUpStreamDiscover2ExpanderPhy()
[all …]
H A Ddmtypes.h231 bit8 connectionRate; member
H A Ddmproto.h351 bit8 connectionRate,
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3670 bit8 connectionRate; in tdsaSASUpStreamDiscoverExpanderPhy() local
3854connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASUpStreamDiscoverExpanderPhy()
3857 TI_DBG3(("siSASUpStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate)); in tdsaSASUpStreamDiscoverExpanderPhy()
3869 connectionRate, in tdsaSASUpStreamDiscoverExpanderPhy()
3893 connectionRate, in tdsaSASUpStreamDiscoverExpanderPhy()
3913 connectionRate, in tdsaSASUpStreamDiscoverExpanderPhy()
3937 connectionRate, in tdsaSASUpStreamDiscoverExpanderPhy()
4489 bit8 connectionRate; in tdsaSASDownStreamDiscoverExpanderPhy() local
4646connectionRate = (bit8)(MIN(onePortContext->LinkRate, DISCRSP_GET_LINKRATE(pDiscoverResp))); in tdsaSASDownStreamDiscoverExpanderPhy()
4649 TI_DBG3(("tdsaSASDownStreamDiscoverExpanderPhy: connectionRate 0x%x\n", connectionRate)); in tdsaSASDownStreamDiscoverExpanderPhy()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1688 bit8 connectionRate,
1794 bit8 connectionRate,
1808 bit32 connectionRate,
H A Dtdport.c6510 bit8 connectionRate; in tdssAddSASToSharedcontext() local
6615 connectionRate = onePortContext->LinkRate; in tdssAddSASToSharedcontext()
6617 dev_s_rate = (bit8)(dev_s_rate | connectionRate); in tdssAddSASToSharedcontext()
6714 connectionRate = onePortContext->LinkRate; in tdssAddSASToSharedcontext()
6716 dev_s_rate = (bit8)(dev_s_rate | connectionRate); in tdssAddSASToSharedcontext()
7630 bit32 connectionRate, in tdssNewAddSATAToSharedcontext() argument
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h364 bit8 connectionRate; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3622 bit8 connectionRate; in tdssAddSATAToSharedcontext() local
3729 connectionRate = onePortContext->LinkRate; in tdssAddSATAToSharedcontext()
3731 dev_s_rate = (bit8)(dev_s_rate | connectionRate); in tdssAddSATAToSharedcontext()