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

/linux-master/drivers/net/ethernet/sun/
H A Dniu.c8670 int i, tot_rx, tot_tx; local
8689 tot_rx = tot_tx = 0;
8704 tot_rx += parent->rxchan_per_port[i];
8708 if (tot_rx > NIU_NUM_RXCHAN) {
8710 parent->index, tot_rx);
8720 if (tot_rx < NIU_NUM_RXCHAN || tot_tx < NIU_NUM_TXCHAN) {
8722 parent->index, tot_rx, tot_tx);

Completed in 135 milliseconds