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

/linux-master/include/net/
H A Dkcm.h73 u32 tx_stopped : 1; member in struct:kcm_sock
95 u32 tx_stopped : 1; member in struct:kcm_psock
/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpcie_priv.h68 u8 tx_stopped; member in struct:qtnf_pcie_bus_priv
H A Dpearl_pcie.c493 if (unlikely(priv->tx_stopped)) {
495 priv->tx_stopped = 0;
551 priv->tx_stopped = 1;
H A Dtopaz_pcie.c422 if (unlikely(priv->tx_stopped)) {
424 priv->tx_stopped = 0;
451 ts->base.tx_stopped = 1;
H A Dpcie.c343 pcie_priv->tx_stopped = 0;
/linux-master/drivers/tty/serial/
H A Dsb1250-duart.c87 int tx_stopped; member in struct:sbd_port
286 sport->tx_stopped = 1;
301 sport->tx_stopped = 0;
493 sport->tx_stopped = 1;
507 sport->tx_stopped = 1;
615 if (sport->tx_stopped)
624 if (!sport->tx_stopped)
854 if (sport->tx_stopped)
H A Dzs.h29 int tx_stopped; /* Output is suspended. */ member in struct:zs_port
H A Dzs.c422 zport->tx_stopped = 1;
443 if (zport->tx_stopped) {
445 zport->tx_stopped = 0;
798 zport->tx_stopped = 1;
1184 if (!zport->tx_stopped)
H A Datmel_serial.c159 bool tx_stopped; member in struct:atmel_uart_port
459 if (atmel_port->tx_stopped)
569 atmel_port->tx_stopped = true;
609 atmel_port->tx_stopped = false;
1965 atmel_port->tx_stopped = false;
2228 atmel_port->tx_stopped = true;
2377 atmel_port->tx_stopped = false;
2618 atmel_port->tx_stopped = false;
2687 atmel_port->tx_stopped = false;
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h424 u8 tx_stopped; member in struct:mcp_irq_data
/linux-master/include/linux/
H A Dserial_8250.h105 unsigned int tx_stopped:1; /* tx is currently stopped */ member in struct:uart_8250_em485
/linux-master/net/kcm/
H A Dkcmsock.c65 if (psock->tx_stopped) {
70 psock->tx_stopped = 1;
79 * to handle the failure there. Need to commit tx_stopped
432 if (kcm && !unlikely(kcm->tx_stopped))
454 if (unlikely(psock->tx_stopped))
548 if (unlikely(psock->tx_stopped)) {
592 if (unlikely(psock && psock->tx_stopped)) {
1428 if (!psock->tx_stopped)
1695 /* Set tx_stopped. This is checked when psock is bound to a kcm and we
1699 kcm->tx_stopped
[all...]
H A Dkcmproc.c157 if (psock->tx_stopped)
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c557 p->em485->tx_stopped = true;
560 if (p->em485->tx_stopped)
1431 em485->tx_stopped = true;
1463 em485->tx_stopped = true;
1592 if (em485->tx_stopped) {
1593 em485->tx_stopped = false;
3370 if (em485->tx_stopped)
3408 if (em485->tx_stopped)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h296 u64 tx_stopped; member in struct:i40e_tx_queue_stats
H A Di40e.h834 u64 tx_stopped; member in struct:i40e_vsi
H A Di40e_debugfs.c294 " tx_rings[%i]: tx_stats: tx_busy = %lld, tx_done_old = %lld, tx_stopped = %lld\n",
298 tx_ring->tx_stats.tx_stopped);
H A Di40e_main.c875 u64 tx_stopped; local
895 tx_stopped = 0;
920 tx_stopped += p->tx_stats.tx_stopped;
965 vsi->tx_stopped = tx_stopped;
H A Di40e_txrx.c3502 ++tx_ring->tx_stats.tx_stopped;
H A Di40e_ethtool.c296 I40E_VSI_STAT("tx_stopped", tx_stopped),
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c5222 !priv->tx_stopped) {
5223 priv->tx_stopped = true;
5245 priv->tx_stopped) {
5246 priv->tx_stopped = false;
7515 priv->tx_stopped = false;
H A Drtl8xxxu.h1790 bool tx_stopped; member in struct:rtl8xxxu_priv

Completed in 345 milliseconds