Lines Matching defs:NUM_TCB
391 #define NUM_TCB 64
1757 memset(tcb, 0, sizeof(struct tcb) * NUM_TCB);
1759 for (i = 0; i < NUM_TCB; i++) {
2360 tx_ring->tcb_ring = kcalloc(NUM_TCB, sizeof(struct tcb),
2629 WARN_ON(tx_ring->used > NUM_TCB);
2703 while (tcb != NULL && freed < NUM_TCB) {
2723 WARN_ON(freed == NUM_TCB);
2785 if (tx_ring->used <= NUM_TCB / 3)
3766 if (tx_ring->used >= NUM_TCB - 1 && !netif_queue_stopped(netdev))
3773 if (tx_ring->used >= NUM_TCB)