Searched refs:tx_active (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/ethernet/mscc/ |
| A D | ocelot_mm.c | 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()
|
| /drivers/net/can/mscan/ |
| A D | mscan.c | 53 if (priv->tx_active) { in mscan_set_mode() 55 out_8(®s->cantarq, priv->tx_active); in mscan_set_mode() 132 priv->tx_active = 0; in mscan_start() 193 i = ~priv->tx_active & MSCAN_TXE; in mscan_start_xmit() 270 priv->tx_active |= 1 << buf_id; in mscan_start_xmit() 271 out_8(®s->cantier, priv->tx_active); in mscan_start_xmit() 448 priv->tx_active &= ~mask; in mscan_isr() 463 out_8(®s->cantier, priv->tx_active); in mscan_isr()
|
| A D | mscan.h | 281 u8 tx_active; member
|
| /drivers/net/ethernet/apple/ |
| A D | mace.c | 60 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() 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() 842 mp->tx_active = 0; in mace_tx_timeout() [all …]
|
| /drivers/tty/ |
| A D | synclink_gt.c | 282 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 …]
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mcu.h | 105 u8 tx_active; member
|
| /drivers/net/wwan/t7xx/ |
| A D | t7xx_hif_cldma.c | 612 unsigned int tx_active; in t7xx_cldma_qs_are_active() local 618 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_qs_are_active() 621 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mcu.h | 118 u8 tx_active; member
|
| /drivers/usb/serial/ |
| A D | io_ti.c | 524 static int tx_active(struct edgeport_port *port) in tx_active() function 2115 ret = tx_active(edge_port); in edge_tx_empty()
|
| /drivers/net/ethernet/ti/ |
| A D | am65-cpsw-ethtool.c | 818 state->tx_active = state->tx_enabled && in am65_cpsw_get_mm()
|
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_ethtool.c | 1037 state->tx_active = state->tx_enabled && in enetc_get_mm()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | mad.c | 811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()
|
Completed in 51 milliseconds