Home
last modified time | relevance | path

Searched refs:pause_adv (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/
Dsparx5_phylink.c22 a->pause_adv != b->pause_adv || in port_conf_has_changed()
109 conf.pause_adv = 0; in sparx5_pcs_config()
111 conf.pause_adv |= ADVERTISE_1000XPAUSE; in sparx5_pcs_config()
113 conf.pause_adv |= ADVERTISE_1000XPSE_ASYM; in sparx5_pcs_config()
Dsparx5_main.h162 u32 pause_adv; member
Dsparx5_port.c676 return (conf->pause_adv | ADVERTISE_LPACK | ADVERTISE_1000XFULL); in sparx5_get_aneg_word()
/linux-6.6.21/drivers/net/ethernet/broadcom/
Dbnx2.c1699 u32 speed_arg = 0, pause_adv; in bnx2_setup_remote_phy() local
1701 pause_adv = bnx2_phy_get_pause_adv(bp); in bnx2_setup_remote_phy()
1735 if (pause_adv & (ADVERTISE_1000XPAUSE | ADVERTISE_PAUSE_CAP)) in bnx2_setup_remote_phy()
1737 if (pause_adv & (ADVERTISE_1000XPSE_ASYM | ADVERTISE_PAUSE_ASYM)) in bnx2_setup_remote_phy()