Home
last modified time | relevance | path

Searched refs:tx_active (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c66 ocelot_port->speed == SPEED_1000) && mm->tx_active) in ocelot_port_update_active_preemptible_tcs()
82 mm->tx_active ? "active" : "inactive", mm->preemptible_tcs, in ocelot_port_update_active_preemptible_tcs()
126 mm->tx_active = !!(val & DEV_MM_STAT_MM_STATUS_PRMPT_ACTIVE_STATUS); in ocelot_mm_update_port_status()
129 port, mm->tx_active ? "active" : "inactive"); in ocelot_mm_update_port_status()
223 WARN_ON(mm->tx_active); in ocelot_port_set_mm()
264 state->tx_active = mm->tx_active; in ocelot_port_get_mm()
/linux/drivers/net/ethernet/apple/
H A Dmace.c60 unsigned char tx_active; member
490 mp->tx_active = 0; in mace_open()
571 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
575 ++mp->tx_active; in mace_xmit_start()
772 --mp->tx_active; in mace_interrupt()
786 i += mp->tx_active; in mace_interrupt()
789 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
795 ++mp->tx_active; in mace_interrupt()
798 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
819 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout()
[all …]
/linux/drivers/net/can/mscan/
H A Dmscan.h281 u8 tx_active; member
/linux/sound/soc/renesas/
H A Drz-ssi.c136 bool tx_active;
348 is_full_duplex = ssi->dup.tx_active && ssi->dup.rx_active; in rz_ssi_start()
800 ssi->dup.tx_active = true; in rz_ssi_dma_request()
813 ssi->dup.tx_active = false; in rz_ssi_dma_request()
139 bool tx_active; global() member
/linux/sound/soc/samsung/
H A Di2s.c144 static inline bool tx_active(struct i2s_dai *i2s) in tx_active()
172 return tx_active(other); in other_tx_active()
178 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
217 return tx_active(i2s) || rx_active(i2s); in this_active()
143 static inline bool tx_active(struct i2s_dai *i2s) tx_active() function
/linux/include/linux/
H A Dethtool.h749 bool tx_active; member
824 void (*configure_tx)(struct ethtool_mmsv *mmsv, bool tx_active);
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h114 u8 tx_active; member
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c610 unsigned int tx_active; in t7xx_cldma_qs_are_active() local
616 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_qs_are_active()
619 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h116 u8 tx_active; member
/linux/drivers/usb/serial/
H A Dio_ti.c522 static int tx_active(struct edgeport_port *port) in tx_active() function
2129 ret = tx_active(edge_port); in edge_tx_empty()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1347 state->tx_active = state->tx_enabled && in enetc_get_mm()