Symbol: GET_MEDIUM_SPEED
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
1365
if(GET_MEDIUM_SPEED(req_medium) == LM_MEDIUM_SPEED_UNKNOWN)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
1372
GET_MEDIUM_SPEED(req_medium) != LM_MEDIUM_SPEED_2500MBPS))
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
1435
GET_MEDIUM_SPEED(req_medium) == LM_MEDIUM_SPEED_2500MBPS)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
1471
speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
1622
speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2129
speed = GET_MEDIUM_SPEED(link_settings->req_medium);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
291
speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2944
if(GET_MEDIUM_SPEED(medium) == LM_MEDIUM_SPEED_1000MBPS &&
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2960
if(GET_MEDIUM_SPEED(medium) == LM_MEDIUM_SPEED_10MBPS)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2972
else if(GET_MEDIUM_SPEED(medium) == LM_MEDIUM_SPEED_100MBPS)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
2981
if(GET_MEDIUM_SPEED(medium) == LM_MEDIUM_SPEED_2500MBPS)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
3784
switch(GET_MEDIUM_SPEED(pdev->vars.medium))
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
859
if(GET_MEDIUM_SPEED(req_medium) == LM_MEDIUM_SPEED_UNKNOWN)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
864
speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnx/bnx_mm.c
692
switch (GET_MEDIUM_SPEED(medium)) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1079
lm_medium_t speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1442
speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1984
lm_medium_t speed = GET_MEDIUM_SPEED(req_medium);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1033
switch (GET_MEDIUM_SPEED(medium))
usr/src/uts/common/io/bnxe/bnxe_mm.c
1103
if ((GET_MEDIUM_SPEED(medium) >= LM_MEDIUM_SPEED_SEQ_START) &&
usr/src/uts/common/io/bnxe/bnxe_mm.c
1104
(GET_MEDIUM_SPEED(medium) <= LM_MEDIUM_SPEED_SEQ_END))
usr/src/uts/common/io/bnxe/bnxe_mm.c
1106
pUM->props.link_speed = (((GET_MEDIUM_SPEED(medium) >> 8) -