Home
last modified time | relevance | path

Searched refs:enabled_tx (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H A Ducc_fast.c104 uccf->enabled_tx = 1; in ucc_fast_enable()
125 uccf->enabled_tx = 0; in ucc_fast_disable()
213 uccf->enabled_tx = 0; in ucc_fast_init()
H A Ducc_slow.c84 uccs->enabled_tx = 1; in ucc_slow_enable()
105 uccs->enabled_tx = 0; in ucc_slow_disable()
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H A Ducc_fast.c104 uccf->enabled_tx = 1; in ucc_fast_enable()
125 uccf->enabled_tx = 0; in ucc_fast_disable()
213 uccf->enabled_tx = 0; in ucc_fast_init()
H A Ducc_slow.c84 uccs->enabled_tx = 1; in ucc_slow_enable()
105 uccs->enabled_tx = 0; in ucc_slow_disable()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Ducc_fast.h186 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
H A Ducc_slow.h189 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Ducc_fast.h185 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
H A Ducc_slow.h189 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Ducc_geth.c1496 int enabled_tx, enabled_rx; in ugeth_enable() local
1507 enabled_tx = uccf->enabled_tx; in ugeth_enable()
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()
1792 if (uccf->enabled_tx) in ugeth_82xx_filtering_clear_all_addr_in_hash()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Ducc_geth.c1476 int enabled_tx, enabled_rx; in ugeth_enable() local
1487 enabled_tx = uccf->enabled_tx; in ugeth_enable()
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()
1772 if (uccf->enabled_tx) in ugeth_82xx_filtering_clear_all_addr_in_hash()

Completed in 18 milliseconds