Home
last modified time | relevance | path

Searched refs:MLO_PAUSE_RX (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/include/linux/
H A Dphylink.h16 MLO_PAUSE_RX = BIT(0), enumerator
18 MLO_PAUSE_TXRX_MASK = MLO_PAUSE_TX | MLO_PAUSE_RX,
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c60 port_config->pause |= rx_pause ? MLO_PAUSE_RX : 0; in lan966x_phylink_mac_link_up()
H A Dlan966x_port.c234 SYS_MAC_FC_CFG_RX_FC_ENA_SET(config->pause & MLO_PAUSE_RX ? 1 : 0) | in lan966x_port_link_up()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_phylink.c60 conf.pause |= rx_pause ? MLO_PAUSE_RX : 0; in sparx5_phylink_mac_link_up()
H A Dsparx5_port.c66 status->pause = MLO_PAUSE_RX | MLO_PAUSE_TX; in decode_cl37_word()
72 MLO_PAUSE_RX : 0; in decode_cl37_word()
639 bool fc_obey = conf->pause & MLO_PAUSE_RX ? 1 : 0; in sparx5_port_fc_setup()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_serdes.c134 state->pause |= MLO_PAUSE_RX; in b53_serdes_get_state()
/openbmc/linux/drivers/net/pcs/
H A Dpcs-lynx.c79 state->pause |= MLO_PAUSE_TX | MLO_PAUSE_RX; in lynx_pcs_get_state_2500basex()
H A Dpcs-xpcs.c591 state->pause = MLO_PAUSE_TX | MLO_PAUSE_RX; in xpcs_resolve_pma()
/openbmc/linux/drivers/net/phy/
H A Dphylink.c1018 state->pause |= MLO_PAUSE_RX; in phylink_resolve_an_pause()
1333 case MLO_PAUSE_TX | MLO_PAUSE_RX: in phylink_pause_to_str()
1337 case MLO_PAUSE_RX: in phylink_pause_to_str()
1354 rx_pause = !!(link_state.pause & MLO_PAUSE_RX); in phylink_link_up()
1742 pl->phy_state.pause |= MLO_PAUSE_RX; in phylink_phy_change()
2561 pause->rx_pause = !!(pl->link_config.pause & MLO_PAUSE_RX); in phylink_ethtool_get_pauseparam()
2595 pause_state |= MLO_PAUSE_RX; in phylink_ethtool_set_pauseparam()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c68 state->pause |= MLO_PAUSE_RX; in mv88e6xxx_pcs_decode_state()
/openbmc/linux/drivers/net/dsa/
H A Dmt7530.c3207 state->pause &= ~(MLO_PAUSE_RX | MLO_PAUSE_TX); in mt7530_pcs_get_state()
3209 state->pause |= MLO_PAUSE_RX; in mt7530_pcs_get_state()
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1517 state->pause |= MLO_PAUSE_RX; in qca8k_pcs_get_state()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6201 state->pause |= MLO_PAUSE_RX; in mvpp2_xlg_pcs_get_state()
6262 state->pause |= MLO_PAUSE_RX; in mvpp2_gmac_pcs_get_state()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4000 state->pause |= MLO_PAUSE_RX; in mvneta_pcs_get_state()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c594 state->pause = MLO_PAUSE_RX; in macb_usx_pcs_get_state()