Searched refs:tx_active (Results 1 – 11 of 11) 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 …]
281 u8 tx_active; member
136 bool tx_active;348 is_full_duplex = ssi->dup.tx_active && ssi->dup.rx_active; in rz_ssi_start() 800 ssi->dup.tx_active = true; in rz_ssi_dma_request() 813 ssi->dup.tx_active = false; in rz_ssi_dma_request() 139 bool tx_active; global() member
144 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() 172 return tx_active(other); in other_tx_active() 178 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active() 217 return tx_active(i2s) || rx_active(i2s); in this_active() 143 static inline bool tx_active(struct i2s_dai *i2s) tx_active() function
749 bool tx_active; member824 void (*configure_tx)(struct ethtool_mmsv *mmsv, bool tx_active);
114 u8 tx_active; member
610 unsigned int tx_active; in t7xx_cldma_qs_are_active() local616 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()
116 u8 tx_active; member
522 static int tx_active(struct edgeport_port *port) in tx_active() function2129 ret = tx_active(edge_port); in edge_tx_empty()
1347 state->tx_active = state->tx_enabled && in enetc_get_mm()