Home
last modified time | relevance | path

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

/linux/include/net/
H A Dkcm.h74 u32 tx_stopped : 1; member
96 u32 tx_stopped : 1; member
/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()
H 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()
/linux/net/kcm/
H 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()
592 if (unlikely(psock && psock->tx_stopped)) { in kcm_write_msgs()
1432 if (!psock->tx_stopped) in kcm_unattach()
1695 kcm->tx_stopped = 1; in kcm_release()
H A Dkcmproc.c157 if (psock->tx_stopped) in kcm_format_psock()
/linux/drivers/tty/serial/
H A Dzs.h29 int tx_stopped; /* Output is suspended. */ member
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h424 u8 tx_stopped; member
/linux/include/linux/
H A Dserial_8250.h105 unsigned int tx_stopped:1; /* tx is currently stopped */ member
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h296 u64 tx_stopped; member
H A Di40e_main.c875 u64 tx_stopped; in i40e_update_vsi_stats() local
895 tx_stopped = 0; in i40e_update_vsi_stats()
920 tx_stopped += p->tx_stats.tx_stopped; in i40e_update_vsi_stats()
965 vsi->tx_stopped = tx_stopped; in i40e_update_vsi_stats()
H A Di40e_txrx.c3464 ++tx_ring->tx_stats.tx_stopped; in __i40e_maybe_stop_tx()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h1800 bool tx_stopped; member