Symbol: ELINK_INT_PHY
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11181
elink_set_autoneg(&params->phy[ELINK_INT_PHY], params, vars, 0);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11182
elink_program_serdes(&params->phy[ELINK_INT_PHY], params, vars);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13046
if (phy_index == ELINK_INT_PHY || phy_index == ELINK_EXT_PHY1) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13236
elink_populate_preemphasis(cb, shmem_base, phy, port, ELINK_INT_PHY);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13390
if (phy_index == ELINK_INT_PHY)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13523
for (phy_index = ELINK_INT_PHY; phy_index < ELINK_MAX_PHYS;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13542
for (phy_index = ELINK_INT_PHY;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13596
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13851
params->phy[ELINK_INT_PHY].config_loopback(
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13852
&params->phy[ELINK_INT_PHY],
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13878
struct elink_phy *int_phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13964
for (phy_idx = ELINK_INT_PHY; phy_idx < params->num_phys; phy_idx++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14296
if (params->phy[ELINK_INT_PHY].link_reset)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14297
params->phy[ELINK_INT_PHY].link_reset(
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14298
&params->phy[ELINK_INT_PHY], params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15325
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15337
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15438
for (phy_index = ELINK_INT_PHY; phy_index < ELINK_MAX_PHYS;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15526
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15648
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1659
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1956
if (!(params->phy[ELINK_INT_PHY].flags & ELINK_FLAGS_TX_ERROR_CHECK)) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1987
(params->phy[ELINK_INT_PHY].supported &
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3673
elink_xgxs_specific_func(&params->phy[ELINK_INT_PHY], params,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3731
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4751
if ((params->req_line_speed[ELINK_LINK_CONFIG_IDX(ELINK_INT_PHY)] ==
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5469
params->phy[ELINK_INT_PHY].media_type =
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6469
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6717
params->phy[ELINK_INT_PHY].type !=
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6727
params->phy[ELINK_INT_PHY].type !=
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7145
struct elink_phy *int_phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7157
if (params->req_line_speed[ELINK_LINK_CONFIG_IDX(ELINK_INT_PHY)]
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7239
vars->line_speed = params->phy[ELINK_INT_PHY].req_line_speed;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7247
elink_prepare_xgxs(&params->phy[ELINK_INT_PHY], params, vars);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7256
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7263
if (params->phy[ELINK_INT_PHY].config_init)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7264
params->phy[ELINK_INT_PHY].config_init(phy, params, vars);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7270
vars->line_speed = params->phy[ELINK_INT_PHY].req_line_speed;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7274
if (params->phy[ELINK_INT_PHY].supported &
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7486
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7536
u8 active_external_phy = ELINK_INT_PHY;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7539
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7553
elink_set_aer_mmd(params, &params->phy[ELINK_INT_PHY]);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7639
if (params->phy[ELINK_INT_PHY].read_status)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7640
params->phy[ELINK_INT_PHY].read_status(
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7641
&params->phy[ELINK_INT_PHY],
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7650
if (active_external_phy > ELINK_INT_PHY) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7744
if (params->phy[ELINK_INT_PHY].config_init)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7745
params->phy[ELINK_INT_PHY].config_init(
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7746
&params->phy[ELINK_INT_PHY], params,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9090
for (idx = ELINK_INT_PHY; idx < ELINK_MAX_PHYS; idx++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9111
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9694
phy = &params->phy[ELINK_INT_PHY];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2059
pdev->hw_info.link_config[ELINK_INT_PHY] = val;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3350
flow_control = (pdev->hw_info.link_config[ELINK_INT_PHY] & PORT_FEATURE_FLOW_CONTROL_MASK);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1429
lm_status = lm_set_phy_link_params(pdev, req_medium, flow_control, sw_config, ELINK_INT_PHY);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
227
#define ELINK_LINK_CONFIG_IDX(_phy_idx) ((_phy_idx == ELINK_INT_PHY) ? \
usr/src/uts/common/io/bnxe/bnxe_hw.c
167
pLM->params.link.phy[ELINK_INT_PHY].supported;
usr/src/uts/common/io/bnxe/bnxe_illumos.c
31
return (ELINK_INT_PHY);