Searched refs:tx_pause_en (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_gmac.c | 239 u32 tx_pause_en) in hns_gmac_pause_frm_cfg() argument 246 dsaf_set_bit(pause_en, GMAC_PAUSE_EN_TX_FDFC_B, !!tx_pause_en); in hns_gmac_pause_frm_cfg() 251 u32 *tx_pause_en) in hns_gmac_get_pausefrm_cfg() argument 259 *tx_pause_en = dsaf_get_bit(pause_en, GMAC_PAUSE_EN_TX_FDFC_B); in hns_gmac_get_pausefrm_cfg() 546 mac_info->tx_pause_en = tx_pause; in hns_gmac_get_info()
|
D | hns_dsaf_mac.h | 201 u8 tx_pause_en; member
|
D | hns_dsaf_xgmac.c | 460 mac_info->tx_pause_en = dsaf_get_bit(pause_ctrl, XGMAC_PAUSE_CTL_TX_B); in hns_xgmac_get_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 448 epause->tx_pause = !!priv->tx_pause_en; in gfar_gpauseparam() 464 priv->rx_pause_en = priv->tx_pause_en = 0; in gfar_spauseparam() 470 priv->tx_pause_en = 1; in gfar_spauseparam() 473 priv->tx_pause_en = 1; in gfar_spauseparam() 487 if (priv->tx_pause_en) { in gfar_spauseparam()
|
D | gianfar.h | 1139 tx_pause_en:1, member
|
D | gianfar.c | 1492 if (priv->tx_pause_en) in gfar_get_flowctrl_cfg()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 796 int rx_pause_en, tx_pause_en; in bcm_enet_adjust_phy_link() local 801 tx_pause_en = 1; in bcm_enet_adjust_phy_link() 805 tx_pause_en = priv->pause_tx; in bcm_enet_adjust_phy_link() 808 tx_pause_en = 0; in bcm_enet_adjust_phy_link() 811 bcm_enet_set_flow(priv, rx_pause_en, tx_pause_en); in bcm_enet_adjust_phy_link()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 1513 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()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 46822 + priv->tx_pause_en = phy->pause; 47315 + priv->tx_pause_en = false; 47828 + priv->tx_pause_en = true; 48299 + bool tx_pause_en; 48697 + if (priv->tx_pause_en) { 48720 + if (priv->tx_pause_en) 48737 + if (pause->tx_pause != priv->tx_pause_en) { 48738 + priv->tx_pause_en = pause->tx_pause;
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 339794 + priv->tx_pause_en = phy->pause; 340287 + priv->tx_pause_en = false; 340793 + priv->tx_pause_en = true; 341264 + bool tx_pause_en; 341662 + if (priv->tx_pause_en) { 341685 + if (priv->tx_pause_en) 341702 + if (pause->tx_pause != priv->tx_pause_en) { 341703 + priv->tx_pause_en = pause->tx_pause;
|