Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 1908 int *txpending, slot_tx; in hfcmulti_tx() local 1919 txpending = &hc->chan[ch].txpending; in hfcmulti_tx() 1935 if ((!len) && *txpending != 1) in hfcmulti_tx() 1947 if (*txpending == 2) { in hfcmulti_tx() 1952 *txpending = 1; in hfcmulti_tx() 2015 *txpending && slot_tx >= 0) { in hfcmulti_tx() 2042 *txpending = 0; in hfcmulti_tx() 2059 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx() 2085 *txpending = 1; in hfcmulti_tx() 2895 if (hc->chan[ch].txpending) in mode_hfcmulti() [all …]
|
H A D | hfc_multi.h | 56 int txpending; /* if there is currently data in */ member
|
/linux/net/mac80211/ |
H A D | tx.c | 1673 bool txpending) in ieee80211_tx_frags() argument 1693 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags() 1718 if (txpending) in ieee80211_tx_frags() 1747 bool txpending) in __ieee80211_tx() argument 1790 result = ieee80211_tx_frags(local, vif, sta, skbs, txpending); in __ieee80211_tx() 1934 bool txpending) in ieee80211_tx() argument 1970 result = __ieee80211_tx(local, &tx.skbs, tx.sta, txpending); in ieee80211_tx() 4543 bool txpending) in __ieee80211_tx_8023() argument 4555 (!txpending && !skb_queue_empty(&local->pending[q]))) { in __ieee80211_tx_8023() 4556 if (txpending) in __ieee80211_tx_8023() [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 501 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 575 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr() 597 txpending = 1; in ath_tx_complete_aggr() 603 txpending = 1; in ath_tx_complete_aggr() 619 if (!txpending) { in ath_tx_complete_aggr()
|