Home
last modified time | relevance | path

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

/linux-4.19.296/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()
2940 if (hc->chan[ch].txpending) in mode_hfcmulti()
[all …]
Dhfc_multi.h56 int txpending; /* if there is currently data in */ member