Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h124 struct wilc_vif;
127 void (*expired)(struct wilc_vif *vif, u64 cookie);
128 struct wilc_vif *vif;
144 struct wilc_vif *scan_timer_vif;
147 struct wilc_vif *connect_timer_vif;
150 struct wilc_vif *remain_on_ch_timer_vif;
156 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
159 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len,
162 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac,
164 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len,
[all …]
H A Dnetdev.c59 struct wilc_vif *vif = netdev_priv(dev); in init_irq()
78 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq()
102 struct wilc_vif *vif; in get_if_handler()
124 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid()
138 struct wilc_vif *vif; in wilc_wlan_get_num_conn_ifcs()
152 struct wilc_vif *ifc; in wilc_wake_tx_queues()
202 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware()
231 struct wilc_vif *vif = netdev_priv(dev); in wilc_start_firmware()
248 struct wilc_vif *vif = netdev_priv(dev); in wilc_firmware_download()
270 static int wilc_init_fw_config(struct net_device *dev, struct wilc_vif *vif) in wilc_init_fw_config()
[all …]
H A Dhif.c46 struct wilc_vif *vif;
55 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work()
92 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx()
102 static struct wilc_vif *wilc_get_vif_from_idx(struct wilc *wilc, int idx) in wilc_get_vif_from_idx()
105 struct wilc_vif *vif; in wilc_get_vif_from_idx()
118 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done()
154 int wilc_scan(struct wilc_vif *vif, u8 scan_source, in wilc_scan()
273 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid()
337 struct wilc_vif *vif = msg->vif; in handle_connect_timeout()
573 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info()
[all …]
H A Dcfg80211.c167 struct wilc_vif *vif = netdev_priv(dev); in cfg_connect_result()
222 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl) in wilc_get_wl_to_vif()
224 struct wilc_vif *vif; in wilc_get_wl_to_vif()
238 struct wilc_vif *vif; in set_channel()
263 struct wilc_vif *vif = netdev_priv(request->wdev->netdev); in scan()
302 struct wilc_vif *vif = netdev_priv(dev); in connect()
451 struct wilc_vif *vif = netdev_priv(dev); in disconnect()
547 struct wilc_vif *vif = netdev_priv(wdev->netdev); in add_key()
647 struct wilc_vif *vif = netdev_priv(wdev->netdev); in del_key()
688 struct wilc_vif *vif = netdev_priv(wdev->netdev); in get_key()
[all …]
H A Dwlan.c46 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_add_to_tail()
60 static void wilc_wlan_txq_add_to_head(struct wilc_vif *vif, u8 q_num, in wilc_wlan_txq_add_to_head()
81 static inline void add_tcp_session(struct wilc_vif *vif, u32 src_prt, in add_tcp_session()
95 static inline void update_tcp_session(struct wilc_vif *vif, u32 index, u32 ack) in update_tcp_session()
104 static inline void add_tcp_pending_ack(struct wilc_vif *vif, u32 ack, in add_tcp_pending_ack()
126 struct wilc_vif *vif = netdev_priv(dev); in tcp_process()
174 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_filter_dup_tcp_ack()
229 void wilc_enable_tcp_ack_filter(struct wilc_vif *vif, bool value) in wilc_enable_tcp_ack_filter()
234 static int wilc_wlan_txq_add_cfg_pkt(struct wilc_vif *vif, u8 *buffer, in wilc_wlan_txq_add_cfg_pkt()
400 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_add_net_pkt()
[all …]
H A Dnetdev.h178 struct wilc_vif { struct
302 struct wilc_vif *wilc_netdev_ifc_init(struct wilc *wl, const char *name,
H A Dsdio.c143 struct wilc_vif *vif; in wilc_sdio_probe()
H A Dspi.c210 struct wilc_vif *vif; in wilc_bus_probe()