Searched refs:tx_active (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_mm.c66 ocelot_port->speed == SPEED_1000) && mm->tx_active)
82 mm->tx_active ? "active" : "inactive", mm->preemptible_tcs,
126 mm->tx_active = !!(val & DEV_MM_STAT_MM_STATUS_PRMPT_ACTIVE_STATUS);
129 port, mm->tx_active ? "active" : "inactive");
223 WARN_ON(mm->tx_active);
264 state->tx_active = mm->tx_active;
/linux-master/drivers/net/can/mscan/
H A Dmscan.c59 if (priv->tx_active) {
61 out_8(&regs->cantarq, priv->tx_active);
138 priv->tx_active = 0;
199 i = ~priv->tx_active & MSCAN_TXE;
276 priv->tx_active |= 1 << buf_id;
277 out_8(&regs->cantier, priv->tx_active);
454 priv->tx_active &= ~mask;
469 out_8(&regs->cantier, priv->tx_active);
H A Dmscan.h281 u8 tx_active; member in struct:mscan_priv
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c60 unsigned char tx_active; member in struct:mace_data
490 mp->tx_active = 0;
571 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) {
575 ++mp->tx_active;
772 --mp->tx_active;
786 i += mp->tx_active;
789 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
795 ++mp->tx_active;
798 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
819 if (mp->tx_active
[all...]
/linux-master/sound/soc/xtensa/
H A Dxtfpga-i2s.c159 bool tx_active; local
163 tx_active = tx_substream && snd_pcm_running(tx_substream);
164 if (tx_active) {
173 return tx_active;
185 bool tx_active = xtfpga_pcm_push_tx(i2s); local
189 if (tx_active)
193 if (!tx_active ||
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c110 bool tx_active; member in struct:pi433_device
422 retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active);
456 if (!dev->tx_active)
653 device->tx_active = true;
760 device->tx_active = false;
1120 ret = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active);
1205 device->tx_active = false;
/linux-master/include/rdma/
H A Dopa_port_info.h301 __be16 tx_active; member in struct:opa_port_info::__anon1392
/linux-master/net/ethtool/
H A Dmm.c132 nla_put_u8(skb, ETHTOOL_A_MM_TX_ACTIVE, state->tx_active) ||
/linux-master/drivers/tty/
H A Dsynclink_gt.c281 bool tx_active; member in struct:slgt_info
851 while (info->tx_active) {
869 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1226 info->tx_active,info->bh_requested,info->bh_running,
2069 if (info->tx_active)
2207 if (info->tx_active) {
2220 info->tx_active = false;
3949 info->tx_active = true;
3973 info->tx_active = false;
4759 if (info->tx_active)
[all...]
/linux-master/sound/soc/samsung/
H A Di2s.c143 static inline bool tx_active(struct i2s_dai *i2s) function
171 return tx_active(other);
177 return tx_active(i2s) || other_tx_active(i2s);
216 return tx_active(i2s) || rx_active(i2s);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h105 u8 tx_active; member in struct:mt7915_mcu_rdd_report::__anon2086
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c612 unsigned int tx_active; local
618 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX);
621 return tx_active || rx_active;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h118 u8 tx_active; member in struct:mt7996_mcu_rdd_report::__anon1430
/linux-master/include/linux/
H A Dethtool.h532 * @tx_active:
563 bool tx_active; member in struct:ethtool_mm_state
/linux-master/include/soc/mscc/
H A Docelot.h757 bool tx_active; member in struct:ocelot_mm_state
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c810 state->tx_active = state->tx_enabled &&
/linux-master/drivers/usb/serial/
H A Dio_ti.c524 static int tx_active(struct edgeport_port *port) function
2115 ret = tx_active(edge_port);
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c999 state->tx_active = state->tx_enabled &&
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c811 pi->link_width_downgrade.tx_active =

Completed in 294 milliseconds