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()
8660 parent->rxchan_per_port[i] = (16 / num_ports); in niu_n2_divide_channels()
8665 parent->rxchan_per_port[i], in niu_n2_divide_channels()
8700 parent->rxchan_per_port[i] = rx_chans_per_10g; in niu_divide_channels()
8703 parent->rxchan_per_port[i] = rx_chans_per_1g; in niu_divide_channels()
8708 parent->rxchan_per_port[i], in niu_divide_channels()
8710 tot_rx += parent->rxchan_per_port[i]; in niu_divide_channels()
8718 parent->rxchan_per_port[i] = 1; in niu_divide_channels()
8746 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