Searched refs:tx_stop (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/staging/gdm724x/
H A Dgdm_usb.h92 u8 tx_stop; member in struct:lte_udev
H A Dgdm_usb.c310 udev->tx_stop = 0;
669 if (udev->tx_stop) {
/linux-master/drivers/net/
H A Dntb_netdev.c71 static unsigned int tx_stop = 5; variable
213 ntb_netdev_maybe_stop_tx(ndev, dev->qp, tx_stop);
220 ntb_netdev_maybe_stop_tx(ndev, dev->qp, tx_stop);
235 if (ntb_transport_tx_free_entry(dev->qp) < tx_stop) {
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.c53 WL18XX_DEBUGFS_FWSTATS_FILE(tx, tx_stop, "%u");
165 WL18XX_DEBUGFS_FWSTATS_FILE(thermal, tx_stop, "%u");
438 DEBUGFS_FWSTATS_ADD(tx, tx_stop);
542 DEBUGFS_FWSTATS_ADD(thermal, tx_stop);
H A Dacx.h112 u32 tx_stop; member in struct:wl18xx_acx_tx_stats
246 u16 tx_stop; member in struct:wl18xx_acx_thermal_stats
/linux-master/drivers/tty/
H A Dsynclink_gt.c429 static void tx_stop(struct slgt_info *info);
924 tx_stop(info);
1628 tx_stop(info);
2237 tx_stop(info);
2385 tx_stop(info);
2412 tx_stop(info);
2577 tx_stop(info);
3953 static void tx_stop(struct slgt_info *info) function
3981 tx_stop(info);
4004 tx_stop(inf
[all...]
/linux-master/net/mac80211/
H A Dagg-tx.c402 tid_tx->tx_stop = reason == AGG_STOP_LOCAL_REQUEST;
928 if (tid_tx->stop_initiator == WLAN_BACK_INITIATOR && tid_tx->tx_stop)
H A Dsta_info.h168 * @tx_stop: TX DelBA frame when stopping
195 bool tx_stop; member in struct:tid_ampdu_tx
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c837 int tx_stop; member in struct:fe_priv
1964 np->tx_stop = 0;
2237 np->tx_stop = 1;
2412 np->tx_stop = 1;
2669 if (unlikely((np->tx_stop == 1) && (np->get_tx.orig != orig_get_tx))) {
2670 np->tx_stop = 0;
2726 if (unlikely((np->tx_stop == 1) && (np->get_tx.ex != orig_get_tx))) {
2727 np->tx_stop = 0;
2813 np->tx_stop = 0; /* prevent waking tx queue */

Completed in 268 milliseconds