| /linux/drivers/tty/serial/ |
| H A D | sb1250-duart.c | 87 int tx_stopped; member 286 sport->tx_stopped = 1; in sbd_stop_tx() 301 sport->tx_stopped = 0; in sbd_start_tx() 494 sport->tx_stopped = 1; in sbd_startup() 508 sport->tx_stopped = 1; in sbd_shutdown() 616 if (sport->tx_stopped) in sbd_set_termios() 625 if (!sport->tx_stopped) in sbd_set_termios() 855 if (sport->tx_stopped) in sbd_console_write()
|
| H A D | zs.c | 422 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() 799 zport->tx_stopped = 1; in zs_startup() 1185 if (!zport->tx_stopped) in zs_console_write()
|
| H A D | zs.h | 29 int tx_stopped; /* Output is suspended. */ member
|
| H A D | atmel_serial.c | 161 bool tx_stopped; member 461 if (atmel_port->tx_stopped) in atmel_tx_empty() 571 atmel_port->tx_stopped = true; in atmel_stop_tx() 611 atmel_port->tx_stopped = false; in atmel_start_tx() 1939 atmel_port->tx_stopped = false; in atmel_startup() 2202 atmel_port->tx_stopped = true; in atmel_set_termios() 2351 atmel_port->tx_stopped = false; in atmel_set_termios() 2586 atmel_port->tx_stopped = false; in atmel_console_write() 2655 atmel_port->tx_stopped = false; in atmel_console_setup()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A D | pcie_priv.h | 68 u8 tx_stopped; member
|
| H A D | pearl_pcie.c | 493 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()
|
| H A D | topaz_pcie.c | 422 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()
|
| H A D | pcie.c | 343 pcie_priv->tx_stopped = 0; in qtnf_pcie_probe()
|
| /linux/include/net/ |
| H A D | kcm.h | 95 u32 tx_stopped : 1; member
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 66 if (psock->tx_stopped) { in kcm_abort_tx_psock() 71 psock->tx_stopped = 1; in kcm_abort_tx_psock() 455 if (unlikely(psock->tx_stopped)) in reserve_psock() 549 if (unlikely(psock->tx_stopped)) { in unreserve_psock() 593 if (unlikely(psock && psock->tx_stopped)) { in kcm_write_msgs() 1454 if (!psock->tx_stopped) in kcm_unattach()
|
| H A D | kcmproc.c | 157 if (psock->tx_stopped) in kcm_format_psock()
|
| /linux/drivers/net/ethernet/myricom/myri10ge/ |
| H A D | myri10ge_mcp.h | 424 u8 tx_stopped; member
|
| /linux/include/linux/ |
| H A D | serial_8250.h | 105 unsigned int tx_stopped:1; /* tx is currently stopped */ member
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 568 p->em485->tx_stopped = true; in serial8250_em485_init() 571 if (p->em485->tx_stopped) in serial8250_em485_init() 1328 em485->tx_stopped = true; in serial8250_em485_handle_stop_tx() 1358 em485->tx_stopped = true; in __stop_tx_rs485() 1487 if (em485->tx_stopped) { in start_tx_rs485() 1488 em485->tx_stopped = false; in start_tx_rs485() 3331 if (em485->tx_stopped) in serial8250_console_write() 3369 if (em485->tx_stopped) in serial8250_console_write()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_txrx.h | 297 u64 tx_stopped; member
|
| H A D | i40e.h | 842 u64 tx_stopped; member
|
| H A D | i40e_debugfs.c | 258 tx_ring->tx_stats.tx_stopped); in i40e_dbg_dump_vsi_seid()
|
| H A D | i40e_main.c | 883 u64 tx_stopped; in i40e_update_vsi_stats() local 903 tx_stopped = 0; in i40e_update_vsi_stats() 928 tx_stopped += p->tx_stats.tx_stopped; in i40e_update_vsi_stats() 973 vsi->tx_stopped = tx_stopped; in i40e_update_vsi_stats()
|
| H A D | i40e_txrx.c | 3462 ++tx_ring->tx_stats.tx_stopped; in __i40e_maybe_stop_tx()
|
| H A D | i40e_ethtool.c | 297 I40E_VSI_STAT("tx_stopped", tx_stopped),
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | core.c | 5082 !priv->tx_stopped) { in rtl8xxxu_alloc_tx_urb() 5083 priv->tx_stopped = true; in rtl8xxxu_alloc_tx_urb() 5105 priv->tx_stopped) { in rtl8xxxu_free_tx_urb() 5106 priv->tx_stopped = false; in rtl8xxxu_free_tx_urb() 7398 priv->tx_stopped = false; in rtl8xxxu_start()
|
| H A D | rtl8xxxu.h | 1800 bool tx_stopped; member
|