Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_sched.c78 if (card->net_tx_busy) { in hysdn_sched_tx()
79 card->net_tx_busy = 0; /* reset flag */ in hysdn_sched_tx()
117 card->net_tx_busy = 1; /* we are busy sending network data */ in hysdn_sched_tx()
Dhysdn_defs.h192 int volatile net_tx_busy; /* a network packet tx is in progress */ member