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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dparmmap.h62 u16 rx_max; /* Max number of rx pkts per phb */ member in struct:PARM_MAP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_ethtool.c170 u32 rx_max, rx_min, rx_cur; local
183 rx_max = coalesce->rx_coalesce_usecs_high;
200 if (rx_max > BE_MAX_EQD)
201 rx_max = BE_MAX_EQD;
202 if (rx_min > rx_max)
203 rx_min = rx_max;
204 rx_eq->max_eqd = rx_max;
206 if (rx_eq->cur_eqd > rx_max)
207 rx_eq->cur_eqd = rx_max;

Completed in 35 milliseconds