Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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() 2924 if (hc->chan[ch].txpending) in mode_hfcmulti() [all …]
|
D | hfc_multi.h | 56 int txpending; /* if there is currently data in */ member
|
/linux-6.1.9/net/mac80211/ |
D | tx.c | 1697 bool txpending) in ieee80211_tx_frags() argument 1717 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags() 1742 if (txpending) in ieee80211_tx_frags() 1771 bool txpending) in __ieee80211_tx() argument 1814 result = ieee80211_tx_frags(local, vif, sta, skbs, txpending); in __ieee80211_tx() 1958 bool txpending) in ieee80211_tx() argument 1994 result = __ieee80211_tx(local, &tx.skbs, tx.sta, txpending); in ieee80211_tx() 4459 bool txpending) in ieee80211_tx_8023() argument 4479 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_8023() 4480 if (txpending) in ieee80211_tx_8023()
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 494 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 568 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr() 590 txpending = 1; in ath_tx_complete_aggr() 596 txpending = 1; in ath_tx_complete_aggr() 612 if (!txpending) { in ath_tx_complete_aggr()
|