Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_sched.c80 if (card->net_tx_busy) { in hysdn_sched_tx()
81 card->net_tx_busy = 0; /* reset flag */ in hysdn_sched_tx()
120 card->net_tx_busy = 1; /* we are busy sending network data */ in hysdn_sched_tx()
Dhysdn_defs.h183 int volatile net_tx_busy; /* a network packet tx is in progress */ member