Searched refs:enabled_tx (Results 1 – 5 of 5) sorted by relevance
107 uccf->enabled_tx = 1; in ucc_fast_enable()128 uccf->enabled_tx = 0; in ucc_fast_disable()214 uccf->enabled_tx = 0; in ucc_fast_init()
88 uccs->enabled_tx = 1; in ucc_slow_enable()109 uccs->enabled_tx = 0; in ucc_slow_disable()
193 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
184 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
1499 int enabled_tx, enabled_rx; in ugeth_enable() local1510 enabled_tx = uccf->enabled_tx; in ugeth_enable()1515 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx) in ugeth_enable()1540 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx) in ugeth_disable()1805 if (uccf->enabled_tx) in ugeth_82xx_filtering_clear_all_addr_in_hash()