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),
2628 WARN_ON(tx_ring->used > NUM_TCB);
2702 while (tcb != NULL && freed < NUM_TCB) {
2722 WARN_ON(freed == NUM_TCB);
2784 if (tx_ring->used <= NUM_TCB / 3)
3772 if (tx_ring->used >= NUM_TCB - 1 && !netif_queue_stopped(netdev))
3779 if (tx_ring->used >= NUM_TCB)