Searched refs:negotiatedPhyLinkRate (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h995 bit8 negotiatedPhyLinkRate; member in struct:agsaSmpRespDiscover_s
997 /* B3-0 : negotiatedPhyLinkRate */
1045 ((pResp)->negotiatedPhyLinkRate & 0x0F)
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c229 Resp->negotiatedPhyLinkRate = 0x9; /* enabled, 1.5G */
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h317 bit8 negotiatedPhyLinkRate; /* byte 11 */ member in struct:smpRespDiscover_s
319 /* B3-0 : negotiatedPhyLinkRate */
367 ((pResp)->negotiatedPhyLinkRate & 0x0F)
H A Ddmdisc.c812 DM_DBG3(("dmUpStreamDiscoverExpanderPhy: negotiatedPhyLinkRate 0x%x\n", DISCRSP_GET_LINKRATE(pDiscoverResp)));
1227 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: negotiatedPhyLinkRate 0x%x\n", SAS2_DISCRSP_GET_LINKRATE(pDiscoverResp)));
1434 bit8 connectionRate, negotiatedPhyLinkRate; local
1599 DM_DBG3(("dmDownStreamDiscoverExpanderPhy: negotiatedPhyLinkRate 0x%x\n", DISCRSP_GET_LINKRATE(pDiscoverResp)));
2102 negotiatedPhyLinkRate = DISCRSP_GET_LINKRATE(pDiscoverResp); // added by thenil
2104 if (negotiatedPhyLinkRate == 0x03)
2407 DM_DBG2(("dmDownStreamDiscover2ExpanderPhy: negotiatedPhyLinkRate 0x%x\n", SAS2_DISCRSP_GET_LINKRATE(pDiscoverResp)));
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h543 bit8 negotiatedPhyLinkRate; member in struct:smpRespDiscover_s
545 /* B3-0 : negotiatedPhyLinkRate */
593 ((bit8)((pResp)->negotiatedPhyLinkRate & 0x0F))

Completed in 193 milliseconds