stopped_tx       1426 drivers/net/ethernet/freescale/ucc_geth.c 	uccf->stopped_tx = 1;
stopped_tx       1473 drivers/net/ethernet/freescale/ucc_geth.c 	uccf->stopped_tx = 0;
stopped_tx       1513 drivers/net/ethernet/freescale/ucc_geth.c 	if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx)
stopped_tx       1538 drivers/net/ethernet/freescale/ucc_geth.c 	if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx)
stopped_tx        212 drivers/soc/fsl/qe/ucc_fast.c 	uccf->stopped_tx = 0;
stopped_tx        188 include/soc/fsl/qe/ucc_fast.h 	int stopped_tx;		/* Whether channel has been stopped for Tx
stopped_tx        191 include/soc/fsl/qe/ucc_slow.h 	int stopped_tx;		/* Whether channel has been stopped for Tx