Home
last modified time | relevance | path

Searched refs:wl_info (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwl_export.h21 struct wl_info;
24 extern void wl_init(struct wl_info *wl);
25 extern uint wl_reset(struct wl_info *wl);
26 extern void wl_intrson(struct wl_info *wl);
27 extern u32 wl_intrsoff(struct wl_info *wl);
28 extern void wl_intrsrestore(struct wl_info *wl, u32 macintmask);
29 extern int wl_up(struct wl_info *wl);
30 extern void wl_down(struct wl_info *wl);
31 extern void wl_txflowcontrol(struct wl_info *wl, struct wl_if *wlif, bool state,
33 extern bool wl_alloc_dma_resources(struct wl_info *wl, uint dmaddrwidth);
[all …]
Dwl_mac80211.c72 #define WL_INFO(dev) ((struct wl_info *)(WL_DEV_IF(dev)->wl))
73 static int wl_request_fw(struct wl_info *wl, struct pci_dev *pdev);
74 static void wl_release_fw(struct wl_info *wl);
83 static void wl_free(struct wl_info *wl);
153 struct wl_info *wl = hw->priv; in wl_ops_tx()
168 struct wl_info *wl = hw->priv; in wl_ops_start()
188 struct wl_info *wl = hw->priv; in wl_ops_stop()
197 struct wl_info *wl; in wl_ops_add_interface()
225 struct wl_info *wl; in wl_ops_remove_interface()
242 struct wl_info *wl = HW_TO_WL(hw); in ieee_set_channel()
[all …]
Dwl_ucode.h42 extern int wl_ucode_data_init(struct wl_info *wl);
45 extern int wl_ucode_init_buf(struct wl_info *wl, void **pbuf, unsigned int idx);
46 extern int wl_ucode_init_uint(struct wl_info *wl, unsigned *data,
49 extern int wl_check_firmwares(struct wl_info *wl);
Dwl_mac80211.h26 struct wl_info *wl;
51 struct wl_info { struct
Dwl_ucode_loader.c56 int wl_ucode_data_init(struct wl_info *wl) in wl_ucode_data_init()
Dwlc_main.h491 struct wl_info *wl; /* pointer to os-specific private state */
/linux-2.6.39/drivers/staging/brcm80211/include/
Dbcmdefs.h159 struct wl_info;
/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_main.c390 dbg_info_t wl_info = { DBG_MOD_NAME, 0, 0 }; variable
391 dbg_info_t *DbgInfo = &wl_info;