Home
last modified time | relevance | path

Searched refs:tx_active (Results 1 – 10 of 10) 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.c137 bool tx_active; member
338 is_full_duplex = ssi->dup.tx_active && ssi->dup.rx_active; in rz_ssi_start()
930 ssi->dup.tx_active = true; in rz_ssi_startup()
943 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/include/linux/
H A Dethtool.h700 bool tx_active; member
775 void (*configure_tx)(struct ethtool_mmsv *mmsv, bool tx_active);
/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()
/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()