Home
last modified time | relevance | path

Searched refs:tx_stop (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/
Dntb_netdev.c71 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-v4.19/drivers/staging/gdm724x/
Dgdm_usb.h92 u8 tx_stop; member
Dgdm_usb.c306 udev->tx_stop = 0; in init_usb()
665 if (udev->tx_stop) { in do_tx()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Ddebugfs.c67 WL18XX_DEBUGFS_FWSTATS_FILE(tx, tx_stop, "%u");
179 WL18XX_DEBUGFS_FWSTATS_FILE(thermal, tx_stop, "%u");
468 DEBUGFS_FWSTATS_ADD(tx, tx_stop); in wl18xx_debugfs_add_files()
572 DEBUGFS_FWSTATS_ADD(thermal, tx_stop); in wl18xx_debugfs_add_files()
Dacx.h126 u32 tx_stop; member
260 u16 tx_stop; member
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c367 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()
1900 tx_stop(info); in set_txenable()
3252 tx_stop(info); in hdlc_mode()
3323 static void tx_stop(MGSLPC_INFO *info) in tx_stop() function
[all …]
/Linux-v4.19/drivers/tty/
Dsynclink_gt.c465 static void tx_stop(struct slgt_info *info);
989 tx_stop(info); in tx_hold()
1705 tx_stop(info); in hdlcdev_tx_timeout()
2312 tx_stop(info); in isr_txeom()
2460 tx_stop(info); in shutdown()
2487 tx_stop(info); in program_hw()
2659 tx_stop(info); in tx_enable()
4054 static void tx_stop(struct slgt_info *info) in tx_stop() function
4082 tx_stop(info); in reset_port()
4105 tx_stop(info); in async_mode()
[all …]
Dsynclinkmp.c583 static void tx_stop(SLMP_INFO *info);
1215 tx_stop(info); in tx_hold()
1823 tx_stop(info); in hdlcdev_tx_timeout()
2251 tx_stop(info); in isr_txeom()
2306 tx_stop(info); in isr_txrdy()
2484 tx_stop(info); in isr_io_pin()
2704 tx_stop(info); in program_hw()
2944 tx_stop(info); in tx_enable()
4250 static void tx_stop( SLMP_INFO *info ) in tx_stop() function
4330 tx_stop(info); in reset_port()
[all …]
/Linux-v4.19/net/mac80211/
Dagg-tx.c402 tid_tx->tx_stop = reason == AGG_STOP_LOCAL_REQUEST; in ___ieee80211_stop_tx_ba_session()
877 if (tid_tx->stop_initiator == WLAN_BACK_INITIATOR && tid_tx->tx_stop) in ieee80211_stop_tx_ba_cb()
Dsta_info.h172 bool tx_stop; member
/Linux-v4.19/drivers/net/ethernet/nvidia/
Dforcedeth.c837 int tx_stop; member
1951 np->tx_stop = 0; in nv_init_tx()
2223 np->tx_stop = 1; in nv_start_xmit()
2379 np->tx_stop = 1; in nv_start_xmit_optimized()
2611 if (unlikely((np->tx_stop == 1) && (np->get_tx.orig != orig_get_tx))) { in nv_tx_done()
2612 np->tx_stop = 0; in nv_tx_done()
2665 if (unlikely((np->tx_stop == 1) && (np->get_tx.ex != orig_get_tx))) { in nv_tx_done_optimized()
2666 np->tx_stop = 0; in nv_tx_done_optimized()
2752 np->tx_stop = 0; /* prevent waking tx queue */ in nv_tx_timeout()