[go: nahoru, domu]

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

/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h297 enum { /* for wil6210_priv.status */
389 struct wil6210_priv { struct
446 struct mutex mutex; /* for wil6210_priv access in wil_{up|down} */
459 #define wiphy_to_wil(w) (struct wil6210_priv *)(wiphy_priv(w))
461 #define wdev_to_wil(w) (struct wil6210_priv *)(wdev_priv(w))
466 void wil_dbg_trace(struct wil6210_priv *wil, const char *fmt, ...);
467 void wil_err(struct wil6210_priv *wil, const char *fmt, ...);
468 void wil_info(struct wil6210_priv *wil, const char *fmt, ...);
511 void wil_if_free(struct wil6210_priv *wil);
512 int wil_if_add(struct wil6210_priv *wi
[all...]

Completed in 40 milliseconds