Home
last modified time | relevance | path

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

/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1908 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 Dhfc_multi.h56 int txpending; /* if there is currently data in */ member
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c497 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
571 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr()
593 txpending = 1; in ath_tx_complete_aggr()
599 txpending = 1; in ath_tx_complete_aggr()
615 if (!txpending) { in ath_tx_complete_aggr()