Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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
|
/Linux-v5.4/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()
|
/Linux-v5.4/net/mac80211/ |
D | tx.c | 1622 bool txpending) in ieee80211_tx_frags() argument 1642 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags() 1667 if (txpending) in ieee80211_tx_frags() 1696 struct sta_info *sta, bool txpending) in __ieee80211_tx() argument 1748 txpending); in __ieee80211_tx() 1893 bool txpending, u32 txdata_flags) in ieee80211_tx() argument 1934 tx.sta, txpending); in ieee80211_tx()
|