Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h355 u16 ieee_fc; member
Dbnx2x_link.c3383 struct link_params *params, u16 *ieee_fc) in bnx2x_calc_ieee_aneg_adv() argument
3386 *ieee_fc = MDIO_COMBO_IEEE0_AUTO_NEG_ADV_FULL_DUPLEX; in bnx2x_calc_ieee_aneg_adv()
3395 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH; in bnx2x_calc_ieee_aneg_adv()
3399 *ieee_fc |= in bnx2x_calc_ieee_aneg_adv()
3407 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_ASYMMETRIC; in bnx2x_calc_ieee_aneg_adv()
3412 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH; in bnx2x_calc_ieee_aneg_adv()
3417 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE; in bnx2x_calc_ieee_aneg_adv()
3420 DP(NETIF_MSG_LINK, "ieee_fc = 0x%x\n", *ieee_fc); in bnx2x_calc_ieee_aneg_adv()
3476 bnx2x_calc_ieee_aneg_adv(phy, params, &vars->ieee_fc); in bnx2x_ext_phy_set_pause()
3477 if ((vars->ieee_fc & in bnx2x_ext_phy_set_pause()
[all …]
Dbnx2x_main.c2290 switch (bp->link_vars.ieee_fc & in bnx2x_calc_fc_adv()