Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h63 struct qtnf_wmac *mac;
107 struct qtnf_wmac { struct
133 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac); argument
134 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac);
135 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac);
136 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac);
139 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv,
142 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed);
143 int qtnf_cmd_send_get_phy_params(struct qtnf_wmac *mac);
145 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid);
[all …]
Dcommands.h15 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac);
23 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac,
25 int qtnf_cmd_send_regulatory_config(struct qtnf_wmac *mac, const char *alpha2);
36 int qtnf_cmd_send_phy_params(struct qtnf_wmac *mac, u16 cmd_action,
51 int qtnf_cmd_send_scan(struct qtnf_wmac *mac);
60 int qtnf_cmd_reg_notify(struct qtnf_wmac *mac, struct regulatory_request *req,
62 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u16 channel,
Dcore.c32 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid) in qtnf_core_get_mac()
34 struct qtnf_wmac *mac = NULL; in qtnf_core_get_mac()
76 struct qtnf_wmac *mac; in qtnf_netdev_hard_start_xmit()
154 struct qtnf_wmac *mac; in qtnf_netdev_tx_timeout()
211 struct qtnf_wmac *mac, in qtnf_mac_init_single_band()
234 static int qtnf_mac_init_bands(struct qtnf_wmac *mac) in qtnf_mac_init_bands()
258 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac) in qtnf_mac_get_free_vif()
272 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac) in qtnf_mac_get_base_vif()
284 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac) in qtnf_mac_iface_comb_free()
301 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac) in qtnf_mac_ext_caps_free()
[all …]
Dcfg80211.c77 struct qtnf_wmac *mac; in qtnf_validate_iface_combinations()
186 struct qtnf_wmac *mac; in qtnf_add_virtual_intf()
351 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wiphy_params()
614 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_scan()
696 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_disconnect()
730 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_dump_survey()
903 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_suspend()
935 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_resume()
959 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wakeup()
1004 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_cfg80211_reg_notifier()
[all …]
Devent.c18 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc()
110 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth()
448 qtnf_event_handle_scan_complete(struct qtnf_wmac *mac, in qtnf_event_handle_scan_complete()
463 qtnf_event_handle_freq_change(struct qtnf_wmac *mac, in qtnf_event_handle_freq_change()
620 static int qtnf_event_parse(struct qtnf_wmac *mac, in qtnf_event_parse()
694 struct qtnf_wmac *mac; in qtnf_event_process_skb()
Dcfg80211.h11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
Dcommands.c954 qtnf_parse_wowlan_info(struct qtnf_wmac *mac, in qtnf_parse_wowlan_info()
985 qtnf_parse_variable_mac_info(struct qtnf_wmac *mac, in qtnf_parse_variable_mac_info()
1234 qtnf_cmd_resp_proc_mac_info(struct qtnf_wmac *mac, in qtnf_cmd_resp_proc_mac_info()
1476 static int qtnf_cmd_resp_proc_phy_params(struct qtnf_wmac *mac, in qtnf_cmd_resp_proc_phy_params()
1598 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac) in qtnf_cmd_get_mac_info()
1657 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac, in qtnf_cmd_band_info_get()
1699 int qtnf_cmd_send_get_phy_params(struct qtnf_wmac *mac) in qtnf_cmd_send_get_phy_params()
1728 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed) in qtnf_cmd_send_update_phy_params()
2084 static void qtnf_cmd_scan_set_dwell(struct qtnf_wmac *mac, in qtnf_cmd_scan_set_dwell()
2113 int qtnf_cmd_send_scan(struct qtnf_wmac *mac) in qtnf_cmd_send_scan()
[all …]
Dbus.h46 struct qtnf_wmac *mac[QTNF_MAX_MAC];