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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c8588 int i, tot_rx, tot_tx; local
8607 tot_rx = tot_tx = 0;
8622 tot_rx += parent->rxchan_per_port[i];
8626 if (tot_rx > NIU_NUM_RXCHAN) {
8628 parent->index, tot_rx);
8638 if (tot_rx < NIU_NUM_RXCHAN || tot_tx < NIU_NUM_TXCHAN) {
8640 parent->index, tot_rx, tot_tx);

Completed in 174 milliseconds