Home
last modified time | relevance | path

Searched refs:tx_stopped (Results 1 – 22 of 22) sorted by relevance

/linux-6.3-rc2/drivers/tty/serial/
A Dsb1250-duart.c87 int tx_stopped; member
286 sport->tx_stopped = 1; in sbd_stop_tx()
301 sport->tx_stopped = 0; in sbd_start_tx()
492 sport->tx_stopped = 1; in sbd_startup()
506 sport->tx_stopped = 1; in sbd_shutdown()
614 if (sport->tx_stopped) in sbd_set_termios()
623 if (!sport->tx_stopped) in sbd_set_termios()
853 if (sport->tx_stopped) in sbd_console_write()
A Dzs.h29 int tx_stopped; /* Output is suspended. */ member
A Dzs.c422 zport->tx_stopped = 1; in zs_raw_stop_tx()
443 if (zport->tx_stopped) { in zs_start_tx()
445 zport->tx_stopped = 0; in zs_start_tx()
797 zport->tx_stopped = 1; in zs_startup()
1183 if (!zport->tx_stopped) in zs_console_write()
A Datmel_serial.c160 bool tx_stopped; member
460 if (atmel_port->tx_stopped) in atmel_tx_empty()
570 atmel_port->tx_stopped = true; in atmel_stop_tx()
610 atmel_port->tx_stopped = false; in atmel_start_tx()
1958 atmel_port->tx_stopped = false; in atmel_startup()
2221 atmel_port->tx_stopped = true; in atmel_set_termios()
2370 atmel_port->tx_stopped = false; in atmel_set_termios()
2611 atmel_port->tx_stopped = false; in atmel_console_write()
2680 atmel_port->tx_stopped = false; in atmel_console_setup()
/linux-6.3-rc2/include/net/
A Dkcm.h73 u32 tx_stopped : 1; member
95 u32 tx_stopped : 1; member
/linux-6.3-rc2/drivers/net/wireless/quantenna/qtnfmac/pcie/
A Dpcie_priv.h68 u8 tx_stopped; member
A Dpearl_pcie.c493 if (unlikely(priv->tx_stopped)) { in qtnf_pearl_data_tx_reclaim()
495 priv->tx_stopped = 0; in qtnf_pearl_data_tx_reclaim()
551 priv->tx_stopped = 1; in qtnf_pcie_skb_send()
A Dtopaz_pcie.c422 if (unlikely(priv->tx_stopped)) { in qtnf_topaz_data_tx_reclaim()
424 priv->tx_stopped = 0; in qtnf_topaz_data_tx_reclaim()
451 ts->base.tx_stopped = 1; in qtnf_try_stop_xmit()
A Dpcie.c343 pcie_priv->tx_stopped = 0; in qtnf_pcie_probe()
/linux-6.3-rc2/net/kcm/
A Dkcmsock.c65 if (psock->tx_stopped) { in kcm_abort_tx_psock()
70 psock->tx_stopped = 1; in kcm_abort_tx_psock()
432 if (kcm && !unlikely(kcm->tx_stopped)) in psock_write_space()
454 if (unlikely(psock->tx_stopped)) in reserve_psock()
548 if (unlikely(psock->tx_stopped)) { in unreserve_psock()
594 if (unlikely(psock && psock->tx_stopped)) { in kcm_write_msgs()
1548 if (!psock->tx_stopped) in kcm_unattach()
1819 kcm->tx_stopped = 1; in kcm_release()
A Dkcmproc.c157 if (psock->tx_stopped) in kcm_format_psock()
/linux-6.3-rc2/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge_mcp.h424 u8 tx_stopped; member
/linux-6.3-rc2/include/linux/
A Dserial_8250.h85 unsigned int tx_stopped:1; /* tx is currently stopped */ member
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_port.c625 p->em485->tx_stopped = true; in serial8250_em485_init()
628 if (p->em485->tx_stopped) in serial8250_em485_init()
1482 em485->tx_stopped = true; in serial8250_em485_handle_stop_tx()
1511 em485->tx_stopped = true; in __stop_tx_rs485()
1640 if (em485->tx_stopped) { in start_tx_rs485()
1641 em485->tx_stopped = false; in start_tx_rs485()
3416 if (em485->tx_stopped) in serial8250_console_write()
3454 if (em485->tx_stopped) in serial8250_console_write()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.h293 u64 tx_stopped; member
A Di40e.h872 u64 tx_stopped; member
A Di40e_debugfs.c316 tx_ring->tx_stats.tx_stopped); in i40e_dbg_dump_vsi_seid()
A Di40e_main.c865 u64 tx_stopped; in i40e_update_vsi_stats() local
885 tx_stopped = 0; in i40e_update_vsi_stats()
910 tx_stopped += p->tx_stats.tx_stopped; in i40e_update_vsi_stats()
955 vsi->tx_stopped = tx_stopped; in i40e_update_vsi_stats()
A Di40e_txrx.c3412 ++tx_ring->tx_stats.tx_stopped; in __i40e_maybe_stop_tx()
A Di40e_ethtool.c294 I40E_VSI_STAT("tx_stopped", tx_stopped),
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl8xxxu/
A Drtl8xxxu_core.c4921 !priv->tx_stopped) { in rtl8xxxu_alloc_tx_urb()
4922 priv->tx_stopped = true; in rtl8xxxu_alloc_tx_urb()
4944 priv->tx_stopped) { in rtl8xxxu_free_tx_urb()
4945 priv->tx_stopped = false; in rtl8xxxu_free_tx_urb()
6773 priv->tx_stopped = false; in rtl8xxxu_start()
A Drtl8xxxu.h1456 bool tx_stopped; member

Completed in 100 milliseconds