Home
last modified time | relevance | path

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

/linux/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()
493 sport->tx_stopped = 1; in sbd_startup()
507 sport->tx_stopped = 1; in sbd_shutdown()
615 if (sport->tx_stopped) in sbd_set_termios()
624 if (!sport->tx_stopped) in sbd_set_termios()
854 if (sport->tx_stopped) in sbd_console_write()
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()
798 zport->tx_stopped = 1; in zs_startup()
1184 if (!zport->tx_stopped) in zs_console_write()
A Dzs.h29 int tx_stopped; /* Output is suspended. */ member
A Datmel_serial.c156 bool tx_stopped; member
457 if (atmel_port->tx_stopped) in atmel_tx_empty()
564 atmel_port->tx_stopped = true; in atmel_stop_tx()
601 atmel_port->tx_stopped = false; in atmel_start_tx()
1954 atmel_port->tx_stopped = false; in atmel_startup()
2209 atmel_port->tx_stopped = true; in atmel_set_termios()
2308 atmel_port->tx_stopped = false; in atmel_set_termios()
2559 atmel_port->tx_stopped = false; in atmel_console_write()
2639 atmel_port->tx_stopped = false; in atmel_console_setup()
/linux/include/net/
A Dkcm.h73 u32 tx_stopped : 1; member
95 u32 tx_stopped : 1; member
/linux/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/net/kcm/
A Dkcmsock.c63 if (psock->tx_stopped) { in kcm_abort_tx_psock()
68 psock->tx_stopped = 1; in kcm_abort_tx_psock()
423 if (kcm && !unlikely(kcm->tx_stopped)) in psock_write_space()
445 if (unlikely(psock->tx_stopped)) in reserve_psock()
539 if (unlikely(psock->tx_stopped)) { in unreserve_psock()
585 if (unlikely(psock && psock->tx_stopped)) { in kcm_write_msgs()
1585 if (!psock->tx_stopped) in kcm_unattach()
1855 kcm->tx_stopped = 1; in kcm_release()
A Dkcmproc.c157 if (psock->tx_stopped) in kcm_format_psock()
/linux/include/linux/
A Dserial_8250.h84 unsigned int tx_stopped:1; /* tx is currently stopped */ member
/linux/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge_mcp.h424 u8 tx_stopped; member
/linux/drivers/tty/serial/8250/
A D8250_port.c630 p->em485->tx_stopped = true; in serial8250_em485_init()
1486 em485->tx_stopped = true; in serial8250_em485_handle_stop_tx()
1514 em485->tx_stopped = true; in __stop_tx_rs485()
1620 if (em485->tx_stopped) { in start_tx_rs485()
1621 em485->tx_stopped = false; in start_tx_rs485()
3370 if (em485->tx_stopped) in serial8250_console_write()
3385 if (em485->tx_stopped) in serial8250_console_write()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
A Drtl8xxxu_core.c4702 !priv->tx_stopped) { in rtl8xxxu_alloc_tx_urb()
4703 priv->tx_stopped = true; in rtl8xxxu_alloc_tx_urb()
4725 priv->tx_stopped) { in rtl8xxxu_free_tx_urb()
4726 priv->tx_stopped = false; in rtl8xxxu_free_tx_urb()
6373 priv->tx_stopped = false; in rtl8xxxu_start()
A Drtl8xxxu.h1284 bool tx_stopped; member

Completed in 64 milliseconds