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

/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c198 bool replacing)
216 if (replacing) {
248 struct efx_rss_context *ctx, bool replacing)
255 efx_mcdi_filter_push_prep(efx, spec, inbuf, *handle, ctx, replacing);
354 bool replacing = false; local
459 replacing = true;
474 ctx, replacing);
484 if (replacing) {
496 } else if (!replacing) {
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) 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) argument
/linux-master/drivers/md/
H A Draid5.h280 * 'replacing' means we are replacing one or more drives and
284 int syncing, expanding, expanded, replacing; member in struct:stripe_head_state
H A Draid5.c1246 || s->replacing)
1306 || s->replacing)
3740 s->replacing = 0;
3815 (s->replacing && want_replace(sh, disk_idx)))
3817 * When replacing, we need the replaced block.
4825 * else we can only be replacing
4834 s->replacing = 1;
5004 s.replacing || s.to_write || s.written) {
5036 if (s.syncing + s.replacing)
5114 || s.replacing
[all...]

Completed in 158 milliseconds