Searched refs:dp_intf_next (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
H A D | wlan_dp_main.h | 84 dp_intf_next) \ argument 87 dp_get_next_intf_no_lock(dp_ctx, dp_intf, &dp_intf_next), \ 99 dp_intf_next) \ argument 101 dp_intf = dp_intf_next, \ 102 dp_get_next_intf_no_lock(dp_ctx, dp_intf, &dp_intf_next), \ 119 #define dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) \ argument 121 dp_intf_next); \ 124 dp_intf_next))
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_main.c | 313 struct wlan_dp_intf *dp_intf, *dp_intf_next = NULL; in dp_wait_complete_tasks() local 315 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in dp_wait_complete_tasks() 1572 struct wlan_dp_intf *dp_intf_next; in dp_get_interface() local 1574 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in dp_get_interface() 1747 struct wlan_dp_intf *dp_intf_next; in dp_set_rps_cpu_mask() local 1749 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in dp_set_rps_cpu_mask() 1773 struct wlan_dp_intf *dp_intf_next; in dp_clear_rps_cpu_mask() local 1775 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in dp_clear_rps_cpu_mask()
|
H A D | wlan_dp_bus_bandwidth.c | 262 struct wlan_dp_intf *dp_intf_next; in bbm_apply_tput_policy() local 285 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in bbm_apply_tput_policy() 1459 struct wlan_dp_intf *dp_intf_next = NULL; in dp_sap_p2p_update_mid_high_tput() local 1463 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in dp_sap_p2p_update_mid_high_tput() 1884 struct wlan_dp_intf *dp_intf_next = NULL; in __dp_bus_bw_work_handler() local 1914 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in __dp_bus_bw_work_handler()
|
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/ |
H A D | wlan_dp_ucfg_api.c | 541 struct wlan_dp_intf *dp_intf, *dp_intf_next = NULL; in ucfg_dp_suspend_handler() local 560 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in ucfg_dp_suspend_handler() 579 struct wlan_dp_intf *dp_intf, *dp_intf_next = NULL; in ucfg_dp_resume_handler() local 590 dp_for_each_intf_held_safe(dp_ctx, dp_intf, dp_intf_next) { in ucfg_dp_resume_handler()
|