Home
last modified time | relevance | path

Searched refs:INT_PHY (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_link.h87 #define INT_PHY 0 macro
94 #define LINK_CONFIG_IDX(_phy_idx) ((_phy_idx == INT_PHY) ? \
Dbnx2x_link.c1613 params->phy[INT_PHY].def_md_devad); in bnx2x_xgxs_deassert()
2611 struct bnx2x_phy *phy = &params->phy[INT_PHY]; in bnx2x_set_gmii_tx_driver()
2855 params->phy[INT_PHY].type != in bnx2x_link_int_enable()
2865 params->phy[INT_PHY].type != in bnx2x_link_int_enable()
3227 CL22_RD_OVER_CL45(bp, &params->phy[INT_PHY], in bnx2x_test_link()
3280 vars->line_speed = params->phy[INT_PHY].req_line_speed; in bnx2x_link_initialize()
3288 if (params->phy[INT_PHY].config_init) in bnx2x_link_initialize()
3289 params->phy[INT_PHY].config_init( in bnx2x_link_initialize()
3290 &params->phy[INT_PHY], in bnx2x_link_initialize()
3300 struct bnx2x_phy *phy = &params->phy[INT_PHY]; in bnx2x_link_initialize()
[all …]
Dbnx2x_main.c8143 bp->port.supported[0] = bp->link_params.phy[INT_PHY].supported; in bnx2x_link_settings_supported()