Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qe/
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()
A Ducc_slow.c84 uccs->enabled_tx = 1; in ucc_slow_enable()
105 uccs->enabled_tx = 0; in ucc_slow_disable()
/linux/include/soc/fsl/qe/
A Ducc_fast.h185 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
A Ducc_slow.h189 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
/linux/drivers/net/ethernet/freescale/
A Ducc_geth.c1475 int enabled_tx, enabled_rx; in ugeth_enable() local
1486 enabled_tx = uccf->enabled_tx; in ugeth_enable()
1491 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx) in ugeth_enable()
1516 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx) in ugeth_disable()
1771 if (uccf->enabled_tx) in ugeth_82xx_filtering_clear_all_addr_in_hash()

Completed in 15 milliseconds