Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h298 u16 ieee_fc; member
Dbnx2x_link.c3517 struct link_params *params, u16 *ieee_fc) in bnx2x_calc_ieee_aneg_adv() argument
3520 *ieee_fc = MDIO_COMBO_IEEE0_AUTO_NEG_ADV_FULL_DUPLEX; in bnx2x_calc_ieee_aneg_adv()
3529 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH; in bnx2x_calc_ieee_aneg_adv()
3531 *ieee_fc |= in bnx2x_calc_ieee_aneg_adv()
3536 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_ASYMMETRIC; in bnx2x_calc_ieee_aneg_adv()
3541 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH; in bnx2x_calc_ieee_aneg_adv()
3546 *ieee_fc |= MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE; in bnx2x_calc_ieee_aneg_adv()
3549 DP(NETIF_MSG_LINK, "ieee_fc = 0x%x\n", *ieee_fc); in bnx2x_calc_ieee_aneg_adv()
3605 bnx2x_calc_ieee_aneg_adv(phy, params, &vars->ieee_fc); in bnx2x_ext_phy_set_pause()
3606 if ((vars->ieee_fc & in bnx2x_ext_phy_set_pause()
[all …]
Dbnx2x_main.c2120 switch (bp->link_vars.ieee_fc & in bnx2x_calc_fc_adv()