Searched refs:rfs_filter_count (Results 1 – 8 of 8) sorted by relevance
819 channel->rfs_filter_count = 0; in efx_probe_filters()893 channel->rfs_filter_count++; in efx_filter_rfs_work()931 __efx_filter_rfs_expire(channel, min(channel->rfs_filter_count, in efx_filter_rfs_work()1065 channel->rfs_filter_count--; in __efx_filter_rfs_expire()
521 quota = channel->rfs_filter_count * time / (30 * HZ); in efx_filter_rfs_expire()522 if (quota >= 20 && __efx_filter_rfs_expire(channel, min(channel->rfs_filter_count, quota))) in efx_filter_rfs_expire()1297 if (channel->rfs_filter_count * time >= 600 * HZ) in efx_poll()
516 unsigned int rfs_filter_count; member
96 EFX_ETHTOOL_UINT_CHANNEL_STAT_NO_N(rfs_filter_count),
826 channel->rfs_filter_count = 0; in efx_siena_probe_filters()901 channel->rfs_filter_count++; in efx_filter_rfs_work()940 min(channel->rfs_filter_count, in efx_filter_rfs_work()1075 channel->rfs_filter_count--; in __efx_siena_filter_rfs_expire()
522 quota = channel->rfs_filter_count * time / (30 * HZ); in efx_filter_rfs_expire()524 min(channel->rfs_filter_count, quota))) in efx_filter_rfs_expire()1301 if (channel->rfs_filter_count * time >= 600 * HZ) in efx_poll()
512 unsigned int rfs_filter_count; member
95 EFX_ETHTOOL_UINT_CHANNEL_STAT_NO_N(rfs_filter_count),