/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/ |
H A D | mac.c | 91 data |= TX_EN | RX_EN; in xge_mac_enable() 102 data &= ~(TX_EN | RX_EN); in xge_mac_disable()
|
H A D | mac.h | 33 #define TX_EN BIT(0) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene-v2/ |
H A D | mac.c | 91 data |= TX_EN | RX_EN; in xge_mac_enable() 102 data &= ~(TX_EN | RX_EN); in xge_mac_disable()
|
H A D | mac.h | 33 #define TX_EN BIT(0) macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/ |
H A D | nb8800.h | 29 #define TX_EN BIT(0) macro
|
H A D | nb8800.c | 169 nb8800_modb(priv, NB8800_TX_CTL1, TX_EN, enable); in nb8800_mac_tx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_sgmac.c | 424 xgene_sgmac_rxtx(p, TX_EN, true); in xgene_sgmac_tx_enable() 434 xgene_sgmac_rxtx(p, TX_EN, false); in xgene_sgmac_tx_disable()
|
H A D | xgene_enet_hw.c | 664 xgene_enet_wr_mac(pdata, MAC_CONFIG_1_ADDR, data | TX_EN); in xgene_gmac_tx_enable() 680 xgene_enet_wr_mac(pdata, MAC_CONFIG_1_ADDR, data & ~TX_EN); in xgene_gmac_tx_disable()
|
H A D | xgene_enet_hw.h | 210 #define TX_EN BIT(0) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_sgmac.c | 424 xgene_sgmac_rxtx(p, TX_EN, true); in xgene_sgmac_tx_enable() 434 xgene_sgmac_rxtx(p, TX_EN, false); in xgene_sgmac_tx_disable()
|
H A D | xgene_enet_hw.c | 664 xgene_enet_wr_mac(pdata, MAC_CONFIG_1_ADDR, data | TX_EN); in xgene_gmac_tx_enable() 680 xgene_enet_wr_mac(pdata, MAC_CONFIG_1_ADDR, data & ~TX_EN); in xgene_gmac_tx_disable()
|
H A D | xgene_enet_hw.h | 210 #define TX_EN BIT(0) macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | thunder_bgx.h | 145 #define TX_EN BIT_ULL(1) macro
|
H A D | thunder_bgx.c | 477 pfc->fc_tx = cfg & TX_EN; in bgx_lmac_get_pfc() 496 cfg &= ~(RX_EN | TX_EN); in bgx_lmac_set_pfc() 498 cfg |= (pfc->fc_tx ? TX_EN : 0x00); in bgx_lmac_set_pfc() 833 BCK_EN | DRP_EN | TX_EN | RX_EN)); in bgx_lmac_xaui_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | thunder_bgx.h | 145 #define TX_EN BIT_ULL(1) macro
|
H A D | thunder_bgx.c | 477 pfc->fc_tx = cfg & TX_EN; in bgx_lmac_get_pfc() 496 cfg &= ~(RX_EN | TX_EN); in bgx_lmac_set_pfc() 498 cfg |= (pfc->fc_tx ? TX_EN : 0x00); in bgx_lmac_set_pfc() 830 BCK_EN | DRP_EN | TX_EN | RX_EN)); in bgx_lmac_xaui_init()
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_defs.h | 111 TX_EN = (1U << 16), /* Enable TX */ enumerator
|
H A D | mv_64xx.c | 389 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init()
|
H A D | mv_94xx.c | 529 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init()
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_defs.h | 112 TX_EN = (1U << 16), /* Enable TX */ enumerator
|
H A D | mv_64xx.c | 389 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init()
|
H A D | mv_94xx.c | 529 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 576 config |= GEM_BIT(TX_EN); in macb_usx_pcs_link_up()
|