Searched refs:net_tx_busy (Results 1 – 2 of 2) sorted by relevance
78 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()
192 int volatile net_tx_busy; /* a network packet tx is in progress */ member