Home
last modified time | relevance | path

Searched refs:GET_MEDIUM_SPEED (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c1033 switch (GET_MEDIUM_SPEED(medium)) in BnxeLinkStatus()
1103 if ((GET_MEDIUM_SPEED(medium) >= LM_MEDIUM_SPEED_SEQ_START) && in BnxeLinkStatus()
1104 (GET_MEDIUM_SPEED(medium) <= LM_MEDIUM_SPEED_SEQ_END)) in BnxeLinkStatus()
1106 pUM->props.link_speed = (((GET_MEDIUM_SPEED(medium) >> 8) - in BnxeLinkStatus()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h246 #define GET_MEDIUM_SPEED(m) ((m) & LM_MEDIUM_SPEED_MASK) macro
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c1079 lm_medium_t speed = GET_MEDIUM_SPEED(req_medium); in lm_set_phy_link_params()
1442 speed = GET_MEDIUM_SPEED(req_medium); in lm_init_phy()
1984 lm_medium_t speed = GET_MEDIUM_SPEED(req_medium); in lm_check_phy_link_params()