Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1938 int *txpending, slot_tx; in hfcmulti_tx() local 1949 txpending = &hc->chan[ch].txpending; in hfcmulti_tx() 1965 if ((!len) && *txpending != 1) in hfcmulti_tx() 1977 if (*txpending == 2) { in hfcmulti_tx() 1982 *txpending = 1; in hfcmulti_tx() 2045 *txpending && slot_tx >= 0) { in hfcmulti_tx() 2072 *txpending = 0; in hfcmulti_tx() 2089 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx() 2115 *txpending = 1; in hfcmulti_tx() 2926 if (hc->chan[ch].txpending) in mode_hfcmulti() [all …]
|
D | hfc_multi.h | 56 int txpending; /* if there is currently data in */ member
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | tx.c | 1635 bool txpending) in ieee80211_tx_frags() argument 1655 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags() 1680 if (txpending) in ieee80211_tx_frags() 1709 struct sta_info *sta, bool txpending) in __ieee80211_tx() argument 1754 result = ieee80211_tx_frags(local, vif, sta, skbs, txpending); in __ieee80211_tx() 1899 bool txpending) in ieee80211_tx() argument 1938 tx.sta, txpending); in ieee80211_tx() 4205 bool txpending) in ieee80211_tx_8023() argument 4220 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_8023() 4221 if (txpending) in ieee80211_tx_8023()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 453 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 527 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr() 549 txpending = 1; in ath_tx_complete_aggr() 555 txpending = 1; in ath_tx_complete_aggr() 571 if (!txpending) { in ath_tx_complete_aggr()
|