/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_mm.c | 66 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/sound/soc/xtensa/ |
H A D | xtfpga-i2s.c | 159 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()
|
/linux/drivers/net/can/mscan/ |
H A D | mscan.c | 53 if (priv->tx_active) { in mscan_set_mode() 55 out_8(®s->cantarq, priv->tx_active); in mscan_set_mode() 132 priv->tx_active = 0; in mscan_start() 193 i = ~priv->tx_active & MSCAN_TXE; in mscan_start_xmit() 270 priv->tx_active |= 1 << buf_id; in mscan_start_xmit() 271 out_8(®s->cantier, priv->tx_active); in mscan_start_xmit() 448 priv->tx_active &= ~mask; in mscan_isr() 463 out_8(®s->cantier, priv->tx_active); in mscan_isr()
|
H A D | mscan.h | 281 u8 tx_active; member
|
/linux/drivers/net/ethernet/apple/ |
H A D | mace.c | 60 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/include/rdma/ |
H A D | opa_port_info.h | 301 __be16 tx_active; member
|
/linux/drivers/tty/ |
H A D | synclink_gt.c | 282 bool tx_active; member 852 while (info->tx_active) { in wait_until_sent() 870 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room() 1227 info->tx_active,info->bh_requested,info->bh_running, in line_info() 2070 if (info->tx_active) in isr_serial() 2208 if (info->tx_active) { in isr_txeom() 2221 info->tx_active = false; in isr_txeom() 3950 info->tx_active = true; in tx_start() 3974 info->tx_active = false; in tx_stop() 4760 if (info->tx_active) in tbuf_bytes() [all …]
|
/linux/sound/soc/samsung/ |
H A D | i2s.c | 143 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function 171 return tx_active(other); in other_tx_active() 177 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active() 216 return tx_active(i2s) || rx_active(i2s); in this_active()
|
/linux/net/ethtool/ |
H A D | mm.c | 132 nla_put_u8(skb, ETHTOOL_A_MM_TX_ACTIVE, state->tx_active) || in mm_fill_reply()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.h | 105 u8 tx_active; member
|
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.c | 612 unsigned int tx_active; in t7xx_cldma_qs_are_active() local 618 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_qs_are_active() 621 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 1293 state->tx_active = true; in stmmac_get_mm() 1295 state->tx_active = false; in stmmac_get_mm()
|
/linux/include/linux/ |
H A D | ethtool.h | 628 bool tx_active; member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.h | 118 u8 tx_active; member
|
/linux/drivers/usb/serial/ |
H A D | io_ti.c | 524 static int tx_active(struct edgeport_port *port) in tx_active() function 2115 ret = tx_active(edge_port); in edge_tx_empty()
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-ethtool.c | 818 state->tx_active = state->tx_enabled && in am65_cpsw_get_mm()
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 757 bool tx_active; member
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 986 state->tx_active = state->tx_enabled && in enetc_get_mm()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()
|