Home
last modified time | relevance | path

Searched refs:stopped_tx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Ducc_fast.h188 int stopped_tx; /* Whether channel has been stopped for Tx member
H A Ducc_slow.h191 int stopped_tx; /* Whether channel has been stopped for Tx member
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Ducc_fast.h187 int stopped_tx; /* Whether channel has been stopped for Tx member
H A Ducc_slow.h191 int stopped_tx; /* Whether channel has been stopped for Tx member
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H A Ducc_fast.c215 uccf->stopped_tx = 0; in ucc_fast_init()
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H A Ducc_fast.c215 uccf->stopped_tx = 0; in ucc_fast_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Ducc_geth.c1425 uccf->stopped_tx = 1; in ugeth_graceful_stop_tx()
1472 uccf->stopped_tx = 0; in ugeth_restart_tx()
1512 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx) in ugeth_enable()
1537 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx) in ugeth_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Ducc_geth.c1405 uccf->stopped_tx = 1; in ugeth_graceful_stop_tx()
1452 uccf->stopped_tx = 0; in ugeth_restart_tx()
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()

Completed in 14 milliseconds