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