Searched refs:ieee_fc (Results 1 – 3 of 3) sorted by relevance
358 u16 ieee_fc; member
3379 struct link_params *params, u16 *ieee_fc) in bnx2x_calc_ieee_aneg_adv() argument3382 *ieee_fc = MDIO_COMBO_IEEE0_AUTO_NEG_ADV_FULL_DUPLEX; in bnx2x_calc_ieee_aneg_adv()3392 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH; in bnx2x_calc_ieee_aneg_adv()3395 *ieee_fc |= in bnx2x_calc_ieee_aneg_adv()3403 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_ASYMMETRIC; in bnx2x_calc_ieee_aneg_adv()3408 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH; in bnx2x_calc_ieee_aneg_adv()3413 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE; in bnx2x_calc_ieee_aneg_adv()3416 DP(NETIF_MSG_LINK, "ieee_fc = 0x%x\n", *ieee_fc); in bnx2x_calc_ieee_aneg_adv()3472 bnx2x_calc_ieee_aneg_adv(phy, params, &vars->ieee_fc); in bnx2x_ext_phy_set_pause()3473 if ((vars->ieee_fc & in bnx2x_ext_phy_set_pause()[all …]
2310 switch (bp->link_vars.ieee_fc & in bnx2x_calc_fc_adv()