Lines Matching defs:flag
162 dev->tbusy flag. The other thread is the interrupt handler, which is single
166 flag. It sets the tbusy flag whenever it's queuing a Tx packet. If the next
167 queue slot is empty, it clears the tbusy flag when finished otherwise it sets
168 the 'lp->tx_full' flag.
172 empty by incrementing the dirty_tx mark. Iff the 'lp->tx_full' flag is set, it
963 unsigned long flag;
993 spin_lock_irqsave(&np->lock, flag);
997 spin_unlock_irqrestore(&np->lock, flag);
1303 /* The ring is no longer full, clear busy flag. */