Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dphylink.h17 MLO_PAUSE_TX = BIT(1), enumerator
18 MLO_PAUSE_TXRX_MASK = MLO_PAUSE_TX | MLO_PAUSE_RX,
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_phylink.c59 port_config->pause |= tx_pause ? MLO_PAUSE_TX : 0; in lan966x_phylink_mac_link_up()
Dlan966x_port.c235 SYS_MAC_FC_CFG_TX_FC_ENA_SET(config->pause & MLO_PAUSE_TX ? 1 : 0), in lan966x_port_link_up()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_phylink.c59 conf.pause |= tx_pause ? MLO_PAUSE_TX : 0; in sparx5_phylink_mac_link_up()
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()
/linux-6.12.1/drivers/net/dsa/b53/
Db53_serdes.c136 state->pause |= MLO_PAUSE_TX; in b53_serdes_get_state()
/linux-6.12.1/drivers/net/pcs/
Dpcs-lynx.c78 state->pause |= MLO_PAUSE_TX | MLO_PAUSE_RX; in lynx_pcs_get_state_2500basex()
Dpcs-xpcs.c570 state->pause = MLO_PAUSE_TX | MLO_PAUSE_RX; in xpcs_resolve_pma()
1088 state->pause |= MLO_PAUSE_TX | MLO_PAUSE_RX; in xpcs_get_state_2500basex()
/linux-6.12.1/drivers/net/phy/
Dphylink.c985 state->pause |= MLO_PAUSE_TX; in phylink_resolve_an_pause()
1384 case MLO_PAUSE_TX | MLO_PAUSE_RX: in phylink_pause_to_str()
1386 case MLO_PAUSE_TX: in phylink_pause_to_str()
1439 !!(link_state.pause & MLO_PAUSE_TX), rx_pause); in phylink_link_up()
1833 pl->phy_state.pause |= MLO_PAUSE_TX; in phylink_phy_change()
2715 pause->tx_pause = !!(pl->link_config.pause & MLO_PAUSE_TX); in phylink_ethtool_get_pauseparam()
2750 pause_state |= MLO_PAUSE_TX; in phylink_ethtool_set_pauseparam()
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dserdes.c66 state->pause |= MLO_PAUSE_TX; in mv88e6xxx_pcs_decode_state()
/linux-6.12.1/drivers/net/dsa/
Dmt7530.c3024 state->pause &= ~(MLO_PAUSE_RX | MLO_PAUSE_TX); in mt7530_pcs_get_state()
3028 state->pause |= MLO_PAUSE_TX; in mt7530_pcs_get_state()
/linux-6.12.1/drivers/net/dsa/qca/
Dqca8k-8xxx.c1531 state->pause |= MLO_PAUSE_TX; in qca8k_pcs_get_state()
/linux-6.12.1/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c6222 state->pause |= MLO_PAUSE_TX; in mvpp2_xlg_pcs_get_state()
6287 state->pause |= MLO_PAUSE_TX; in mvpp2_gmac_pcs_get_state()
/linux-6.12.1/drivers/net/ethernet/marvell/
Dmvneta.c4003 state->pause |= MLO_PAUSE_TX; in mvneta_pcs_get_state()