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.c4481 first_rx_channel += parent->rxchan_per_port[i]; in niu_alloc_channels()
4485 num_rx_rings = parent->rxchan_per_port[port]; in niu_alloc_channels()
8654 parent->rxchan_per_port[i] = (16 / num_ports); in niu_n2_divide_channels()
8659 parent->rxchan_per_port[i], in niu_n2_divide_channels()
8694 parent->rxchan_per_port[i] = rx_chans_per_10g; in niu_divide_channels()
8697 parent->rxchan_per_port[i] = rx_chans_per_1g; in niu_divide_channels()
8702 parent->rxchan_per_port[i], in niu_divide_channels()
8704 tot_rx += parent->rxchan_per_port[i]; in niu_divide_channels()
8712 parent->rxchan_per_port[i] = 1; in niu_divide_channels()
8740 int grp, num_channels = parent->rxchan_per_port[i]; in niu_divide_rdc_groups()
[all …]
H A Dniu.h3089 u8 rxchan_per_port[NIU_MAX_PORTS]; member