Searched refs:dfs_rx_ops (Results 1 – 8 of 8) sorted by relevance
812 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops) in dfs_action_on_status_assign() argument814 dfs_rx_ops->dfs_action_on_status = tgt_dfs_action_on_status_from_fw; in dfs_action_on_status_assign()818 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops) in dfs_action_on_status_assign() argument826 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops; in wlan_lmac_if_umac_dfs_rx_ops_register() local828 dfs_rx_ops = &rx_ops->dfs_rx_ops; in wlan_lmac_if_umac_dfs_rx_ops_register()830 dfs_rx_ops->dfs_get_radars = tgt_dfs_get_radars; in wlan_lmac_if_umac_dfs_rx_ops_register()831 dfs_rx_ops->dfs_process_phyerr = tgt_dfs_process_phyerr; in wlan_lmac_if_umac_dfs_rx_ops_register()832 dfs_rx_ops->dfs_destroy_object = tgt_dfs_destroy_object; in wlan_lmac_if_umac_dfs_rx_ops_register()833 dfs_rx_ops->dfs_radar_enable = tgt_dfs_radar_enable; in wlan_lmac_if_umac_dfs_rx_ops_register()834 dfs_rx_ops->dfs_is_radar_enabled = tgt_dfs_is_radar_enabled; in wlan_lmac_if_umac_dfs_rx_ops_register()[all …]
49 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops; in target_if_dfs_cac_complete_event_handler() local68 dfs_rx_ops = target_if_dfs_get_rx_ops(psoc); in target_if_dfs_cac_complete_event_handler()69 if (!dfs_rx_ops || !dfs_rx_ops->dfs_dfs_cac_complete_ind) { in target_if_dfs_cac_complete_event_handler()70 target_if_err("Invalid dfs_rx_ops: %pK", dfs_rx_ops); in target_if_dfs_cac_complete_event_handler()99 dfs_rx_ops->dfs_dfs_cac_complete_ind(pdev, vdev_id))) { in target_if_dfs_cac_complete_event_handler()121 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops; in target_if_dfs_ocac_complete_event_handler() local140 dfs_rx_ops = target_if_dfs_get_rx_ops(psoc); in target_if_dfs_ocac_complete_event_handler()141 if (!dfs_rx_ops || !dfs_rx_ops->dfs_dfs_ocac_complete_ind) { in target_if_dfs_ocac_complete_event_handler()142 target_if_err("Invalid dfs_rx_ops: %pK", dfs_rx_ops); in target_if_dfs_ocac_complete_event_handler()176 dfs_rx_ops->dfs_dfs_ocac_complete_ind(pdev, &ocac_status))) { in target_if_dfs_ocac_complete_event_handler()[all …]
123 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops; in target_if_dfs_status_check_event_handler() local147 dfs_rx_ops = target_if_dfs_get_rx_ops(psoc); in target_if_dfs_status_check_event_handler()148 if (!dfs_rx_ops) { in target_if_dfs_status_check_event_handler()154 if (!dfs_rx_ops->dfs_action_on_status) { in target_if_dfs_status_check_event_handler()174 if (dfs_rx_ops->dfs_action_on_status(pdev, &dfs_status_check) != in target_if_dfs_status_check_event_handler()
121 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops; in target_if_radar_event_handler() local133 dfs_rx_ops = target_if_dfs_get_rx_ops(psoc); in target_if_radar_event_handler()135 if (!dfs_rx_ops || !dfs_rx_ops->dfs_process_phyerr_filter_offload) { in target_if_radar_event_handler()136 target_if_err("Invalid dfs_rx_ops: %pK", dfs_rx_ops); in target_if_radar_event_handler()158 dfs_rx_ops->dfs_process_phyerr_filter_offload(pdev, in target_if_radar_event_handler()
52 return &rx_ops->dfs_rx_ops; in target_if_dfs_get_rx_ops()
112 return &rx_ops->dfs_rx_ops; in wlan_lmac_if_get_dfs_rx_ops()
2819 struct wlan_lmac_if_dfs_rx_ops dfs_rx_ops; member
2908 struct wlan_lmac_if_dfs_rx_ops *dfs_rx_ops; in dfs_phyerr_event_handler() local2918 dfs_rx_ops = wlan_lmac_if_get_dfs_rx_ops(handle->psoc); in dfs_phyerr_event_handler()2919 if (!dfs_rx_ops) { in dfs_phyerr_event_handler()2924 if (!dfs_rx_ops->dfs_process_phyerr) { in dfs_phyerr_event_handler()2945 dfs_rx_ops->dfs_process_phyerr(handle->pdev, in dfs_phyerr_event_handler()