Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duccf.c230 uccf->enabled_tx = 1; in ucc_fast_enable()
250 uccf->enabled_tx = 0; in ucc_fast_disable()
290 uccf->enabled_tx = 0; in ucc_fast_init()
H A Duccf.h105 int enabled_tx; /* whether UCC is enabled for Tx (ENT) */ member
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c104 uccf->enabled_tx = 1; in ucc_fast_enable()
125 uccf->enabled_tx = 0; in ucc_fast_disable()
213 uccf->enabled_tx = 0; in ucc_fast_init()
H A Ducc_slow.c84 uccs->enabled_tx = 1; in ucc_slow_enable()
105 uccs->enabled_tx = 0; in ucc_slow_disable()
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h189 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
H A Ducc_fast.h185 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c1476 int enabled_tx, enabled_rx; in ugeth_enable() local
1487 enabled_tx = uccf->enabled_tx; in ugeth_enable()
1492 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx) in ugeth_enable()
1517 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx) in ugeth_disable()
1772 if (uccf->enabled_tx) in ugeth_82xx_filtering_clear_all_addr_in_hash()