Searched refs:tx_stop (Results 1 – 5 of 5) sorted by relevance
| /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()
|
| /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"); 438 DEBUGFS_FWSTATS_ADD(tx, tx_stop); in wl18xx_debugfs_add_files() 542 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
|
| /drivers/tty/ |
| A D | synclink_gt.c | 430 static void tx_stop(struct slgt_info *info); 925 tx_stop(info); in tx_hold() 1629 tx_stop(info); in hdlcdev_tx_timeout() 2238 tx_stop(info); in isr_txeom() 2386 tx_stop(info); in shutdown() 2413 tx_stop(info); in program_hw() 2578 tx_stop(info); in tx_enable() 3982 tx_stop(info); in reset_port() 4005 tx_stop(info); in async_mode() 4146 tx_stop(info); in sync_mode() [all …]
|
| /drivers/net/ethernet/nvidia/ |
| A D | forcedeth.c | 837 int tx_stop; member 1950 np->tx_stop = 0; in nv_init_tx() 2223 np->tx_stop = 1; in nv_start_xmit() 2398 np->tx_stop = 1; in nv_start_xmit_optimized() 2655 if (unlikely((np->tx_stop == 1) && (np->get_tx.orig != orig_get_tx))) { in nv_tx_done() 2656 np->tx_stop = 0; in nv_tx_done() 2712 if (unlikely((np->tx_stop == 1) && (np->get_tx.ex != orig_get_tx))) { in nv_tx_done_optimized() 2713 np->tx_stop = 0; in nv_tx_done_optimized() 2799 np->tx_stop = 0; /* prevent waking tx queue */ in nv_tx_timeout()
|
Completed in 35 milliseconds