Searched refs:__efx_filter_rfs_expire (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.h110 bool __efx_filter_rfs_expire(struct efx_channel *channel, unsigned int quota);
H A Drx_common.c935 __efx_filter_rfs_expire(channel, min(channel->rfs_filter_count,
1046 bool __efx_filter_rfs_expire(struct efx_channel *channel, unsigned int quota) function
H A Defx_channels.c522 if (quota >= 20 && __efx_filter_rfs_expire(channel, min(channel->rfs_filter_count, quota)))

Completed in 100 milliseconds