Home
last modified time | relevance | path

Searched refs:stopped_tx (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/soc/fsl/qe/
Ducc_slow.h195 int stopped_tx; /* Whether channel has been stopped for Tx member
Ducc_fast.h186 int stopped_tx; /* Whether channel has been stopped for Tx member
/Linux-v4.19/drivers/soc/fsl/qe/
Ducc_fast.c216 uccf->stopped_tx = 0; in ucc_fast_init()
/Linux-v4.19/drivers/net/ethernet/freescale/
Ducc_geth.c1428 uccf->stopped_tx = 1; in ugeth_graceful_stop_tx()
1475 uccf->stopped_tx = 0; in ugeth_restart_tx()
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()