/linux-4.4.14/drivers/net/ |
D | ntb_netdev.c | 71 static unsigned int tx_stop = 5; variable 216 ntb_netdev_maybe_stop_tx(ndev, dev->qp, tx_stop); in ntb_netdev_start_xmit() 223 ntb_netdev_maybe_stop_tx(ndev, dev->qp, tx_stop); in ntb_netdev_start_xmit() 238 if (ntb_transport_tx_free_entry(dev->qp) < tx_stop) { in ntb_netdev_tx_timer()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ti/wl18xx/ |
D | debugfs.c | 65 WL18XX_DEBUGFS_FWSTATS_FILE(tx, tx_stop, "%u"); 177 WL18XX_DEBUGFS_FWSTATS_FILE(thermal, tx_stop, "%u"); 394 DEBUGFS_FWSTATS_ADD(tx, tx_stop); in wl18xx_debugfs_add_files() 498 DEBUGFS_FWSTATS_ADD(thermal, tx_stop); in wl18xx_debugfs_add_files()
|
D | acx.h | 125 u32 tx_stop; member 259 u16 tx_stop; member
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 457 moveq IO_STATE (R_SERIAL0_XOFF, tx_stop, enable) \ 491 moveq IO_STATE (R_SERIAL1_XOFF, tx_stop, enable) \ 526 moveq IO_STATE (R_SERIAL2_XOFF, tx_stop, enable) \ 562 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.4.14/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() 3277 tx_stop(info); in hdlc_mode() 3348 static void tx_stop(MGSLPC_INFO *info) in tx_stop() function [all …]
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 466 static void tx_stop(struct slgt_info *info); 995 tx_stop(info); in tx_hold() 1724 tx_stop(info); in hdlcdev_tx_timeout() 2332 tx_stop(info); in isr_txeom() 2480 tx_stop(info); in shutdown() 2507 tx_stop(info); in program_hw() 2686 tx_stop(info); in tx_enable() 4081 static void tx_stop(struct slgt_info *info) in tx_stop() function 4109 tx_stop(info); in reset_port() 4132 tx_stop(info); in async_mode() [all …]
|
D | synclinkmp.c | 583 static void tx_stop(SLMP_INFO *info); 1220 tx_stop(info); in tx_hold() 1841 tx_stop(info); in hdlcdev_tx_timeout() 2270 tx_stop(info); in isr_txeom() 2325 tx_stop(info); in isr_txrdy() 2503 tx_stop(info); in isr_io_pin() 2723 tx_stop(info); in program_hw() 2970 tx_stop(info); in tx_enable() 4264 static void tx_stop( SLMP_INFO *info ) in tx_stop() function 4344 tx_stop(info); in reset_port() [all …]
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.h | 157 bool tx_stop; member
|
D | agg-tx.c | 382 tid_tx->tx_stop = reason == AGG_STOP_LOCAL_REQUEST; in ___ieee80211_stop_tx_ba_session() 876 if (tid_tx->stop_initiator == WLAN_BACK_INITIATOR && tid_tx->tx_stop) in ieee80211_stop_tx_ba_cb()
|
/linux-4.4.14/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.4.14/drivers/tty/serial/ |
D | crisv10.c | 1415 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, stop); in rs_stop() 1438 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable); in rs_start() 2912 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable); in change_speed()
|