Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/sound/soc/xtensa/
H A Dxtfpga-i2s.c159 bool tx_active; in xtfpga_pcm_push_tx() local
163 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()
164 if (tx_active) { in xtfpga_pcm_push_tx()
173 return tx_active; in xtfpga_pcm_push_tx()
185 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local
189 if (tx_active) in xtfpga_pcm_refill_fifo()
193 if (!tx_active || in xtfpga_pcm_refill_fifo()
/openbmc/linux/drivers/net/can/mscan/
H A Dmscan.c59 if (priv->tx_active) { in mscan_set_mode()
61 out_8(&regs->cantarq, priv->tx_active); in mscan_set_mode()
138 priv->tx_active = 0; in mscan_start()
199 i = ~priv->tx_active & MSCAN_TXE; in mscan_start_xmit()
276 priv->tx_active |= 1 << buf_id; in mscan_start_xmit()
277 out_8(&regs->cantier, priv->tx_active); in mscan_start_xmit()
454 priv->tx_active &= ~mask; in mscan_isr()
469 out_8(&regs->cantier, priv->tx_active); in mscan_isr()
H A Dmscan.h281 u8 tx_active; member
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.c60 unsigned char tx_active; member
492 mp->tx_active = 0; in mace_open()
573 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
577 ++mp->tx_active; in mace_xmit_start()
774 --mp->tx_active; in mace_interrupt()
788 i += mp->tx_active; in mace_interrupt()
797 ++mp->tx_active; in mace_interrupt()
800 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
821 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout()
844 mp->tx_active = 0; in mace_tx_timeout()
[all …]
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c115 emc->tx_active = false; in emc_reset()
290 emc->tx_active = false; in emc_halt_tx()
753 emc->tx_active = true; in npcm7xx_emc_write()
755 while (emc->tx_active) { in npcm7xx_emc_write()
843 VMSTATE_BOOL(tx_active, NPCM7xxEMCState),
/openbmc/linux/drivers/staging/pi433/
H A Dpi433_if.c106 bool tx_active; member
418 retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); in pi433_receive()
452 if (!dev->tx_active) in pi433_receive()
649 device->tx_active = true; in pi433_tx_thread()
756 device->tx_active = false; in pi433_tx_thread()
1116 ret = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); in pi433_debugfs_regs_show()
1201 device->tx_active = false; in pi433_probe()
/openbmc/qemu/include/hw/net/
H A Dnpcm7xx_emc.h271 bool tx_active; member
/openbmc/linux/include/rdma/
H A Dopa_port_info.h301 __be16 tx_active; member
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c281 bool tx_active; member
851 while (info->tx_active) { in wait_until_sent()
869 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1226 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2069 if (info->tx_active) in isr_serial()
2207 if (info->tx_active) { in isr_txeom()
2220 info->tx_active = false; in isr_txeom()
3949 info->tx_active = true; in tx_start()
3973 info->tx_active = false; in tx_stop()
4759 if (info->tx_active) in tbuf_bytes()
[all …]
/openbmc/linux/net/ethtool/
H A Dmm.c132 nla_put_u8(skb, ETHTOOL_A_MM_TX_ACTIVE, state->tx_active) || in mm_fill_reply()
/openbmc/linux/sound/soc/samsung/
H A Di2s.c145 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function
173 return tx_active(other); in other_tx_active()
179 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
218 return tx_active(i2s) || rx_active(i2s); in this_active()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c614 unsigned int tx_active; in t7xx_cldma_qs_are_active() local
620 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_qs_are_active()
623 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h105 u8 tx_active; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h96 u8 tx_active; member
/openbmc/linux/include/linux/
H A Dethtool.h549 bool tx_active; member
/openbmc/linux/drivers/usb/serial/
H A Dio_ti.c524 static int tx_active(struct edgeport_port *port) in tx_active() function
2115 ret = tx_active(edge_port); in edge_tx_empty()
/openbmc/linux/include/soc/mscc/
H A Docelot.h757 bool tx_active; member
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c996 state->tx_active = state->tx_enabled && in enetc_get_mm()
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h5305 __u32 tx_active:1; member
5317 __u8 tx_active; member
H A Dethtool-user.c5991 dst->_present.tx_active = 1; in ethtool_mm_get_rsp_parse()
5992 dst->tx_active = mnl_attr_get_u8(attr); in ethtool_mm_get_rsp_parse()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()