Home
last modified time | relevance | path

Searched refs:tx_pause_en (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_gmac.c223 u32 tx_pause_en) in hns_gmac_pause_frm_cfg() argument
230 dsaf_set_bit(pause_en, GMAC_PAUSE_EN_TX_FDFC_B, !!tx_pause_en); in hns_gmac_pause_frm_cfg()
235 u32 *tx_pause_en) in hns_gmac_get_pausefrm_cfg() argument
243 *tx_pause_en = dsaf_get_bit(pause_en, GMAC_PAUSE_EN_TX_FDFC_B); in hns_gmac_get_pausefrm_cfg()
530 mac_info->tx_pause_en = tx_pause; in hns_gmac_get_info()
H A Dhns_dsaf_mac.h201 u8 tx_pause_en; member
H A Dhns_dsaf_xgmac.c447 mac_info->tx_pause_en = dsaf_get_bit(pause_ctrl, XGMAC_PAUSE_CTL_TX_B); in hns_xgmac_get_info()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c458 epause->tx_pause = !!priv->tx_pause_en; in gfar_gpauseparam()
474 priv->rx_pause_en = priv->tx_pause_en = 0; in gfar_spauseparam()
480 priv->tx_pause_en = 1; in gfar_spauseparam()
483 priv->tx_pause_en = 1; in gfar_spauseparam()
497 if (priv->tx_pause_en) { in gfar_spauseparam()
H A Dgianfar.h1183 tx_pause_en:1, member
H A Dgianfar.c1461 if (priv->tx_pause_en) in gfar_get_flowctrl_cfg()
/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c817 int rx_pause_en, tx_pause_en; in bcm_enet_adjust_phy_link() local
822 tx_pause_en = 1; in bcm_enet_adjust_phy_link()
826 tx_pause_en = priv->pause_tx; in bcm_enet_adjust_phy_link()
829 tx_pause_en = 0; in bcm_enet_adjust_phy_link()
832 bcm_enet_set_flow(priv, rx_pause_en, tx_pause_en); in bcm_enet_adjust_phy_link()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c1513 u16 tx_pause_en, in bnx2x_set_xumac_nig() argument
1523 NIG_REG_P0_MAC_PAUSE_OUT_EN, tx_pause_en); in bnx2x_set_xumac_nig()