Home
last modified time | relevance | path

Searched refs:tot_tx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c8646 int i, tot_rx, tot_tx; in niu_divide_channels() local
8665 tot_rx = tot_tx = 0; in niu_divide_channels()
8681 tot_tx += parent->txchan_per_port[i]; in niu_divide_channels()
8690 if (tot_tx > NIU_NUM_TXCHAN) { in niu_divide_channels()
8692 parent->index, tot_tx); in niu_divide_channels()
8696 if (tot_rx < NIU_NUM_RXCHAN || tot_tx < NIU_NUM_TXCHAN) { in niu_divide_channels()
8698 parent->index, tot_rx, tot_tx); in niu_divide_channels()