Searched refs:atf_rx_ops (Results 1 – 2 of 2) sorted by relevance
185 wlan_lmac_if_atf_rx_ops_max_clients(struct wlan_lmac_if_atf_rx_ops *atf_rx_ops) in wlan_lmac_if_atf_rx_ops_max_clients() argument187 atf_rx_ops->atf_set_fw_max_client_512_support = in wlan_lmac_if_atf_rx_ops_max_clients()192 wlan_lmac_if_atf_rx_ops_max_clients(struct wlan_lmac_if_atf_rx_ops *atf_rx_ops) in wlan_lmac_if_atf_rx_ops_max_clients() argument204 struct wlan_lmac_if_atf_rx_ops *atf_rx_ops = &rx_ops->atf_rx_ops; in wlan_lmac_if_atf_rx_ops_register() local207 atf_rx_ops->atf_get_fmcap = tgt_atf_get_fmcap; in wlan_lmac_if_atf_rx_ops_register()208 atf_rx_ops->atf_get_mode = tgt_atf_get_mode; in wlan_lmac_if_atf_rx_ops_register()209 atf_rx_ops->atf_is_enabled = tgt_atf_is_enabled; in wlan_lmac_if_atf_rx_ops_register()210 atf_rx_ops->atf_get_msdu_desc = tgt_atf_get_msdu_desc; in wlan_lmac_if_atf_rx_ops_register()211 atf_rx_ops->atf_get_max_vdevs = tgt_atf_get_max_vdevs; in wlan_lmac_if_atf_rx_ops_register()212 atf_rx_ops->atf_get_peers = tgt_atf_get_peers; in wlan_lmac_if_atf_rx_ops_register()[all …]
2794 struct wlan_lmac_if_atf_rx_ops atf_rx_ops; member