Home
last modified time | relevance | path

Searched refs:replacing (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c198 bool replacing) in efx_mcdi_filter_push_prep()
216 if (replacing) { in efx_mcdi_filter_push_prep()
245 struct efx_rss_context *ctx, bool replacing) in efx_mcdi_filter_push()
252 efx_mcdi_filter_push_prep(efx, spec, inbuf, *handle, ctx, replacing); in efx_mcdi_filter_push()
351 bool replacing = false; in efx_mcdi_filter_insert_locked() local
456 replacing = true; in efx_mcdi_filter_insert_locked()
471 ctx, replacing); in efx_mcdi_filter_insert_locked()
481 if (replacing) { in efx_mcdi_filter_insert_locked()
492 } else if (!replacing) { in efx_mcdi_filter_insert_locked()
194 efx_mcdi_filter_push_prep(struct efx_nic *efx, const struct efx_filter_spec *spec, efx_dword_t *inbuf, u64 handle, struct efx_rss_context *ctx, bool replacing) efx_mcdi_filter_push_prep() argument
243 efx_mcdi_filter_push(struct efx_nic *efx, const struct efx_filter_spec *spec, u64 *handle, struct efx_rss_context *ctx, bool replacing) efx_mcdi_filter_push() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c198 bool replacing) in efx_mcdi_filter_push_prep()
216 if (replacing) { in efx_mcdi_filter_push_prep()
248 struct efx_rss_context *ctx, bool replacing) in efx_mcdi_filter_push()
255 efx_mcdi_filter_push_prep(efx, spec, inbuf, *handle, ctx, replacing); in efx_mcdi_filter_push()
354 bool replacing = false; in efx_mcdi_filter_insert_locked() local
459 replacing = true; in efx_mcdi_filter_insert_locked()
474 ctx, replacing); in efx_mcdi_filter_insert_locked()
484 if (replacing) { in efx_mcdi_filter_insert_locked()
496 } else if (!replacing) { in efx_mcdi_filter_insert_locked()
194 efx_mcdi_filter_push_prep(struct efx_nic *efx, const struct efx_filter_spec *spec, efx_dword_t *inbuf, u64 handle, struct efx_rss_context *ctx, bool replacing) efx_mcdi_filter_push_prep() argument
246 efx_mcdi_filter_push(struct efx_nic *efx, const struct efx_filter_spec *spec, u64 *handle, struct efx_rss_context *ctx, bool replacing) efx_mcdi_filter_push() argument
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h279 * 'replacing' means we are replacing one or more drives and
283 int syncing, expanding, expanded, replacing; member
H A Draid5.c1169 || s->replacing) in ops_run_io()
1236 || s->replacing) in ops_run_io()
3672 s->replacing = 0; in handle_failed_sync()
3749 (s->replacing && want_replace(sh, disk_idx))) in need_this_block()
3751 * When replacing, we need the replaced block. in need_this_block()
4762 * else we can only be replacing in analyse_stripe()
4771 s->replacing = 1; in analyse_stripe()
4942 s.replacing || s.to_write || s.written) { in handle_stripe()
4974 if (s.syncing + s.replacing) in handle_stripe()
5052 || s.replacing in handle_stripe()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h280 * 'replacing' means we are replacing one or more drives and
284 int syncing, expanding, expanded, replacing; member
H A Draid5.c1254 || s->replacing) in ops_run_io()
1317 || s->replacing) in ops_run_io()
3784 s->replacing = 0; in handle_failed_sync()
3861 (s->replacing && want_replace(sh, disk_idx))) in need_this_block()
3863 * When replacing, we need the replaced block. in need_this_block()
4875 * else we can only be replacing in analyse_stripe()
4884 s->replacing = 1; in analyse_stripe()
5055 s.replacing || s.to_write || s.written) { in handle_stripe()
5087 if (s.syncing + s.replacing) in handle_stripe()
5165 || s.replacing in handle_stripe()
[all...]

Completed in 25 milliseconds