Searched refs:tx_pause_en (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_gmac.c | 237 u32 tx_pause_en) in hns_gmac_pause_frm_cfg() argument 244 dsaf_set_bit(pause_en, GMAC_PAUSE_EN_TX_FDFC_B, !!tx_pause_en); in hns_gmac_pause_frm_cfg() 249 u32 *tx_pause_en) in hns_gmac_get_pausefrm_cfg() argument 257 *tx_pause_en = dsaf_get_bit(pause_en, GMAC_PAUSE_EN_TX_FDFC_B); in hns_gmac_get_pausefrm_cfg() 544 mac_info->tx_pause_en = tx_pause; in hns_gmac_get_info()
|
D | hns_dsaf_mac.h | 205 u8 tx_pause_en; member
|
D | hns_dsaf_xgmac.c | 463 mac_info->tx_pause_en = dsaf_get_bit(pause_ctrl, XGMAC_PAUSE_CTL_TX_B); in hns_xgmac_get_info()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 497 epause->tx_pause = !!priv->tx_pause_en; in gfar_gpauseparam() 516 priv->rx_pause_en = priv->tx_pause_en = 0; in gfar_spauseparam() 521 priv->tx_pause_en = 1; in gfar_spauseparam() 527 priv->tx_pause_en = 1; in gfar_spauseparam() 556 if (priv->tx_pause_en) { in gfar_spauseparam()
|
D | gianfar.h | 1175 tx_pause_en:1, member
|
D | gianfar.c | 3647 if (priv->tx_pause_en) in gfar_get_flowctrl_cfg()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 809 int rx_pause_en, tx_pause_en; in bcm_enet_adjust_phy_link() local 814 tx_pause_en = 1; in bcm_enet_adjust_phy_link() 818 tx_pause_en = priv->pause_tx; in bcm_enet_adjust_phy_link() 821 tx_pause_en = 0; in bcm_enet_adjust_phy_link() 824 bcm_enet_set_flow(priv, rx_pause_en, tx_pause_en); in bcm_enet_adjust_phy_link()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 1517 u16 tx_pause_en, in bnx2x_set_xumac_nig() argument 1527 NIG_REG_P0_MAC_PAUSE_OUT_EN, tx_pause_en); in bnx2x_set_xumac_nig()
|