Home
last modified time | relevance | path

Searched refs:wilc (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/wilc1000/
Dlinux_wlan.c115 struct wilc *g_linux_wlan;
232 struct wilc *wilc; in isr_uh_routine() local
236 wilc = nic->wilc; in isr_uh_routine()
240 if (wilc->close) { in isr_uh_routine()
251 struct wilc *wilc; in isr_bh_routine() local
254 wilc = nic->wilc; in isr_bh_routine()
257 if (wilc->close) { in isr_bh_routine()
263 wilc_handle_isr(wilc); in isr_bh_routine()
273 struct wilc *wl; in init_irq()
276 wl = nic->wilc; in init_irq()
[all …]
Dwilc_wfi_netdevice.h158 struct wilc { struct
202 struct wilc *wilc; argument
209 extern struct wilc *g_linux_wlan;
211 void frmw_to_linux(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset);
212 void linux_wlan_mac_indicate(struct wilc *wilc, int flag);
217 int wilc_netdev_init(struct wilc **wilc);
219 void WILC_WFI_mgmt_rx(struct wilc *wilc, u8 *buff, u32 size);
Dwilc_wlan.c354 struct wilc *wilc; in tcp_process() local
357 wilc = nic->wilc; in tcp_process()
359 spin_lock_irqsave(&wilc->txq_spinlock, flags); in tcp_process()
407 spin_unlock_irqrestore(&wilc->txq_spinlock, flags); in tcp_process()
415 struct wilc *wilc; in wilc_wlan_txq_filter_dup_tcp_ack() local
421 wilc = nic->wilc; in wilc_wlan_txq_filter_dup_tcp_ack()
423 spin_lock_irqsave(&wilc->txq_spinlock, p->txq_spinlock_flags); in wilc_wlan_txq_filter_dup_tcp_ack()
450 spin_unlock_irqrestore(&wilc->txq_spinlock, p->txq_spinlock_flags); in wilc_wlan_txq_filter_dup_tcp_ack()
454 linux_wlan_lock_timeout(&wilc->txq_event, 1); in wilc_wlan_txq_filter_dup_tcp_ack()
582 static struct txq_entry_t *wilc_wlan_txq_get_next(struct wilc *wilc, in wilc_wlan_txq_get_next() argument
[all …]
Dlinux_wlan_sdio.c26 struct wilc *wilc; member
50 wilc_handle_isr(wl_sdio->wilc); in wilc_sdio_interrupt()
122 struct wilc *wilc; in linux_sdio_probe() local
131 if (wilc_netdev_init(&wilc)) { in linux_sdio_probe()
137 wl_sdio->wilc = wilc; in linux_sdio_probe()
Dwilc_wfi_cfgoperations.c539 struct wilc *wl; in CfgConnectResult()
547 wl = nic->wilc; in CfgConnectResult()
1088 struct wilc *wl; in add_key()
1093 wl = nic->wilc; in add_key()
1362 struct wilc *wl; in del_key()
1367 wl = nic->wilc; in del_key()
2389 struct wilc *wl; in wilc_mgmt_frame_register()
2393 wl = nic->wilc; in wilc_mgmt_frame_register()
2536 struct wilc *wl; in change_virtual_intf()
2540 wl = nic->wilc; in change_virtual_intf()
[all …]
Dwilc_wlan.h304 void wilc_handle_isr(void *wilc);
Dhost_interface.c4076 struct wilc *wilc; in host_int_init() local
4079 wilc = nic->wilc; in host_int_init()
4125 hif_thread_handler = kthread_run(hostIFthread, wilc, in host_int_init()