Searched refs:tx_stop (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ |
A D | ntb_netdev.c | 71 static unsigned int tx_stop = 5; variable 213 ntb_netdev_maybe_stop_tx(ndev, dev->qp, tx_stop); in ntb_netdev_start_xmit() 220 ntb_netdev_maybe_stop_tx(ndev, dev->qp, tx_stop); in ntb_netdev_start_xmit() 235 if (ntb_transport_tx_free_entry(dev->qp) < tx_stop) { in ntb_netdev_tx_timer()
|
/linux/drivers/net/wireless/ti/wl18xx/ |
A D | debugfs.c | 53 WL18XX_DEBUGFS_FWSTATS_FILE(tx, tx_stop, "%u"); 165 WL18XX_DEBUGFS_FWSTATS_FILE(thermal, tx_stop, "%u"); 444 DEBUGFS_FWSTATS_ADD(tx, tx_stop); in wl18xx_debugfs_add_files() 548 DEBUGFS_FWSTATS_ADD(thermal, tx_stop); in wl18xx_debugfs_add_files()
|
A D | acx.h | 112 u32 tx_stop; member 246 u16 tx_stop; member
|
/linux/drivers/staging/gdm724x/ |
A D | gdm_usb.h | 92 u8 tx_stop; member
|
A D | gdm_usb.c | 310 udev->tx_stop = 0; in init_usb() 669 if (udev->tx_stop) { in do_tx()
|
/linux/drivers/char/pcmcia/ |
A D | synclink_cs.c | 367 static void tx_stop(MGSLPC_INFO *info); 714 tx_stop(info); in tx_pause() 989 tx_stop(info); in tx_done() 1009 tx_stop(info); in tx_ready() 1073 tx_stop(info); in cts_change() 1345 tx_stop(info); in shutdown() 1372 tx_stop(info); in mgslpc_program_hw() 1892 tx_stop(info); in set_txenable() 3241 tx_stop(info); in hdlc_mode() 3312 static void tx_stop(MGSLPC_INFO *info) in tx_stop() function [all …]
|
/linux/drivers/tty/ |
A D | synclink_gt.c | 434 static void tx_stop(struct slgt_info *info); 933 tx_stop(info); in tx_hold() 1635 tx_stop(info); in hdlcdev_tx_timeout() 2242 tx_stop(info); in isr_txeom() 2390 tx_stop(info); in shutdown() 2417 tx_stop(info); in program_hw() 2582 tx_stop(info); in tx_enable() 4004 tx_stop(info); in reset_port() 4027 tx_stop(info); in async_mode() 4168 tx_stop(info); in sync_mode() [all …]
|
/linux/net/mac80211/ |
A D | agg-tx.c | 402 tid_tx->tx_stop = reason == AGG_STOP_LOCAL_REQUEST; in ___ieee80211_stop_tx_ba_session() 907 if (tid_tx->stop_initiator == WLAN_BACK_INITIATOR && tid_tx->tx_stop) in ieee80211_stop_tx_ba_cb()
|
A D | sta_info.h | 201 bool tx_stop; member
|
/linux/drivers/net/ethernet/nvidia/ |
A D | forcedeth.c | 837 int tx_stop; member 1964 np->tx_stop = 0; in nv_init_tx() 2237 np->tx_stop = 1; in nv_start_xmit() 2412 np->tx_stop = 1; in nv_start_xmit_optimized() 2669 if (unlikely((np->tx_stop == 1) && (np->get_tx.orig != orig_get_tx))) { in nv_tx_done() 2670 np->tx_stop = 0; in nv_tx_done() 2726 if (unlikely((np->tx_stop == 1) && (np->get_tx.ex != orig_get_tx))) { in nv_tx_done_optimized() 2727 np->tx_stop = 0; in nv_tx_done_optimized() 2813 np->tx_stop = 0; /* prevent waking tx queue */ in nv_tx_timeout()
|
Completed in 59 milliseconds