Home
last modified time | relevance | path

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

/drivers/net/wireless/quantenna/qtnfmac/
A Dcore.h64 struct qtnf_wmac *mac;
97 struct qtnf_wmac { struct
123 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac); argument
124 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac);
125 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac);
126 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac);
131 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv,
134 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed);
136 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid);
143 void qtnf_scan_done(struct qtnf_wmac *mac, bool aborted);
A 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, u32 chan_freq,
A Dcore.c42 struct qtnf_wmac *mac = NULL; in qtnf_core_get_mac()
93 struct qtnf_wmac *mac; in qtnf_netdev_hard_start_xmit()
141 struct qtnf_wmac *mac; in qtnf_netdev_tx_timeout()
210 struct qtnf_wmac *mac, in qtnf_mac_init_single_band()
300 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac) in qtnf_mac_ext_caps_free()
369 struct qtnf_wmac *mac = in qtnf_mac_scan_timeout()
397 struct qtnf_wmac *mac; in qtnf_core_mac_alloc()
492 struct qtnf_wmac *mac; in qtnf_core_mac_detach()
546 struct qtnf_wmac *mac; in qtnf_core_mac_attach()
823 struct qtnf_wmac *mac; in qtnf_classify_skb()
[all …]
A Dcfg80211.c78 struct qtnf_wmac *mac; in qtnf_validate_iface_combinations()
202 struct qtnf_wmac *mac; in qtnf_add_virtual_intf()
376 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wiphy_params()
643 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_scan()
717 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_disconnect()
748 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_dump_survey()
907 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_tx_power()
944 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_suspend()
976 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_resume()
996 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wakeup()
[all …]
A Devent.c19 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc()
102 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth()
421 qtnf_event_handle_scan_complete(struct qtnf_wmac *mac, in qtnf_event_handle_scan_complete()
436 qtnf_event_handle_freq_change(struct qtnf_wmac *mac, in qtnf_event_handle_freq_change()
676 static int qtnf_event_parse(struct qtnf_wmac *mac, in qtnf_event_parse()
760 struct qtnf_wmac *mac; in qtnf_event_process_skb()
A Dcfg80211.h11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
A Dbus.h58 struct qtnf_wmac *mac[QTNF_MAX_MAC];
A Dcommands.c977 qtnf_parse_wowlan_info(struct qtnf_wmac *mac, in qtnf_parse_wowlan_info()
1008 qtnf_parse_variable_mac_info(struct qtnf_wmac *mac, in qtnf_parse_variable_mac_info()
1217 qtnf_cmd_resp_proc_mac_info(struct qtnf_wmac *mac, in qtnf_cmd_resp_proc_mac_info()
1533 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac) in qtnf_cmd_get_mac_info()
1595 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac, in qtnf_cmd_band_info_get()
1637 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed) in qtnf_cmd_send_update_phy_params()
1986 int qtnf_cmd_send_scan(struct qtnf_wmac *mac) in qtnf_cmd_send_scan()
2240 int qtnf_cmd_reg_notify(struct qtnf_wmac *mac, struct regulatory_request *req, in qtnf_cmd_reg_notify()
2412 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq, in qtnf_cmd_get_chan_stats()
2459 struct qtnf_wmac *mac = vif->mac; in qtnf_cmd_send_chan_switch()

Completed in 32 milliseconds