Searched refs:sqfull (Results 1 – 2 of 2) sorted by relevance
328 int sqfull; /* Flag: netdev-queue overloaded */ member
1090 if (!lp->sqfull) { in isdn_net_xmit()1092 lp->sqfull = 1; in isdn_net_xmit()1105 if (lp->sqfull && time_after(jiffies, lp->sqfull_stamp + lp->slavedelay + (10 * HZ))) { in isdn_net_xmit()1106 lp->sqfull = 0; in isdn_net_xmit()