Searched refs:qtnf_wmac (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | core.h | 65 struct qtnf_wmac *mac; 98 struct qtnf_wmac { struct 124 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac); argument 125 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac); 126 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac); 127 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac); 132 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv, 135 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed); 137 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid); 144 void qtnf_scan_done(struct qtnf_wmac *mac, bool aborted);
|
H A D | commands.h | 15 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,
|
H A D | core.c | 42 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() 225 struct qtnf_wmac *mac, in qtnf_mac_init_single_band() 315 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac) in qtnf_mac_ext_caps_free() 384 struct qtnf_wmac *mac = in qtnf_mac_scan_timeout() 412 struct qtnf_wmac *mac; in qtnf_core_mac_alloc() 506 struct qtnf_wmac *mac; in qtnf_core_mac_detach() 560 struct qtnf_wmac *mac; in qtnf_core_mac_attach() 837 struct qtnf_wmac *mac; in qtnf_classify_skb() [all …]
|
H A D | cfg80211.c | 78 struct qtnf_wmac *mac; in qtnf_validate_iface_combinations() 202 struct qtnf_wmac *mac; in qtnf_add_virtual_intf() 375 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wiphy_params() 642 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_scan() 716 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_disconnect() 747 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_dump_survey() 905 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_tx_power() 942 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_suspend() 974 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_resume() 994 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wakeup() [all …]
|
H A D | cfg80211.h | 11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
|
H A D | event.c | 19 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()
|
H A D | bus.h | 58 struct qtnf_wmac *mac[QTNF_MAX_MAC];
|
H A D | commands.c | 977 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() 1532 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac) in qtnf_cmd_get_mac_info() 1594 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac, in qtnf_cmd_band_info_get() 1636 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed) in qtnf_cmd_send_update_phy_params() 1985 int qtnf_cmd_send_scan(struct qtnf_wmac *mac) in qtnf_cmd_send_scan() 2239 int qtnf_cmd_reg_notify(struct qtnf_wmac *mac, struct regulatory_request *req, in qtnf_cmd_reg_notify() 2411 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq, in qtnf_cmd_get_chan_stats() 2458 struct qtnf_wmac *mac = vif->mac; in qtnf_cmd_send_chan_switch()
|