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/net/ethtool/
H A Dmm.c133 nla_put_u8(skb, ETHTOOL_A_MM_TX_ACTIVE, state->tx_active) || in mm_fill_reply()
288 bool tx_active) in ethtool_mmsv_configure_tx() argument
291 mmsv->ops->configure_tx(mmsv, tx_active); in ethtool_mmsv_configure_tx()
501 state->tx_active = ethtool_mmsv_is_tx_active(mmsv); in ethtool_mmsv_get_mm()
/linux/sound/soc/renesas/
H A Drz-ssi.c139 bool tx_active; member
351 is_full_duplex = ssi->dup.tx_active && ssi->dup.rx_active; in rz_ssi_start()
960 ssi->dup.tx_active = true; in rz_ssi_startup()
973 ssi->dup.tx_active = false; in rz_ssi_shutdown()
/linux/include/rdma/
H A Dopa_port_info.h301 __be16 tx_active; member
/linux/drivers/net/can/mscan/
H A Dmscan.h281 u8 tx_active; member
/linux/drivers/tty/
H A Dsynclink_gt.c282 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/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/usb/serial/
H A Dio_ti.c524 static int tx_active(struct edgeport_port *port) in tx_active() function
2114 ret = tx_active(edge_port); in edge_tx_empty()
/linux/include/soc/mscc/
H A Docelot.h757 bool tx_active; member
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()