tx_stopped        424 drivers/net/ethernet/myricom/myri10ge/myri10ge_mcp.h 	u8 tx_stopped;
tx_stopped        367 drivers/net/wan/z85230.h 	unsigned char		tx_stopped; /* output is suspended */
tx_stopped        343 drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c 	pcie_priv->tx_stopped = 0;
tx_stopped         68 drivers/net/wireless/quantenna/qtnfmac/pcie/pcie_priv.h 	u8 tx_stopped;
tx_stopped        492 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 				if (unlikely(priv->tx_stopped)) {
tx_stopped        494 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 					priv->tx_stopped = 0;
tx_stopped        550 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c 			priv->tx_stopped = 1;
tx_stopped        411 drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c 				if (unlikely(priv->tx_stopped)) {
tx_stopped        413 drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c 					priv->tx_stopped = 0;
tx_stopped        440 drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c 		ts->base.tx_stopped = 1;
tx_stopped       1198 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h 	bool tx_stopped;
tx_stopped       4668 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		    !priv->tx_stopped) {
tx_stopped       4669 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 			priv->tx_stopped = true;
tx_stopped       4691 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	    priv->tx_stopped) {
tx_stopped       4692 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		priv->tx_stopped = false;
tx_stopped       5815 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	priv->tx_stopped = false;
tx_stopped        163 drivers/tty/serial/atmel_serial.c 	bool			tx_stopped;
tx_stopped        464 drivers/tty/serial/atmel_serial.c 	if (atmel_port->tx_stopped)
tx_stopped        571 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = true;
tx_stopped        608 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = false;
tx_stopped       1970 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = false;
tx_stopped       2225 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = true;
tx_stopped       2324 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = false;
tx_stopped       2574 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = false;
tx_stopped       2654 drivers/tty/serial/atmel_serial.c 	atmel_port->tx_stopped = false;
tx_stopped         92 drivers/tty/serial/sb1250-duart.c 	int			tx_stopped;
tx_stopped        291 drivers/tty/serial/sb1250-duart.c 	sport->tx_stopped = 1;
tx_stopped        306 drivers/tty/serial/sb1250-duart.c 	sport->tx_stopped = 0;
tx_stopped        498 drivers/tty/serial/sb1250-duart.c 	sport->tx_stopped = 1;
tx_stopped        512 drivers/tty/serial/sb1250-duart.c 	sport->tx_stopped = 1;
tx_stopped        620 drivers/tty/serial/sb1250-duart.c 	if (sport->tx_stopped)
tx_stopped        629 drivers/tty/serial/sb1250-duart.c 	if (!sport->tx_stopped)
tx_stopped        858 drivers/tty/serial/sb1250-duart.c 	if (sport->tx_stopped)
tx_stopped        426 drivers/tty/serial/zs.c 	zport->tx_stopped = 1;
tx_stopped        447 drivers/tty/serial/zs.c 	if (zport->tx_stopped) {
tx_stopped        449 drivers/tty/serial/zs.c 		zport->tx_stopped = 0;
tx_stopped        802 drivers/tty/serial/zs.c 	zport->tx_stopped = 1;
tx_stopped       1187 drivers/tty/serial/zs.c 		if (!zport->tx_stopped)
tx_stopped         29 drivers/tty/serial/zs.h 	int		tx_stopped;		/* Output is suspended.  */
tx_stopped         73 include/net/kcm.h 	u32 tx_stopped : 1;
tx_stopped         95 include/net/kcm.h 	u32 tx_stopped : 1;
tx_stopped        157 net/kcm/kcmproc.c 	if (psock->tx_stopped)
tx_stopped         63 net/kcm/kcmsock.c 	if (psock->tx_stopped) {
tx_stopped         68 net/kcm/kcmsock.c 	psock->tx_stopped = 1;
tx_stopped        425 net/kcm/kcmsock.c 	if (kcm && !unlikely(kcm->tx_stopped))
tx_stopped        447 net/kcm/kcmsock.c 		if (unlikely(psock->tx_stopped))
tx_stopped        541 net/kcm/kcmsock.c 	if (unlikely(psock->tx_stopped)) {
tx_stopped        587 net/kcm/kcmsock.c 	if (unlikely(psock && psock->tx_stopped)) {
tx_stopped       1587 net/kcm/kcmsock.c 		if (!psock->tx_stopped)
tx_stopped       1857 net/kcm/kcmsock.c 	kcm->tx_stopped = 1;