Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpcie_priv.h68 u8 tx_stopped; member
H 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()
/linux/drivers/tty/serial/
H A Dzs.h29 int tx_stopped; /* Output is suspended. */ member
H A Dzs.c421 zport->tx_stopped = 1; in zs_raw_stop_tx()
442 if (zport->tx_stopped) { in zs_start_tx()
444 zport->tx_stopped = 0; in zs_start_tx()
798 zport->tx_stopped = 1; in zs_startup()
1165 if (!zport->tx_stopped) in zs_console_write()
/linux/include/net/
H A Dkcm.h95 u32 tx_stopped : 1; member
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h424 u8 tx_stopped; member
/linux/net/kcm/
H A Dkcmsock.c68 if (psock->tx_stopped) { in kcm_abort_tx_psock()
73 psock->tx_stopped = 1; in kcm_abort_tx_psock()
459 if (unlikely(psock->tx_stopped)) in reserve_psock()
553 if (unlikely(psock->tx_stopped)) { in unreserve_psock()
597 if (unlikely(psock && psock->tx_stopped)) { in kcm_write_msgs()
1455 if (!psock->tx_stopped) in kcm_unattach()
H A Dkcmproc.c157 if (psock->tx_stopped) in kcm_format_psock()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h297 u64 tx_stopped; member
H A Di40e.h842 u64 tx_stopped; member
H A Di40e_debugfs.c258 tx_ring->tx_stats.tx_stopped); in i40e_dbg_dump_vsi_seid()
H A Di40e_main.c886 u64 tx_stopped; in i40e_update_vsi_stats() local
906 tx_stopped = 0; in i40e_update_vsi_stats()
931 tx_stopped += p->tx_stats.tx_stopped; in i40e_update_vsi_stats()
976 vsi->tx_stopped = tx_stopped; in i40e_update_vsi_stats()
H A Di40e_txrx.c3462 ++tx_ring->tx_stats.tx_stopped; in __i40e_maybe_stop_tx()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5118 !priv->tx_stopped) { in rtl8xxxu_alloc_tx_urb()
5119 priv->tx_stopped = true; in rtl8xxxu_alloc_tx_urb()
5141 priv->tx_stopped) { in rtl8xxxu_free_tx_urb()
5142 priv->tx_stopped = false; in rtl8xxxu_free_tx_urb()
7445 priv->tx_stopped = false; in rtl8xxxu_start()