Searched refs:tx_active (Results 1 – 10 of 10) sorted by relevance
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()
60 unsigned char tx_active; member490 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 …]
133 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() argument291 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()
137 bool tx_active; member338 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()
301 __be16 tx_active; member
281 u8 tx_active; member
700 bool tx_active; member775 void (*configure_tx)(struct ethtool_mmsv *mmsv, bool tx_active);
524 static int tx_active(struct edgeport_port *port) in tx_active() function2115 ret = tx_active(edge_port); in edge_tx_empty()
757 bool tx_active; member
811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()