Searched refs:my_quota (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c398 int wqe_index, last_wqe_index, rq, my_quota, port_reset; local
402 my_quota = min(*budget, dev->quota);
405 while ((my_quota > 0) && cqe) {
409 my_quota--;
482 static struct ehea_cqe *ehea_proc_cqes(struct ehea_port_res *pr, int my_quota) argument
487 int quota = my_quota;

Completed in 133 milliseconds