Home
last modified time | relevance | path

Searched refs:pause_tx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h40 u8 pause_tx:1; member
250 u8 pause_tx:1; member
321 u8 pause_tx:1; member
385 u8 pause_tx:1; member
H A Dhw_atl2_utils_fw.c242 link_options->pause_tx = !!(flow_control & AQ_NIC_FC_TX); in aq_a2_fw_set_mpi_flow_control()
321 ((lkp_link_caps.pause_tx) ? AQ_NIC_FC_TX : 0); in aq_a2_fw_update_link_status()
533 ((link_status.pause_tx) ? AQ_NIC_FC_TX : 0); in aq_a2_fw_get_flow_control()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h30 int pause_tx; member
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h307 int pause_tx; member
H A Dbcm63xx_enet.c826 tx_pause_en = priv->pause_tx; in bcm_enet_adjust_phy_link()
858 bcm_enet_set_flow(priv, priv->pause_rx, priv->pause_tx); in bcm_enet_adjust_link()
866 priv->pause_tx ? "tx" : "off"); in bcm_enet_adjust_link()
1556 ecmd->tx_pause = priv->pause_tx; in bcm_enet_get_pauseparam()
1581 priv->pause_tx = ecmd->tx_pause; in bcm_enet_set_pauseparam()
1778 priv->pause_tx = pd->pause_tx; in bcm_enet_probe()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c284 int pause_tx; member
457 pause->tx_pause = priv->pause_tx; in ave_ethtool_get_pauseparam()
471 priv->pause_tx = pause->tx_pause; in ave_ethtool_set_pauseparam()
/openbmc/linux/drivers/net/ethernet/cortina/
H A Dgemini.c296 int pause_tx = 0; in gmac_speed_set() local
339 pause_tx = 1; in gmac_speed_set()
342 gmac_set_flow_control(netdev, pause_tx, pause_rx); in gmac_speed_set()