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*/
2566 tx_ring->used++;
2628 WARN_ON(tx_ring->used > NUM_TCB);
2686 WARN_ON(tx_ring->used < 0);
2710 tx_ring->used--;
2726 tx_ring->used = 0;
2755 tx_ring->used--;
2770 tx_ring->used--;
2784 if (tx_ring->used <= NUM_TCB / 3)
3589 /* NOTE: Not used, can't find analogous statistics */
3772 if (tx_ring->used >= NUM_TCB - 1 && !netif_queue_stopped(netdev))
3779 if (tx_ring->used >= NUM_TCB)