Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h83 struct qtnf_wmac *mac;
125 struct qtnf_wmac { struct
151 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac); argument
152 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac);
153 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac);
155 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv,
158 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed);
159 int qtnf_cmd_send_get_phy_params(struct qtnf_wmac *mac);
161 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid);
170 void qtnf_scan_done(struct qtnf_wmac *mac, bool aborted);
Dcore.c39 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid) in qtnf_core_get_mac()
41 struct qtnf_wmac *mac = NULL; in qtnf_core_get_mac()
83 struct qtnf_wmac *mac; in qtnf_netdev_hard_start_xmit()
161 struct qtnf_wmac *mac; in qtnf_netdev_tx_timeout()
217 struct qtnf_wmac *mac, in qtnf_mac_init_single_band()
240 static int qtnf_mac_init_bands(struct qtnf_wmac *mac) in qtnf_mac_init_bands()
264 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac) in qtnf_mac_get_free_vif()
278 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac) in qtnf_mac_get_base_vif()
290 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac) in qtnf_mac_iface_comb_free()
328 static void qtnf_mac_init_primary_intf(struct qtnf_wmac *mac) in qtnf_mac_init_primary_intf()
[all …]
Dcommands.h27 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac);
33 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac,
35 int qtnf_cmd_send_regulatory_config(struct qtnf_wmac *mac, const char *alpha2);
46 int qtnf_cmd_send_phy_params(struct qtnf_wmac *mac, u16 cmd_action,
61 int qtnf_cmd_send_scan(struct qtnf_wmac *mac);
69 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u16 channel,
Dcfg80211.c88 struct qtnf_wmac *mac; in qtnf_validate_iface_combinations()
190 struct qtnf_wmac *mac; in qtnf_add_virtual_intf()
350 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wiphy_params()
599 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_scan()
650 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_disconnect()
688 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_dump_survey()
865 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_suspend()
897 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_resume()
921 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wakeup()
965 struct qtnf_wmac *mac = wiphy_priv(wiphy_in); in qtnf_cfg80211_reg_notifier()
[all …]
Devent.c31 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc()
123 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth()
348 qtnf_event_handle_scan_complete(struct qtnf_wmac *mac, in qtnf_event_handle_scan_complete()
363 qtnf_event_handle_freq_change(struct qtnf_wmac *mac, in qtnf_event_handle_freq_change()
477 static int qtnf_event_parse(struct qtnf_wmac *mac, in qtnf_event_parse()
547 struct qtnf_wmac *mac; in qtnf_event_process_skb()
Dcfg80211.h24 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
Dbus.h57 struct qtnf_wmac *mac[QTNF_MAX_MAC];
Dcommands.c1142 qtnf_parse_wowlan_info(struct qtnf_wmac *mac, in qtnf_parse_wowlan_info()
1172 static int qtnf_parse_variable_mac_info(struct qtnf_wmac *mac, in qtnf_parse_variable_mac_info()
1366 qtnf_cmd_resp_proc_mac_info(struct qtnf_wmac *mac, in qtnf_cmd_resp_proc_mac_info()
1608 static int qtnf_cmd_resp_proc_phy_params(struct qtnf_wmac *mac, in qtnf_cmd_resp_proc_phy_params()
1730 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac) in qtnf_cmd_get_mac_info()
1806 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac, in qtnf_cmd_band_info_get()
1871 int qtnf_cmd_send_get_phy_params(struct qtnf_wmac *mac) in qtnf_cmd_send_get_phy_params()
1909 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed) in qtnf_cmd_send_update_phy_params()
2312 int qtnf_cmd_send_scan(struct qtnf_wmac *mac) in qtnf_cmd_send_scan()
2636 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u16 channel, in qtnf_cmd_get_chan_stats()
[all …]