Home
last modified time | relevance | path

Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1907 int *txpending, slot_tx; in hfcmulti_tx() local
1918 txpending = &hc->chan[ch].txpending; in hfcmulti_tx()
1934 if ((!len) && *txpending != 1) in hfcmulti_tx()
1946 if (*txpending == 2) { in hfcmulti_tx()
1951 *txpending = 1; in hfcmulti_tx()
2014 *txpending && slot_tx >= 0) { in hfcmulti_tx()
2041 *txpending = 0; in hfcmulti_tx()
2058 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx()
2084 *txpending = 1; in hfcmulti_tx()
2894 if (hc->chan[ch].txpending) in mode_hfcmulti()
[all …]
H A Dhfc_multi.h56 int txpending; /* if there is currently data in */ member
/openbmc/linux/net/mac80211/
H A Dtx.c1680 bool txpending) in ieee80211_tx_frags() argument
1700 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags()
1725 if (txpending) in ieee80211_tx_frags()
1754 bool txpending) in __ieee80211_tx() argument
1797 result = ieee80211_tx_frags(local, vif, sta, skbs, txpending); in __ieee80211_tx()
1941 bool txpending) in ieee80211_tx() argument
1977 result = __ieee80211_tx(local, &tx.skbs, tx.sta, txpending); in ieee80211_tx()
4527 bool txpending) in __ieee80211_tx_8023() argument
4539 (!txpending && !skb_queue_empty(&local->pending[q]))) { in __ieee80211_tx_8023()
4540 if (txpending) in __ieee80211_tx_8023()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c502 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
576 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr()
598 txpending = 1; in ath_tx_complete_aggr()
604 txpending = 1; in ath_tx_complete_aggr()
620 if (!txpending) { in ath_tx_complete_aggr()