Symbol: ELINK_INT_PHY
sys/dev/bxe/bxe.c
11622
return (ELINK_INT_PHY);
sys/dev/bxe/bxe.c
13675
sc->port.link_config[ELINK_INT_PHY] = val;
sys/dev/bxe/bxe.c
14220
sc->port.supported[0] = sc->link_params.phy[ELINK_INT_PHY].supported;
sys/dev/bxe/bxe_elink.c
11207
elink_set_autoneg(&params->phy[ELINK_INT_PHY], params, vars, 0);
sys/dev/bxe/bxe_elink.c
11208
elink_program_serdes(&params->phy[ELINK_INT_PHY], params, vars);
sys/dev/bxe/bxe_elink.c
12967
if (phy_index == ELINK_INT_PHY || phy_index == ELINK_EXT_PHY1) {
sys/dev/bxe/bxe_elink.c
13153
elink_populate_preemphasis(sc, shmem_base, phy, port, ELINK_INT_PHY);
sys/dev/bxe/bxe_elink.c
13290
if (phy_index == ELINK_INT_PHY)
sys/dev/bxe/bxe_elink.c
13422
for (phy_index = ELINK_INT_PHY; phy_index < ELINK_MAX_PHYS;
sys/dev/bxe/bxe_elink.c
13441
for (phy_index = ELINK_INT_PHY;
sys/dev/bxe/bxe_elink.c
13726
params->phy[ELINK_INT_PHY].config_loopback(
sys/dev/bxe/bxe_elink.c
13727
&params->phy[ELINK_INT_PHY],
sys/dev/bxe/bxe_elink.c
13753
struct elink_phy *int_phy = &params->phy[ELINK_INT_PHY];
sys/dev/bxe/bxe_elink.c
13835
for (phy_idx = ELINK_INT_PHY; phy_idx < params->num_phys; phy_idx++) {
sys/dev/bxe/bxe_elink.c
14152
if (params->phy[ELINK_INT_PHY].link_reset)
sys/dev/bxe/bxe_elink.c
14153
params->phy[ELINK_INT_PHY].link_reset(
sys/dev/bxe/bxe_elink.c
14154
&params->phy[ELINK_INT_PHY], params);
sys/dev/bxe/bxe_elink.c
14966
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
sys/dev/bxe/bxe_elink.c
14977
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
sys/dev/bxe/bxe_elink.c
15039
for (phy_index = ELINK_INT_PHY; phy_index < ELINK_MAX_PHYS;
sys/dev/bxe/bxe_elink.c
2247
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
sys/dev/bxe/bxe_elink.c
2543
if (!(params->phy[ELINK_INT_PHY].flags & ELINK_FLAGS_TX_ERROR_CHECK)) {
sys/dev/bxe/bxe_elink.c
2574
(params->phy[ELINK_INT_PHY].supported &
sys/dev/bxe/bxe_elink.c
4197
elink_xgxs_specific_func(&params->phy[ELINK_INT_PHY], params,
sys/dev/bxe/bxe_elink.c
4249
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
sys/dev/bxe/bxe_elink.c
5292
if ((params->req_line_speed[ELINK_LINK_CONFIG_IDX(ELINK_INT_PHY)] ==
sys/dev/bxe/bxe_elink.c
5670
params->phy[ELINK_INT_PHY].media_type =
sys/dev/bxe/bxe_elink.c
6678
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
sys/dev/bxe/bxe_elink.c
6916
params->phy[ELINK_INT_PHY].type !=
sys/dev/bxe/bxe_elink.c
6926
params->phy[ELINK_INT_PHY].type !=
sys/dev/bxe/bxe_elink.c
7323
struct elink_phy *int_phy = &params->phy[ELINK_INT_PHY];
sys/dev/bxe/bxe_elink.c
7335
if (params->req_line_speed[ELINK_LINK_CONFIG_IDX(ELINK_INT_PHY)]
sys/dev/bxe/bxe_elink.c
7415
vars->line_speed = params->phy[ELINK_INT_PHY].req_line_speed;
sys/dev/bxe/bxe_elink.c
7422
elink_prepare_xgxs(&params->phy[ELINK_INT_PHY], params, vars);
sys/dev/bxe/bxe_elink.c
7430
struct elink_phy *phy = &params->phy[ELINK_INT_PHY];
sys/dev/bxe/bxe_elink.c
7435
if (params->phy[ELINK_INT_PHY].config_init)
sys/dev/bxe/bxe_elink.c
7436
params->phy[ELINK_INT_PHY].config_init(phy, params, vars);
sys/dev/bxe/bxe_elink.c
7442
vars->line_speed = params->phy[ELINK_INT_PHY].req_line_speed;
sys/dev/bxe/bxe_elink.c
7446
if (params->phy[ELINK_INT_PHY].supported &
sys/dev/bxe/bxe_elink.c
7638
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
sys/dev/bxe/bxe_elink.c
7688
uint8_t active_external_phy = ELINK_INT_PHY;
sys/dev/bxe/bxe_elink.c
7691
for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
sys/dev/bxe/bxe_elink.c
7705
elink_set_aer_mmd(params, &params->phy[ELINK_INT_PHY]);
sys/dev/bxe/bxe_elink.c
7791
if (params->phy[ELINK_INT_PHY].read_status)
sys/dev/bxe/bxe_elink.c
7792
params->phy[ELINK_INT_PHY].read_status(
sys/dev/bxe/bxe_elink.c
7793
&params->phy[ELINK_INT_PHY],
sys/dev/bxe/bxe_elink.c
7802
if (active_external_phy > ELINK_INT_PHY) {
sys/dev/bxe/bxe_elink.c
7910
if (params->phy[ELINK_INT_PHY].config_init)
sys/dev/bxe/bxe_elink.c
7911
params->phy[ELINK_INT_PHY].config_init(
sys/dev/bxe/bxe_elink.c
7912
&params->phy[ELINK_INT_PHY], params,
sys/dev/bxe/bxe_elink.c
9110
for (idx = ELINK_INT_PHY; idx < ELINK_MAX_PHYS; idx++) {
sys/dev/bxe/bxe_elink.c
9130
for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
sys/dev/bxe/bxe_elink.c
9648
phy = &params->phy[ELINK_INT_PHY];
sys/dev/bxe/bxe_elink.h
232
#define ELINK_LINK_CONFIG_IDX(_phy_idx) ((_phy_idx == ELINK_INT_PHY) ? \