Searched refs:driver_present (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/mac80211/
H A Ddriver-ops.c322 WARN_ON_ONCE(!ctx->driver_present);
349 WARN_ON_ONCE(!ctx->driver_present);
381 WARN_ON_ONCE(!old_ctx->driver_present);
383 new_ctx->driver_present) ||
385 !new_ctx->driver_present));
404 new_ctx->driver_present = true;
405 old_ctx->driver_present = false;
H A Ddriver-ops.h996 ctx->driver_present = true;
1007 if (WARN_ON(!ctx->driver_present))
1014 ctx->driver_present = false;
1026 WARN_ON_ONCE(!ctx->driver_present);
H A Dchan.c393 if (!ctx->driver_present)
1989 if (ctx->driver_present)
H A Dieee80211_i.h887 bool driver_present; member in struct:ieee80211_chanctx
H A Dutil.c1639 ctx->driver_present = false;

Completed in 200 milliseconds