Searched refs:wl (Results 76 - 100 of 184) sorted by relevance

12345678

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c12 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod, argument
29 ret = wl1251_cmd_configure(wl, ACX_FW_GEN_FRAME_RATES,
42 int wl1251_acx_station_id(struct wl1251 *wl) argument
54 mac->mac[i] = wl->mac_addr[ETH_ALEN - 1 - i];
56 ret = wl1251_cmd_configure(wl, DOT11_STATION_ID, mac, sizeof(*mac));
62 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id) argument
75 ret = wl1251_cmd_configure(wl, DOT11_DEFAULT_KEY,
82 wl->default_key = key_id;
89 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, argument
104 ret = wl1251_cmd_configure(wl, ACX_WAKE_UP_CONDITION
116 wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) argument
135 wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len) argument
167 wl1251_acx_tx_power(struct wl1251 *wl, int power) argument
194 wl1251_acx_feature_cfg(struct wl1251 *wl, u32 data_flow_options) argument
221 wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, size_t len) argument
235 wl1251_acx_data_path_params(struct wl1251 *wl, struct acx_data_path_params_resp *resp) argument
282 wl1251_acx_rx_msdu_life_time(struct wl1251 *wl, u32 life_time) argument
306 wl1251_acx_rx_config(struct wl1251 *wl, u32 config, u32 filter) argument
332 wl1251_acx_pd_threshold(struct wl1251 *wl) argument
356 wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) argument
381 wl1251_acx_group_address_tbl(struct wl1251 *wl, bool enable, void *mc_list, u32 mc_list_len) argument
410 wl1251_acx_service_period_timeout(struct wl1251 *wl) argument
437 wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) argument
461 wl1251_acx_beacon_filter_opt(struct wl1251 *wl, bool enable_filter) argument
487 wl1251_acx_beacon_filter_table(struct wl1251 *wl) argument
516 wl1251_acx_conn_monit_params(struct wl1251 *wl) argument
543 wl1251_acx_sg_enable(struct wl1251 *wl) argument
567 wl1251_acx_sg_cfg(struct wl1251 *wl) argument
619 wl1251_acx_cca_threshold(struct wl1251 *wl) argument
642 wl1251_acx_bcn_dtim_options(struct wl1251 *wl) argument
669 wl1251_acx_aid(struct wl1251 *wl, u16 aid) argument
693 wl1251_acx_event_mbox_mask(struct wl1251 *wl, u32 event_mask) argument
721 wl1251_acx_low_rssi(struct wl1251 *wl, s8 threshold, u8 weight, u8 depth, enum wl1251_acx_low_rssi_type type) argument
746 wl1251_acx_set_preamble(struct wl1251 *wl, enum acx_preamble_type preamble) argument
770 wl1251_acx_cts_protect(struct wl1251 *wl, enum acx_ctsprotect_type ctsprotect) argument
795 wl1251_acx_tsf_info(struct wl1251 *wl, u64 *mactime) argument
819 wl1251_acx_statistics(struct wl1251 *wl, struct acx_statistics *stats) argument
835 wl1251_acx_rate_policies(struct wl1251 *wl) argument
870 wl1251_acx_mem_cfg(struct wl1251 *wl) argument
915 wl1251_acx_wr_tbtt_and_dtim(struct wl1251 *wl, u16 tbtt, u8 dtim) argument
941 wl1251_acx_bet_enable(struct wl1251 *wl, enum wl1251_acx_bet_mode mode, u8 max_consecutive) argument
967 wl1251_acx_arp_ip_filter(struct wl1251 *wl, bool enable, __be32 address) argument
993 wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, u8 aifs, u16 txop) argument
1023 wl1251_acx_tid_cfg(struct wl1251 *wl, u8 queue, enum wl1251_acx_channel_type type, u8 tsid, enum wl1251_acx_ps_scheme ps_scheme, enum wl1251_acx_ack_policy ack_policy) argument
[all...]
H A Dcmd.h18 int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
19 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer);
20 int wl1251_cmd_interrogate(struct wl1251 *wl, u16 id, void *buf, size_t len);
21 int wl1251_cmd_configure(struct wl1251 *wl, u16 id, void *buf, size_t len);
22 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity,
24 int wl1251_cmd_data_path_rx(struct wl1251 *wl, u8 channel, bool enable);
25 int wl1251_cmd_data_path_tx(struct wl1251 *wl, u8 channel, bool enable);
26 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
28 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode);
29 int wl1251_cmd_read_memory(struct wl1251 *wl, u3
[all...]
H A Devent.h108 int wl1251_event_unmask(struct wl1251 *wl);
109 void wl1251_event_mbox_config(struct wl1251 *wl);
110 int wl1251_event_handle(struct wl1251 *wl, u8 mbox);
111 int wl1251_event_wait(struct wl1251 *wl, u32 mask, int timeout_ms);
H A Dwl1251.h248 void (*read)(struct wl1251 *wl, int addr, void *buf, size_t len);
249 void (*write)(struct wl1251 *wl, int addr, void *buf, size_t len);
250 void (*read_elp)(struct wl1251 *wl, int addr, u32 *val);
251 void (*write_elp)(struct wl1251 *wl, int addr, u32 val);
252 int (*power)(struct wl1251 *wl, bool enable);
253 void (*reset)(struct wl1251 *wl);
254 void (*enable_irq)(struct wl1251 *wl);
255 void (*disable_irq)(struct wl1251 *wl);
389 int wl1251_plt_start(struct wl1251 *wl);
390 int wl1251_plt_stop(struct wl1251 *wl);
[all...]
H A Dacx.h1434 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod,
1436 int wl1251_acx_station_id(struct wl1251 *wl);
1437 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id);
1438 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event,
1440 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth);
1441 int wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len);
1442 int wl1251_acx_tx_power(struct wl1251 *wl, int power);
1443 int wl1251_acx_feature_cfg(struct wl1251 *wl, u32 data_flow_options);
1444 int wl1251_acx_mem_map(struct wl1251 *wl,
1446 int wl1251_acx_data_path_params(struct wl1251 *wl,
[all...]
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dcmd.h109 int wl1271_cmd_general_parms(struct wl1271 *wl);
110 int wl128x_cmd_general_parms(struct wl1271 *wl);
111 int wl1271_cmd_radio_parms(struct wl1271 *wl);
112 int wl128x_cmd_radio_parms(struct wl1271 *wl);
113 int wl1271_cmd_ext_radio_parms(struct wl1271 *wl);
114 int wl12xx_cmd_channel_switch(struct wl1271 *wl,
H A Dscan.h118 int wl12xx_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif,
120 int wl12xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif);
121 void wl12xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif);
122 int wl12xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif,
125 void wl12xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dscan.h15 int wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif,
18 int wl1271_scan_build_probe_req(struct wl1271 *wl,
21 void wl1271_scan_stm(struct wl1271 *wl, struct wl12xx_vif *wlvif);
23 int wl1271_scan_sched_scan_config(struct wl1271 *wl,
27 int wl1271_scan_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif);
28 void wlcore_scan_sched_scan_results(struct wl1271 *wl);
152 wlcore_set_scan_chan_params(struct wl1271 *wl,
160 wlcore_scan_sched_scan_ssid_list(struct wl1271 *wl,
H A Dcmd.h18 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len,
20 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
22 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
23 int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
24 int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
25 int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
26 int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
27 int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif);
28 int wl12xx_start_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif,
30 int wl12xx_stop_dev(struct wl1271 *wl, struc
[all...]
H A Dacx.h1029 int wl1271_acx_wake_up_conditions(struct wl1271 *wl,
1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
1033 int wl1271_acx_tx_power(struct wl1271 *wl, struct wl12xx_vif *wlvif,
1035 int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif);
1036 int wl1271_acx_mem_map(struct wl1271 *wl,
1038 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl);
1039 int wl1271_acx_slot(struct wl1271 *wl, struct wl12xx_vif *wlvif,
1041 int wl1271_acx_group_address_tbl(struct wl1271 *wl, struct wl12xx_vif *wlvif,
1043 int wl1271_acx_service_period_timeout(struct wl1271 *wl,
1045 int wl1271_acx_rts_threshold(struct wl1271 *wl, struc
[all...]
H A Dwlcore_i.h150 * (length of the array is wl->num_links)
339 struct wl1271 *wl; member in struct:wl12xx_vif
510 #define wl12xx_for_each_wlvif(wl, wlvif) \
511 list_for_each_entry(wlvif, &wl->wlvif_list, list)
513 #define wl12xx_for_each_wlvif_continue(wl, wlvif) \
514 list_for_each_entry_continue(wlvif, &wl->wlvif_list, list)
516 #define wl12xx_for_each_wlvif_bss_type(wl, wlvif, _bss_type) \
517 wl12xx_for_each_wlvif(wl, wlvif) \
520 #define wl12xx_for_each_wlvif_sta(wl, wlvif) \
521 wl12xx_for_each_wlvif_bss_type(wl, wlvi
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dmon.c217 struct net_device *wilc_wfi_init_mon_interface(struct wilc *wl, argument
224 if (wl->monitor_dev)
225 return wl->monitor_dev;
227 wl->monitor_dev = alloc_etherdev(sizeof(struct wilc_wfi_mon_priv));
228 if (!wl->monitor_dev)
231 wl->monitor_dev->type = ARPHRD_IEEE80211_RADIOTAP;
232 strscpy(wl->monitor_dev->name, name, IFNAMSIZ);
233 wl->monitor_dev->netdev_ops = &wilc_wfi_netdev_ops;
234 wl->monitor_dev->needs_free_netdev = true;
236 if (register_netdevice(wl
248 wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked) argument
[all...]
H A Dnetdev.c54 struct wilc *wl = vif->wilc; local
57 ret = request_threaded_irq(wl->dev_irq_num, isr_uh_routine,
60 dev->name, wl);
65 netdev_dbg(dev, "IRQ request succeeded IRQ-NUM= %d\n", wl->dev_irq_num);
142 static void wilc_wake_tx_queues(struct wilc *wl) argument
147 wilc_for_each_vif(wl, ifc) {
158 struct wilc *wl = vp; local
160 complete(&wl->txq_thread_started);
162 if (wait_for_completion_interruptible(&wl->txq_event))
164 if (wl
432 struct wilc *wl = vif->wilc; local
447 struct wilc *wl = vif->wilc; local
499 struct wilc *wl = vif->wilc; local
588 struct wilc *wl = vif->wilc; local
783 struct wilc *wl = vif->wilc; local
924 wilc_get_available_idx(struct wilc *wl) argument
940 wilc_netdev_ifc_init(struct wilc *wl, const char *name, int vif_type, enum nl80211_iftype type, bool rtnl_locked) argument
[all...]
H A Dcfg80211.c168 struct wilc *wl = vif->wilc; local
184 wl->sta_ch = WILC_INVALID_CHANNEL;
210 wl->sta_ch = WILC_INVALID_CHANNEL;
222 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl) argument
226 vif = list_first_or_null_rcu(&wl->vif_list, typeof(*vif), list);
236 struct wilc *wl = wiphy_priv(wiphy); local
242 vif = wilc_get_wl_to_vif(wl);
250 wl->op_ch = channelnum;
805 struct wilc *wl = wiphy_priv(wiphy); local
810 vif = wilc_get_wl_to_vif(wl);
1013 struct wilc *wl = vif->wilc; local
1024 struct wilc *wl = vif->wilc; local
1275 struct wilc *wl = wiphy_priv(wiphy); local
1357 struct wilc *wl = wiphy_priv(wiphy); local
1515 wilc_get_vif_from_type(struct wilc *wl, int type) argument
1533 struct wilc *wl = wiphy_priv(wiphy); local
1598 struct wilc *wl = wiphy_priv(wiphy); local
1619 struct wilc *wl = wiphy_priv(wiphy); local
1636 struct wilc *wl = wiphy_priv(wiphy); local
1656 struct wilc *wl = wiphy_priv(wiphy); local
1687 struct wilc *wl = vif->wilc; local
1745 wlan_init_locks(struct wilc *wl) argument
1775 struct wilc *wl; local
1831 struct wilc *wl; local
[all...]
H A Dwlan_cfg.h47 int wilc_wlan_cfg_get_val(struct wilc *wl, u16 wid, u8 *buffer,
51 int wilc_wlan_cfg_init(struct wilc *wl);
52 void wilc_wlan_cfg_deinit(struct wilc *wl);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.c181 struct wl1271 *wl = file->private_data; local
182 struct wl18xx_priv *priv = wl->priv;
197 mutex_lock(&wl->mutex);
202 memcpy(pos, &wl->conf, sizeof(wl->conf));
203 pos += sizeof(wl->conf);
206 mutex_unlock(&wl->mutex);
224 struct wl1271 *wl = file->private_data; local
227 mutex_lock(&wl->mutex);
229 if (unlikely(wl
252 struct wl1271 *wl = file->private_data; local
292 struct wl1271 *wl = file->private_data; local
326 struct wl1271 *wl = file->private_data; local
343 struct wl1271 *wl = file->private_data; local
388 struct wl1271 *wl = file->private_data; local
402 wl18xx_debugfs_add_files(struct wl1271 *wl, struct dentry *rootdir) argument
[all...]
H A Dcmd.c14 int wl18xx_cmd_channel_switch(struct wl1271 *wl, argument
52 supported_rates |= wlcore_hw_sta_get_ap_rate_mask(wl, wlvif);
55 wlcore_hw_ap_get_mimo_wide_rate_mask(wl, wlvif);
61 ret = wl1271_cmd_send(wl, CMD_CHANNEL_SWITCH, cmd, sizeof(*cmd), 0);
73 int wl18xx_cmd_smart_config_start(struct wl1271 *wl, u32 group_bitmap) argument
89 ret = wl1271_cmd_send(wl, CMD_SMART_CONFIG_START, cmd, sizeof(*cmd), 0);
101 int wl18xx_cmd_smart_config_stop(struct wl1271 *wl) argument
114 ret = wl1271_cmd_send(wl, CMD_SMART_CONFIG_STOP, cmd, sizeof(*cmd), 0);
126 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, argument
149 ret = wl1271_cmd_send(wl, CMD_SMART_CONFIG_SET_GROUP_KE
162 wl18xx_cmd_set_cac(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool start) argument
193 wl18xx_cmd_radar_detection_debug(struct wl1271 *wl, u8 channel) argument
219 wl18xx_cmd_dfs_master_restart(struct wl1271 *wl, struct wl12xx_vif *wlvif) argument
[all...]
H A Dscan.h105 int wl18xx_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif,
107 int wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif);
108 void wl18xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif);
109 int wl18xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif,
112 void wl18xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif);
/linux-master/scripts/
H A Dlink-vmlinux.sh79 wl=-Wl,
84 wl=
90 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
94 ldflags="${ldflags} ${wl}--strip-debug"
98 ldflags="${ldflags} ${wl}-Map=${output}.map"
102 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
103 ${wl}--start-group ${libs} ${wl}--end-group \
H A DMakefile.modpost96 ksym-wl := $(CONFIG_UNUSED_KSYMS_WHITELIST)
97 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl)
98 modpost-args += -t $(addprefix -u , $(ksym-wl))
99 modpost-deps += $(ksym-wl)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dsysfs.c47 mutex_lock(&wldev->wl->mutex);
50 mutex_unlock(&wldev->wl->mutex);
69 mutex_unlock(&wldev->wl->mutex);
103 mutex_lock(&wldev->wl->mutex);
108 b43err(wldev->wl, "Interference Mitigation not "
114 mutex_unlock(&wldev->wl->mutex);
H A Dleds.h18 struct b43_wl *wl; member in struct:b43_led
65 void b43_leds_unregister(struct b43_wl *wl);
81 static inline void b43_leds_unregister(struct b43_wl *wl) argument
/linux-master/arch/alpha/math-emu/
H A Dsfp-util.h14 #define umul_ppmm(wh, wl, u, v) \
17 "=&r" ((UDItype)(wl)) \
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dphy_shim.c35 struct brcms_info *wl; /* pointer to os-specific private state */ member in struct:phy_shim_info
39 struct brcms_info *wl,
49 physhim->wl = wl;
64 brcms_init_timer(physhim->wl, fn, arg, name);
85 brcms_intrson(physhim->wl);
90 return brcms_intrsoff(physhim->wl);
95 brcms_intrsrestore(physhim->wl, macintmask);
38 wlc_phy_shim_attach(struct brcms_hardware *wlc_hw, struct brcms_info *wl, struct brcms_c_info *wlc) argument
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dleds.c24 struct b43legacy_wl *wl = dev->wl; local
28 spin_lock_irqsave(&wl->leds_lock, flags);
35 spin_unlock_irqrestore(&wl->leds_lock, flags);
41 struct b43legacy_wl *wl = dev->wl; local
45 spin_lock_irqsave(&wl->leds_lock, flags);
52 spin_unlock_irqrestore(&wl->leds_lock, flags);
99 b43legacywarn(dev->wl, "LEDs: Failed to register %s\n", name);
120 struct ieee80211_hw *hw = dev->wl
[all...]

Completed in 400 milliseconds

12345678