Home
last modified time | relevance | path

Searched refs:LM_MEDIUM_SPEED_100MBPS (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.c528 medium = LM_MEDIUM_SPEED_100MBPS; in lm_get_speed_medium_from_elink_line_speed()
1099 SET_MEDIUM_SPEED(speed,LM_MEDIUM_SPEED_100MBPS); in lm_set_phy_link_params()
1103 SET_MEDIUM_SPEED(speed,LM_MEDIUM_SPEED_100MBPS); in lm_set_phy_link_params()
1150 case LM_MEDIUM_SPEED_100MBPS: in lm_set_phy_link_params()
2000 case LM_MEDIUM_SPEED_100MBPS: in lm_check_phy_link_params()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h227 #define LM_MEDIUM_SPEED_100MBPS 0x0200 macro
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c459 medium |= (LM_MEDIUM_SPEED_100MBPS | LM_MEDIUM_HALF_DUPLEX); in BnxeHwReqPhyMediumSettings()
478 medium |= (LM_MEDIUM_SPEED_100MBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
H A Dbnxe_mm.c1041 case LM_MEDIUM_SPEED_100MBPS: in BnxeLinkStatus()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2712 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_100MBPS); in lm_vf_chip_init()