Searched refs:tx_stop (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_usb.h | 102 u8 tx_stop; member
|
D | gdm_usb.c | 319 udev->tx_stop = 0; in init_usb() 678 if (udev->tx_stop) { in do_tx()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 563 moveq IO_STATE (R_SERIAL0_XOFF, tx_stop, enable) \ 597 moveq IO_STATE (R_SERIAL1_XOFF, tx_stop, enable) \ 632 moveq IO_STATE (R_SERIAL2_XOFF, tx_stop, enable) \ 668 moveq IO_STATE (R_SERIAL3_XOFF, tx_stop, enable) \
|
D | debugport.c | 174 IO_STATE(R_SERIAL0_XOFF, tx_stop, enable) | in start_port()
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 367 static void tx_stop(MGSLPC_INFO *info); 716 tx_stop(info); in tx_pause() 991 tx_stop(info); in tx_done() 1011 tx_stop(info); in tx_ready() 1075 tx_stop(info); in cts_change() 1347 tx_stop(info); in shutdown() 1374 tx_stop(info); in mgslpc_program_hw() 1907 tx_stop(info); in set_txenable() 3286 tx_stop(info); in hdlc_mode() 3357 static void tx_stop(MGSLPC_INFO *info) in tx_stop() function [all …]
|
/linux-4.1.27/drivers/tty/ |
D | synclink_gt.c | 466 static void tx_stop(struct slgt_info *info); 1004 tx_stop(info); in tx_hold() 1732 tx_stop(info); in hdlcdev_tx_timeout() 2337 tx_stop(info); in isr_txeom() 2485 tx_stop(info); in shutdown() 2512 tx_stop(info); in program_hw() 2691 tx_stop(info); in tx_enable() 4086 static void tx_stop(struct slgt_info *info) in tx_stop() function 4114 tx_stop(info); in reset_port() 4137 tx_stop(info); in async_mode() [all …]
|
D | synclinkmp.c | 583 static void tx_stop(SLMP_INFO *info); 1229 tx_stop(info); in tx_hold() 1849 tx_stop(info); in hdlcdev_tx_timeout() 2276 tx_stop(info); in isr_txeom() 2331 tx_stop(info); in isr_txrdy() 2509 tx_stop(info); in isr_io_pin() 2729 tx_stop(info); in program_hw() 2976 tx_stop(info); in tx_enable() 4270 static void tx_stop( SLMP_INFO *info ) in tx_stop() function 4350 tx_stop(info); in reset_port() [all …]
|
/linux-4.1.27/net/mac80211/ |
D | sta_info.h | 153 bool tx_stop; member
|
D | agg-tx.c | 381 tid_tx->tx_stop = reason == AGG_STOP_LOCAL_REQUEST; in ___ieee80211_stop_tx_ba_session() 874 if (tid_tx->stop_initiator == WLAN_BACK_INITIATOR && tid_tx->tx_stop) in ieee80211_stop_tx_ba_cb()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 837 int tx_stop; member 1944 np->tx_stop = 0; in nv_init_tx() 2216 np->tx_stop = 1; in nv_start_xmit() 2364 np->tx_stop = 1; in nv_start_xmit_optimized() 2588 if (unlikely((np->tx_stop == 1) && (np->get_tx.orig != orig_get_tx))) { in nv_tx_done() 2589 np->tx_stop = 0; in nv_tx_done() 2642 if (unlikely((np->tx_stop == 1) && (np->get_tx.ex != orig_get_tx))) { in nv_tx_done_optimized() 2643 np->tx_stop = 0; in nv_tx_done_optimized() 2729 np->tx_stop = 0; /* prevent waking tx queue */ in nv_tx_timeout()
|
/linux-4.1.27/drivers/tty/serial/ |
D | crisv10.c | 1456 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, stop); in rs_stop() 1479 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable); in rs_start() 2967 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable); in change_speed()
|