Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Ddonauboe.c531 self->txpending = 0; in toshoboe_initptrs()
973 __func__, skb->len, self->txpending, INB(OBOE_ENABLEH)); in toshoboe_hard_xmit()
998 if (self->txpending || skb->len) in toshoboe_hard_xmit()
1033 if (self->txpending) in toshoboe_hard_xmit()
1044 pr_debug("%s.mtt:%x(%x)%d\n", __func__, skb->len, mtt, self->txpending); in toshoboe_hard_xmit()
1066 self->txpending++; in toshoboe_hard_xmit()
1089 self->txpending); in toshoboe_hard_xmit()
1119 if (!self->txpending) in toshoboe_hard_xmit()
1122 self->txpending++; in toshoboe_hard_xmit()
1158 txp = self->txpending; in toshoboe_interrupt()
[all …]
Ddonauboe.h324 int txpending; /*how many tx's are pending */ member
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1952 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()
2941 if (hc->chan[ch].txpending) in mode_hfcmulti()
[all …]
Dhfc_multi.h55 int txpending; /* if there is currently data in */ member
/linux-4.4.14/net/mac80211/
Dtx.c1325 bool txpending) in ieee80211_tx_frags() argument
1344 (!txpending && !skb_queue_empty(&local->pending[q]))) { in ieee80211_tx_frags()
1369 if (txpending) in ieee80211_tx_frags()
1397 struct sta_info *sta, bool txpending) in __ieee80211_tx() argument
1449 txpending); in __ieee80211_tx()
1557 bool txpending) in ieee80211_tx() argument
1590 tx.sta, txpending); in ieee80211_tx()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c443 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
525 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr()
547 txpending = 1; in ath_tx_complete_aggr()
553 txpending = 1; in ath_tx_complete_aggr()
569 if (!txpending) { in ath_tx_complete_aggr()