Searched defs:replace (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dfilter.c649 * efx_filter_insert_filter - add or replace a filter
652 * @replace: Flag for whether the specified filter may replace a filter
659 bool replace)
688 /* Should we replace the existing filter? */
689 if (!replace) {
658 efx_filter_insert_filter(struct efx_nic *efx, struct efx_filter_spec *spec, bool replace) argument

Completed in 52 milliseconds