Searched defs:txpending (Results 1 - 4 of 4) sorted by relevance

/drivers/net/irda/
H A Ddonauboe.h324 int txpending; /*how many tx's are pending */ member in struct:toshoboe_cb
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1952 int *txpending, slot_tx; local
1963 txpending = &hc->chan[ch].txpending;
1979 if ((!len) && *txpending != 1)
1991 if (*txpending == 2) {
1996 *txpending = 1;
2059 *txpending && slot_tx >= 0) {
2086 *txpending = 0;
2103 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending)
2129 *txpending
[all...]
H A Dhfc_multi.h55 int txpending; /* if there is currently data in */ member in struct:hfc_chan
/drivers/net/wireless/ath/ath9k/
H A Dxmit.c454 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; local
536 txfail = txpending = sendbar = 0;
558 txpending = 1;
564 txpending = 1;
580 if (!txpending) {

Completed in 248 milliseconds