Searched refs:rfs_filter_count (Results 1 – 4 of 4) sorted by relevance
833 channel->rfs_filter_count = 0; in efx_probe_filters()908 channel->rfs_filter_count++; in efx_filter_rfs_work()946 __efx_filter_rfs_expire(channel, min(channel->rfs_filter_count, in efx_filter_rfs_work()1080 channel->rfs_filter_count--; in __efx_filter_rfs_expire()
520 quota = channel->rfs_filter_count * time / (30 * HZ); in efx_filter_rfs_expire()521 if (quota >= 20 && __efx_filter_rfs_expire(channel, min(channel->rfs_filter_count, quota))) in efx_filter_rfs_expire()1284 if (channel->rfs_filter_count * time >= 600 * HZ) in efx_poll()
513 unsigned int rfs_filter_count; member
95 EFX_ETHTOOL_UINT_CHANNEL_STAT_NO_N(rfs_filter_count),
Completed in 32 milliseconds