Home
last modified time | relevance | path

Searched refs:enabled_rx (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/qe/
H A Duccf.c234 uccf->enabled_rx = 1; in ucc_fast_enable()
254 uccf->enabled_rx = 0; in ucc_fast_disable()
291 uccf->enabled_rx = 0; in ucc_fast_init()
H A Duccf.h106 int enabled_rx; /* whether UCC is enabled for Rx (ENR) */ member
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c108 uccf->enabled_rx = 1; in ucc_fast_enable()
129 uccf->enabled_rx = 0; in ucc_fast_disable()
214 uccf->enabled_rx = 0; in ucc_fast_init()
H A Ducc_slow.c88 uccs->enabled_rx = 1; in ucc_slow_enable()
109 uccs->enabled_rx = 0; in ucc_slow_disable()
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h190 int enabled_rx; /* Whether channel is enabled for Rx (ENR) */ member
H A Ducc_fast.h186 int enabled_rx; /* Whether channel is enabled for Rx (ENR) */ member
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c1476 int enabled_tx, enabled_rx; in ugeth_enable() local
1488 enabled_rx = uccf->enabled_rx; in ugeth_enable()
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()
1774 if (uccf->enabled_rx) in ugeth_82xx_filtering_clear_all_addr_in_hash()