Home
last modified time | relevance | path

Searched refs:MLO_PAUSE_TX (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/linux/
H A Dphylink.h17 MLO_PAUSE_TX = BIT(1), enumerator
18 MLO_PAUSE_TXRX_MASK = MLO_PAUSE_TX | MLO_PAUSE_RX,
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c59 port_config->pause |= tx_pause ? MLO_PAUSE_TX : 0; in lan966x_phylink_mac_link_up()
H A Dlan966x_port.c235 SYS_MAC_FC_CFG_TX_FC_ENA_SET(config->pause & MLO_PAUSE_TX ? 1 : 0), in lan966x_port_link_up()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_phylink.c59 conf.pause |= tx_pause ? MLO_PAUSE_TX : 0; in sparx5_phylink_mac_link_up()
H A Dsparx5_port.c66 status->pause = MLO_PAUSE_RX | MLO_PAUSE_TX; in decode_cl37_word()
70 MLO_PAUSE_TX : 0; in decode_cl37_word()
642 if (conf->pause & MLO_PAUSE_TX) in sparx5_port_fc_setup()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_serdes.c136 state->pause |= MLO_PAUSE_TX; 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.c1016 state->pause |= MLO_PAUSE_TX; in phylink_resolve_an_pause()
1333 case MLO_PAUSE_TX | MLO_PAUSE_RX: in phylink_pause_to_str()
1335 case MLO_PAUSE_TX: in phylink_pause_to_str()
1388 !!(link_state.pause & MLO_PAUSE_TX), rx_pause); in phylink_link_up()
1740 pl->phy_state.pause |= MLO_PAUSE_TX; in phylink_phy_change()
2562 pause->tx_pause = !!(pl->link_config.pause & MLO_PAUSE_TX); in phylink_ethtool_get_pauseparam()
2597 pause_state |= MLO_PAUSE_TX; in phylink_ethtool_set_pauseparam()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c66 state->pause |= MLO_PAUSE_TX; in mv88e6xxx_pcs_decode_state()
/openbmc/linux/drivers/net/dsa/
H A Dmt7530.c3211 state->pause &= ~(MLO_PAUSE_RX | MLO_PAUSE_TX); in mt7530_pcs_get_state()
3215 state->pause |= MLO_PAUSE_TX; in mt7530_pcs_get_state()
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1519 state->pause |= MLO_PAUSE_TX; in qca8k_pcs_get_state()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6199 state->pause |= MLO_PAUSE_TX; in mvpp2_xlg_pcs_get_state()
6264 state->pause |= MLO_PAUSE_TX; in mvpp2_gmac_pcs_get_state()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4002 state->pause |= MLO_PAUSE_TX; in mvneta_pcs_get_state()