Searched defs:gp_status (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c3661 u16 gp_status, gp_mask; local
3664 &gp_status);
3668 if ((gp_status & gp_mask) == gp_mask) {
5279 u32 gp_status)
5285 if ((gp_status &
5326 u32 gp_status)
5331 /* resolve from gp_status in case of AN complete and not sgmii */
5335 bnx2x_update_adv_fc(phy, params, vars, gp_status);
5340 else if ((gp_status & MDIO_AN_CL73_OR_37_COMPLETE) &&
5346 bnx2x_update_adv_fc(phy, params, vars, gp_status);
5276 bnx2x_update_adv_fc(struct bnx2x_phy *phy, struct link_params *params, struct link_vars *vars, u32 gp_status) argument
5323 bnx2x_flow_ctrl_resolve(struct bnx2x_phy *phy, struct link_params *params, struct link_vars *vars, u32 gp_status) argument
5421 bnx2x_xgxs_an_resolve(struct bnx2x_phy *phy, struct link_params *params, struct link_vars *vars, u32 gp_status) argument
5530 u16 gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask; local
6344 u16 gp_status = 0, phy_index = 0; local
[all...]

Completed in 39 milliseconds