Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h193 int stopped_rx; /* Whether channel has been stopped for Rx */ member
H A Ducc_fast.h189 int stopped_rx; /* Whether channel has been stopped for Rx */ member
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c216 uccf->stopped_rx = 0; in ucc_fast_init()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c1437 uccf->stopped_rx = 1; in ugeth_graceful_stop_rx()
1468 uccf->stopped_rx = 0; in ugeth_restart_rx()
1494 if ((mode & COMM_DIR_RX) && (!enabled_rx) && uccf->stopped_rx) in ugeth_enable()
1521 if ((mode & COMM_DIR_RX) && uccf->enabled_rx && !uccf->stopped_rx) in ugeth_disable()