/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | wil6210.h | 43 struct wil6210_vif; 589 int (*ring_init_tx)(struct wil6210_vif *vif, int ring_id, 592 int (*ring_init_bcast)(struct wil6210_vif *vif, int id, int size); 600 int (*tx_ring_tso)(struct wil6210_priv *wil, struct wil6210_vif *vif, 827 struct wil6210_vif { struct 911 struct wil6210_vif *vifs[WIL_MAX_VIFS]; 1032 #define ndev_to_vif(n) (struct wil6210_vif *)(netdev_priv(n)) 1037 static inline struct wil6210_vif *wdev_to_vif(struct wil6210_priv *wil, in wdev_to_vif() 1044 return container_of(wdev, struct wil6210_vif, wdev); in wdev_to_vif() 1048 vif_to_radio_wdev(struct wil6210_priv *wil, struct wil6210_vif *vif) in vif_to_radio_wdev() [all …]
|
D | p2p.c | 26 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen() 70 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search() 140 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_p2p_listen() 188 u8 wil_p2p_stop_discovery(struct wil6210_vif *vif) in wil_p2p_stop_discovery() 207 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen() 246 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_listen_expired() 247 struct wil6210_vif, p2p); in wil_p2p_listen_expired() 274 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_search_expired() 275 struct wil6210_vif, p2p); in wil_p2p_search_expired() 306 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_delayed_listen_work() [all …]
|
D | netdev.c | 27 struct wil6210_vif *vif; in wil_has_other_active_ifaces() 155 struct wil6210_vif *vif; in wil6210_netdev_poll_tx() 212 static void wil_vif_deinit(struct wil6210_vif *vif) in wil_vif_deinit() 223 void wil_vif_free(struct wil6210_vif *vif) in wil_vif_free() 233 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_ndev_destructor() 240 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn() 256 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn() 266 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn() 274 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init() 305 struct wil6210_vif * [all …]
|
D | wmi.c | 748 static void wmi_evt_ready(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ready() 776 static void wmi_evt_rx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_rx_mgmt() 863 static void wmi_evt_tx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_tx_mgmt() 874 static void wmi_evt_scan_complete(struct wil6210_vif *vif, int id, in wmi_evt_scan_complete() 907 static void wmi_evt_connect(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_connect() 1075 static void wmi_evt_disconnect(struct wil6210_vif *vif, int id, in wmi_evt_disconnect() 1103 static void wmi_evt_eapol_rx(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_eapol_rx() 1153 static void wmi_evt_ring_en(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ring_en() 1178 static void wmi_evt_ba_status(struct wil6210_vif *vif, int id, in wmi_evt_ba_status() 1210 static void wmi_evt_addba_rx_req(struct wil6210_vif *vif, int id, in wmi_evt_addba_rx_req() [all …]
|
D | cfg80211.c | 264 int wil_cid_fill_sinfo(struct wil6210_vif *vif, int cid, in wil_cid_fill_sinfo() 340 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_get_station() 380 struct wil6210_vif *vif = ndev_to_vif(dev); in wil_cfg80211_dump_station() 444 struct wil6210_vif *vif, in wil_cfg80211_validate_change_iface() 455 struct wil6210_vif *vif_pos = wil->vifs[i]; in wil_cfg80211_validate_change_iface() 479 struct wil6210_vif *vif; in wil_cfg80211_add_iface() 548 int wil_vif_prepare_stop(struct wil6210_vif *vif) in wil_vif_prepare_stop() 577 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_del_iface() 617 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_change_iface() 682 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_scan() [all …]
|
D | pm.c | 30 struct wil6210_vif *vif = wil->vifs[i]; in wil_pm_wake_connected_net_queues() 44 struct wil6210_vif *vif = wil->vifs[i]; in wil_pm_stop_all_net_queues() 53 wil_can_suspend_vif(struct wil6210_priv *wil, struct wil6210_vif *vif, in wil_can_suspend_vif() 127 struct wil6210_vif *vif = wil->vifs[i]; in wil_can_suspend()
|
D | main.c | 217 static void wil_disconnect_cid(struct wil6210_vif *vif, int cid, in wil_disconnect_cid() 298 static void _wil6210_disconnect(struct wil6210_vif *vif, const u8 *bssid, in _wil6210_disconnect() 382 struct wil6210_vif *vif = container_of(work, in wil_disconnect_worker() 383 struct wil6210_vif, disconnect_worker); in wil_disconnect_worker() 523 int wil_ring_init_tx(struct wil6210_vif *vif, int cid) in wil_ring_init_tx() 551 int wil_bcast_init(struct wil6210_vif *vif) in wil_bcast_init() 571 void wil_bcast_fini(struct wil6210_vif *vif) in wil_bcast_fini() 586 struct wil6210_vif *vif; in wil_bcast_fini_all() 699 void wil6210_disconnect(struct wil6210_vif *vif, const u8 *bssid, in wil6210_disconnect() 1324 void wil_abort_scan(struct wil6210_vif *vif, bool sync) in wil_abort_scan() [all …]
|
D | txrx.c | 440 struct wil6210_vif *vif; in wil_vring_reap_rx() 720 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_netif_rx_any() 960 static int wil_vring_init_tx(struct wil6210_vif *vif, int id, int size, in wil_vring_init_tx() 1054 int wil_vring_init_bcast(struct wil6210_vif *vif, int id, int size) in wil_vring_init_bcast() 1135 struct wil6210_vif *vif, in wil_find_tx_ucast() 1171 static int wil_tx_ring(struct wil6210_priv *wil, struct wil6210_vif *vif, 1175 struct wil6210_vif *vif, in wil_find_tx_ring_sta() 1224 struct wil6210_vif *vif, in wil_find_tx_bcast_1() 1254 struct wil6210_vif *vif, in wil_find_tx_bcast_2() 1430 static int __wil_tx_vring_tso(struct wil6210_priv *wil, struct wil6210_vif *vif, in __wil_tx_vring_tso() [all …]
|
D | pmc.c | 57 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_pmc_alloc() 242 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_pmc_free()
|
D | rx_reorder.c | 96 struct wil6210_vif *vif; in wil_rx_reorder() 225 void wil_rx_bar(struct wil6210_priv *wil, struct wil6210_vif *vif, in wil_rx_bar()
|
D | txrx_edma.c | 700 static int wil_ring_init_tx_edma(struct wil6210_vif *vif, int ring_id, in wil_ring_init_tx_edma() 757 struct wil6210_vif *vif; in wil_check_bar() 1067 struct wil6210_vif *vif = wil->vifs[mid]; in wil_rx_handle_edma() 1144 struct wil6210_vif *vif; in wil_tx_sring_handler() 1365 struct wil6210_vif *vif, in __wil_tx_ring_tso_edma() 1508 static int wil_ring_init_bcast_edma(struct wil6210_vif *vif, int ring_id, in wil_ring_init_bcast_edma()
|
D | debugfs.c | 1019 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_write_file_wmi() 1328 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_bf_debugfs_show() 1472 struct wil6210_vif *vif; in wil_link_debugfs_show() 1772 struct wil6210_vif *vif; in wil_mids_debugfs_show() 1925 static void wil_link_stats_print_basic(struct wil6210_vif *vif, in wil_link_stats_print_basic() 1972 static void wil_link_stats_debugfs_show_vif(struct wil6210_vif *vif, in wil_link_stats_debugfs_show_vif() 1999 struct wil6210_vif *vif; in wil_link_stats_debugfs_show() 2037 struct wil6210_vif *vif; in wil_link_stats_write() 2116 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_link_stats_global_write()
|
D | txrx.h | 615 void wil_rx_bar(struct wil6210_priv *wil, struct wil6210_vif *vif,
|
D | pcie_bus.c | 175 struct wil6210_vif *vif; in wil_remove_all_additional_vifs()
|