Home
last modified time | relevance | path

Searched refs:LM_MEDIUM_SPEED_10MBPS (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c524 medium = LM_MEDIUM_SPEED_10MBPS; in lm_get_speed_medium_from_elink_line_speed()
1091 SET_MEDIUM_SPEED(speed,LM_MEDIUM_SPEED_10MBPS); in lm_set_phy_link_params()
1095 SET_MEDIUM_SPEED(speed,LM_MEDIUM_SPEED_10MBPS); in lm_set_phy_link_params()
1147 case LM_MEDIUM_SPEED_10MBPS: in lm_set_phy_link_params()
1999 case LM_MEDIUM_SPEED_10MBPS: in lm_check_phy_link_params()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h226 #define LM_MEDIUM_SPEED_10MBPS 0x0100 macro
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c421 medium |= (LM_MEDIUM_SPEED_10MBPS | LM_MEDIUM_HALF_DUPLEX); in BnxeHwReqPhyMediumSettings()
440 medium |= (LM_MEDIUM_SPEED_10MBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
H A Dbnxe_mm.c1035 case LM_MEDIUM_SPEED_10MBPS: in BnxeLinkStatus()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2708 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_10MBPS); in lm_vf_chip_init()