Searched refs:wl (Results 101 - 125 of 184) sorted by relevance

12345678

/linux-master/drivers/net/wireless/ti/wlcore/
H A Drx.h134 int wlcore_rx(struct wl1271 *wl, struct wl_fw_status *status);
136 int wl1271_rx_filter_enable(struct wl1271 *wl,
139 int wl1271_rx_filter_clear_all(struct wl1271 *wl);
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c197 tx_rate = ieee80211_get_tx_rate(dev->wl->hw, info);
201 rate_fb = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : tx_rate;
216 txhdr->dur_fb = ieee80211_generic_frame_duration(dev->wl->hw,
285 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) {
286 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count;
289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count;
301 rts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info)->hw_value;
308 ieee80211_ctstoself_get(dev->wl->hw,
317 ieee80211_rts_get(dev->wl->hw,
447 dev->wl
[all...]
H A Ddebugfs.c37 /* Take wl->irq_lock before calling read/write? */
65 /* wl->irq_lock is locked */
79 /* wl->irq_lock is locked */
91 /* wl->irq_lock is locked */
105 /* wl->irq_lock is locked */
172 /* wl->irq_lock is locked */
205 mutex_lock(&dev->wl->mutex);
227 spin_lock_irq(&dev->wl->irq_lock);
229 spin_unlock_irq(&dev->wl->irq_lock);
250 mutex_unlock(&dev->wl
[all...]
H A Ddma.c138 b43legacydbg(ring->dev->wl,
339 b43legacyerr(dev->wl, "DMA RX reset timed out\n");
380 b43legacyerr(dev->wl, "DMA TX reset timed out\n");
481 b43legacyerr(ring->dev->wl,
712 b43legacydbg(ring->dev->wl, "DMA-%u 0x%04X (%s) max used slots:"
765 b43legacywarn(dev->wl, "DMA for this device not supported. "
770 b43legacyerr(dev->wl, "DMA for this device not supported and "
822 b43legacydbg(dev->wl, "%u-bit DMA initialized\n", (unsigned int)type);
1038 b43legacydbg(ring->dev->wl,
1063 b43legacyerr(dev->wl, "Packe
[all...]
H A Dpio.c226 b43legacywarn(queue->dev->wl, "PIO queue too small. "
276 spin_lock_irqsave(&dev->wl->irq_lock, flags);
296 spin_unlock_irqrestore(&dev->wl->irq_lock, flags);
343 b43legacyerr(dev->wl, "This card does not support PIO "
349 b43legacyerr(dev->wl, "PIO tx device-queue too small (%u)\n",
435 b43legacydbg(dev->wl, "PIO initialized\n");
503 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) {
524 ieee80211_tx_status_irqsafe(dev->wl->hw, packet->skb);
541 b43legacyerr(queue->dev->wl, "PIO RX error: %s\n", error);
576 b43legacydbg(queue->dev->wl, "PI
[all...]
H A Db43legacy.h671 * You should always acquire both, wl->mutex and wl->irq_lock unless:
672 * - You don't need to acquire wl->irq_lock, if the interface is stopped.
673 * - You don't need to acquire wl->mutex in the IRQ handler, IRQ tasklet
680 struct b43legacy_wl *wl; member in struct:b43legacy_wldev
794 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) argument
796 return (wl->operating &&
797 wl->if_type == type);
843 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...);
845 void b43legacyerr(struct b43legacy_wl *wl, cons
[all...]
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Devent.h106 int wl18xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event,
108 int wl18xx_process_mailbox_events(struct wl1271 *wl);
H A Dacx.h389 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap,
392 int wl18xx_acx_set_checksum_state(struct wl1271 *wl);
393 int wl18xx_acx_clear_statistics(struct wl1271 *wl);
394 int wl18xx_acx_peer_ht_operation_mode(struct wl1271 *wl, u8 hlid, bool wide);
395 int wl18xx_acx_set_peer_cap(struct wl1271 *wl,
399 int wl18xx_acx_interrupt_notify_config(struct wl1271 *wl, bool action);
400 int wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action);
401 int wl18xx_acx_ap_sleep(struct wl1271 *wl);
402 int wl18xx_acx_dynamic_fw_traces(struct wl1271 *wl);
403 int wl18xx_acx_time_sync_cfg(struct wl1271 *wl);
[all...]
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Devent.h92 int wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event,
94 int wl12xx_process_mailbox_events(struct wl1271 *wl);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.h214 void wl1251_tx_complete(struct wl1251 *wl);
215 void wl1251_tx_flush(struct wl1251 *wl);
H A Drx.h106 void wl1251_rx(struct wl1251 *wl);
/linux-master/tools/perf/tests/shell/
H A Dstat_metrics_values.sh19 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}"
/linux-master/drivers/mtd/ubi/
H A DMakefile4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dpio.c186 ieee80211_free_txskb(q->dev->wl->hw, pack->skb);
268 b43dbg(dev->wl, "PIO initialized\n");
323 struct b43_wl *wl = dev->wl; local
333 u8 *tail = wl->pio_tailspace;
334 BUILD_BUG_ON(sizeof(wl->pio_tailspace) < 2);
376 struct b43_wl *wl = dev->wl; local
387 u8 *tail = wl->pio_tailspace;
388 BUILD_BUG_ON(sizeof(wl
444 struct b43_wl *wl = dev->wl; local
599 struct b43_wl *wl = dev->wl; local
[all...]
H A Dphy_common.c93 phy->chandef = &dev->wl->hw->conf.chandef;
102 b43err(dev->wl, "PHY init failed\n");
109 b43err(dev->wl, "PHY init: Channel switch to default failed\n");
187 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP))
199 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP))
209 b43dbg(dev->wl, "PHY/RADIO register access with "
426 if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ)
468 struct b43_wl *wl = container_of(work, struct b43_wl, local
472 mutex_lock(&wl->mutex);
473 dev = wl
[all...]
H A Dxmit.c264 txrate = ieee80211_get_tx_rate(dev->wl->hw, info);
267 fbrate = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : txrate;
288 dev->wl->hw, info->control.vif, info->band,
414 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) {
415 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count;
418 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count;
431 rts_cts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info);
455 ieee80211_ctstoself_get(dev->wl->hw, info->control.vif,
477 ieee80211_rts_get(dev->wl->hw, info->control.vif,
665 dev->wl
[all...]
H A Ddma.c286 b43dbg(ring->dev->wl,
400 ieee80211_free_txskb(ring->dev->wl->hw, meta->skb);
470 b43err(dev->wl, "DMA RX reset timed out\n");
528 b43err(dev->wl, "DMA TX reset timed out\n");
619 b43err(ring->dev->wl, "RX DMA buffer allocation failed\n");
647 b43err(ring->dev->wl,
921 b43err(dev->wl,
985 b43dbg(ring->dev->wl, "DMA-%u %s: "
1060 b43err(dev->wl, "The machine/kernel does not support "
1116 b43dbg(dev->wl, "
[all...]
H A Dphy_ac.c60 if (b43_current_band(dev->wl) == NL80211_BAND_2GHZ)
H A Db43.h829 struct b43_wl *wl; member in struct:b43_wldev
972 /* Kmalloc'ed scratch space for PIO TX/RX. Protected by wl->mutex. */
989 static inline int b43_is_mode(struct b43_wl *wl, int type) argument
991 return (wl->operating && wl->if_type == type);
998 static inline enum nl80211_band b43_current_band(struct b43_wl *wl) argument
1000 return wl->hw->conf.chandef.chan->band;
1088 ieee80211_wake_queue(dev->wl->hw, queue_prio);
1090 ieee80211_wake_queue(dev->wl->hw, 0);
1096 ieee80211_stop_queue(dev->wl
[all...]
H A Dphy_n.c96 enum nl80211_band band = b43_current_band(dev->wl);
137 b43err(dev->wl, "RF sequence status timeout\n");
174 b43err(dev->wl, "Invalid override value %d\n", override);
184 if (e) /* Do it safer, better than wl */
254 b43err(dev->wl,
289 b43err(dev->wl,
348 if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ)
356 if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ) {
369 if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ) {
430 b43err(dev->wl,
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c14 #define FCXDEF_STEP 50 /* MUST <= FCXMAX_STEP and match with wl fw*/
47 CXTPS_OFF = 0x0, /* no wl tx pause*/
772 struct rtw89_btc_wl_info *wl = &cx->wl; local
780 } else if (!wl->status.map.init_ok) {
785 } else if ((wl->status.map.rf_off_pre == BTC_LPS_RF_OFF &&
786 wl->status.map.rf_off == BTC_LPS_RF_OFF) ||
787 (wl->status.map.lps_pre == BTC_LPS_RF_OFF &&
788 wl->status.map.lps == BTC_LPS_RF_OFF)) {
790 "[BTC], %s(): return by wl of
810 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
991 struct rtw89_btc_wl_info *wl = &cx->wl; local
1299 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2552 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2773 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2805 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2881 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
2967 struct rtw89_btc_wl_info *wl = &cx->wl; local
2994 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
3143 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
3616 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4013 struct rtw89_btc_wl_info *wl = &rtwdev->btc.cx.wl; local
4047 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4172 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4296 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4353 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4392 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4419 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4729 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4812 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
4882 struct rtw89_btc_wl_info *wl = &cx->wl; local
4938 struct rtw89_btc_wl_info *wl = &cx->wl; local
5017 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5057 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5214 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5272 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5334 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5396 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5505 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5559 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5710 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
5860 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6042 struct rtw89_btc_wl_info *wl = &rtwdev->btc.cx.wl; local
6136 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6323 struct rtw89_btc_wl_info *wl = &cx->wl; local
6360 struct rtw89_btc_wl_info *wl = &cx->wl; local
6469 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6679 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6702 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6726 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6781 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6808 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6829 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
6857 struct rtw89_btc_wl_info *wl = &cx->wl; local
7152 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7269 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7333 struct rtw89_btc_wl_info *wl = &cx->wl; local
7448 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7581 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7687 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7767 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
7830 struct rtw89_btc_wl_info *wl = &cx->wl; local
7934 struct rtw89_btc_wl_info *wl = &cx->wl; local
8415 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
9601 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
9679 struct rtw89_btc_wl_info *wl = &btc->cx.wl; local
9757 struct rtw89_btc_wl_info *wl = &cx->wl; local
9828 struct rtw89_btc_wl_info *wl = &cx->wl; local
9932 struct rtw89_btc_wl_info *wl = &cx->wl; local
10044 struct rtw89_btc_wl_info *wl = &cx->wl; local
10159 struct rtw89_btc_wl_info *wl = &cx->wl; local
10273 struct rtw89_btc_wl_info *wl = &cx->wl; local
[all...]
/linux-master/arch/sparc/math-emu/
H A Dsfp-util_64.h43 #define umul_ppmm(wh, wl, u, v) \
69 "=&r" (wl), \
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h249 /* wl status bits */
285 static inline struct gelic_port *wl_port(struct gelic_wl_info *wl) argument
287 return container_of((void *)wl, struct gelic_port, priv);
296 struct gelic_wl_info *wl; member in struct:gelic_eurus_cmd
/linux-master/arch/xtensa/lib/
H A Dumulsidi3.S30 #define wl a3 define
33 #define wl a2 define
42 mov wl, a6
143 mov wl, a6
/linux-master/drivers/video/fbdev/
H A Dleo.c442 static void leo_wid_put(struct fb_info *info, struct fb_wid_list *wl) argument
455 for (i = 0, wi = wl->wl_list; i < wl->wl_count; i++, wi++) {
483 struct fb_wid_list wl; local
485 wl.wl_count = 1;
486 wl.wl_list = &wi;
490 leo_wid_put(info, &wl);
493 leo_wid_put(info, &wl);
496 leo_wid_put(info, &wl);
500 leo_wid_put(info, &wl);
[all...]

Completed in 372 milliseconds

12345678