Searched refs:qtnf_wmac (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
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);
|
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,
|
D | core.c | 40 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid) in qtnf_core_get_mac() 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() 210 struct qtnf_wmac *mac, in qtnf_mac_init_single_band() 233 static int qtnf_mac_init_bands(struct qtnf_wmac *mac) in qtnf_mac_init_bands() 257 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac) in qtnf_mac_get_free_vif() 271 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac) in qtnf_mac_get_base_vif() 283 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac) in qtnf_mac_iface_comb_free() 300 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac) in qtnf_mac_ext_caps_free() [all …]
|
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 …]
|
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()
|
D | cfg80211.h | 11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
|
D | bus.h | 58 struct qtnf_wmac *mac[QTNF_MAX_MAC];
|
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() 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()
|