Lines Matching refs:used
35 * may be used to endorse or promote products derived from this software
148 /* Some offsets in PCI config space that are actually used. */
363 /* List of TCBs that are ready to be used */
370 int used;
383 /* Packets since the last IRQ: used for interrupt coalescing */
839 * station address is used for generating and checking pause control
2199 * interrupt. It contains the next to be used entry in the Packet
2222 /* Indicate that we have used this PSR entry. */
2234 /* Illegal buffer or ring index cannot be used by S/W*/
2567 tx_ring->used++;
2629 WARN_ON(tx_ring->used > NUM_TCB);
2687 WARN_ON(tx_ring->used < 0);
2711 tx_ring->used--;
2727 tx_ring->used = 0;
2756 tx_ring->used--;
2771 tx_ring->used--;
2785 if (tx_ring->used <= NUM_TCB / 3)
3590 /* NOTE: Not used, can't find analogous statistics */
3766 if (tx_ring->used >= NUM_TCB - 1 && !netif_queue_stopped(netdev))
3773 if (tx_ring->used >= NUM_TCB)