Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sun/
H A Dniu.c4480 first_rx_channel += parent->rxchan_per_port[i]; in niu_alloc_channels()
4484 num_rx_rings = parent->rxchan_per_port[port]; in niu_alloc_channels()
8680 parent->rxchan_per_port[i] = (16 / num_ports); in niu_n2_divide_channels()
8685 parent->rxchan_per_port[i], in niu_n2_divide_channels()
8720 parent->rxchan_per_port[i] = rx_chans_per_10g; in niu_divide_channels()
8723 parent->rxchan_per_port[i] = rx_chans_per_1g; in niu_divide_channels()
8728 parent->rxchan_per_port[i], in niu_divide_channels()
8730 tot_rx += parent->rxchan_per_port[i]; in niu_divide_channels()
8738 parent->rxchan_per_port[i] = 1; in niu_divide_channels()
8766 int grp, num_channels = parent->rxchan_per_port[i]; in niu_divide_rdc_groups()
[all …]
H A Dniu.h3092 u8 rxchan_per_port[NIU_MAX_PORTS]; member