Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h358 u16 ieee_fc; member
Dbnx2x_link.c3379 struct link_params *params, u16 *ieee_fc) in bnx2x_calc_ieee_aneg_adv() argument
3382 *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 …]
Dbnx2x_main.c2310 switch (bp->link_vars.ieee_fc & in bnx2x_calc_fc_adv()