Searched refs:connectionRate (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmdisc.c | 604 bit8 connectionRate; in dmUpStreamDiscoverExpanderPhy() local 809 … connectionRate = (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 1224 … connectionRate = 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 D | dmtypes.h | 231 bit8 connectionRate; member
|
H A D | dmproto.h | 351 bit8 connectionRate,
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 3670 bit8 connectionRate; in tdsaSASUpStreamDiscoverExpanderPhy() local 3854 … connectionRate = (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 4646 … connectionRate = (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 D | tdproto.h | 1688 bit8 connectionRate, 1794 bit8 connectionRate, 1808 bit32 connectionRate,
|
H A D | tdport.c | 6510 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 D | tdtypes.h | 364 bit8 connectionRate; member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | ossasat.c | 3622 bit8 connectionRate; in tdssAddSATAToSharedcontext() local 3729 connectionRate = onePortContext->LinkRate; in tdssAddSATAToSharedcontext() 3731 dev_s_rate = (bit8)(dev_s_rate | connectionRate); in tdssAddSATAToSharedcontext()
|