Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1952 int *txpending, slot_tx; in hfcmulti_tx() local 1963 txpending = &hc->chan[ch].txpending; in hfcmulti_tx() 1979 if ((!len) && *txpending != 1) in hfcmulti_tx() 1991 if (*txpending == 2) { in hfcmulti_tx() 1996 *txpending = 1; in hfcmulti_tx() 2059 *txpending && slot_tx >= 0) { in hfcmulti_tx() 2086 *txpending = 0; in hfcmulti_tx() 2103 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx() 2129 *txpending = 1; in hfcmulti_tx() 2940 if (hc->chan[ch].txpending) in mode_hfcmulti() [all …]
|
D | hfc_multi.h | 56 int txpending; /* if there is currently data in */ member
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 498 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 574 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr() 596 txpending = 1; in ath_tx_complete_aggr() 602 txpending = 1; in ath_tx_complete_aggr() 618 if (!txpending) { in ath_tx_complete_aggr()
|
/Linux-v4.19/net/mac80211/ |
D | tx.c | 1592 bool txpending) in ieee80211_tx_frags() argument 1612 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags() 1637 if (txpending) in ieee80211_tx_frags() 1666 struct sta_info *sta, bool txpending) in __ieee80211_tx() argument 1718 txpending); in __ieee80211_tx() 1863 bool txpending, u32 txdata_flags) in ieee80211_tx() argument 1904 tx.sta, txpending); in ieee80211_tx()
|