/wlan-driver/qca-wifi-host-cmn/dp/inc/ ! |
H A D | cdp_txrx_mon.h | 32 uint8_t pdev_id, in cdp_reset_monitor_mode() argument 45 return soc->ops->mon_ops->txrx_reset_monitor_mode(soc, pdev_id, in cdp_reset_monitor_mode() 56 cdp_deliver_tx_mgmt(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_deliver_tx_mgmt() argument 69 return soc->ops->mon_ops->txrx_deliver_tx_mgmt(soc, pdev_id, nbuf); in cdp_deliver_tx_mgmt() 88 uint8_t pdev_id) in cdp_set_lite_mon_config() argument 100 pdev_id); in cdp_set_lite_mon_config() 118 uint8_t pdev_id) in cdp_get_lite_mon_config() argument 130 pdev_id); in cdp_get_lite_mon_config() 148 uint8_t pdev_id) in cdp_set_lite_mon_peer_config() argument 160 pdev_id); in cdp_set_lite_mon_peer_config() [all …]
|
H A D | cdp_txrx_ops.h | 173 uint8_t pdev_id, 217 int (*txrx_pdev_attach_target)(ol_txrx_soc_handle soc, uint8_t pdev_id); 220 (struct cdp_soc_t *soc, uint8_t pdev_id, 232 int (*txrx_pdev_post_attach)(struct cdp_soc_t *soc, uint8_t pdev_id); 235 (*txrx_pdev_pre_detach)(struct cdp_soc_t *soc, uint8_t pdev_id, 239 (*txrx_pdev_detach)(struct cdp_soc_t *psoc, uint8_t pdev_id, 251 (*txrx_pdev_deinit)(struct cdp_soc_t *soc, uint8_t pdev_id, 288 uint8_t pdev_id, 298 uint8_t pdev_id, 323 uint8_t pdev_id, [all …]
|
H A D | cdp_txrx_ipa.h | 50 cdp_ipa_get_resource(ol_txrx_soc_handle soc, uint8_t pdev_id) in cdp_ipa_get_resource() argument 59 return soc->ops->ipa_ops->ipa_get_resource(soc, pdev_id); in cdp_ipa_get_resource() 74 cdp_ipa_set_doorbell_paddr(ol_txrx_soc_handle soc, uint8_t pdev_id) in cdp_ipa_set_doorbell_paddr() argument 83 return soc->ops->ipa_ops->ipa_set_doorbell_paddr(soc, pdev_id); in cdp_ipa_set_doorbell_paddr() 98 cdp_ipa_iounmap_doorbell_vaddr(ol_txrx_soc_handle soc, uint8_t pdev_id) in cdp_ipa_iounmap_doorbell_vaddr() argument 108 soc, pdev_id); in cdp_ipa_iounmap_doorbell_vaddr() 125 cdp_ipa_set_active(ol_txrx_soc_handle soc, uint8_t pdev_id, bool uc_active, in cdp_ipa_set_active() argument 135 return soc->ops->ipa_ops->ipa_set_active(soc, pdev_id, in cdp_ipa_set_active() 152 cdp_ipa_op_response(ol_txrx_soc_handle soc, uint8_t pdev_id, uint8_t *op_msg) in cdp_ipa_op_response() argument 161 return soc->ops->ipa_ops->ipa_op_response(soc, pdev_id, op_msg); in cdp_ipa_op_response() [all …]
|
H A D | cdp_txrx_misc.h | 125 uint8_t pdev_id, in cdp_data_stall_cb_register() argument 136 soc, pdev_id, cb); in cdp_data_stall_cb_register() 149 uint8_t pdev_id, in cdp_data_stall_cb_deregister() argument 160 soc, pdev_id, cb); in cdp_data_stall_cb_deregister() 179 uint32_t pdev_id, uint32_t vdev_id_bitmap, in cdp_post_data_stall_event() argument 194 soc, indicator, data_stall_type, pdev_id, in cdp_post_data_stall_event() 207 cdp_set_wmm_param(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_set_wmm_param() argument 217 return soc->ops->misc_ops->set_wmm_param(soc, pdev_id, in cdp_set_wmm_param() 231 uint8_t pdev_id) in cdp_runtime_suspend() argument 240 return soc->ops->misc_ops->runtime_suspend(soc, pdev_id); in cdp_runtime_suspend() [all …]
|
H A D | cdp_txrx_ctrl.h | 175 uint8_t pdev_id, enum cdp_host_reo_dest_ring val) in cdp_set_pdev_reo_dest() argument 188 (soc, pdev_id, val); in cdp_set_pdev_reo_dest() 199 cdp_get_pdev_reo_dest(ol_txrx_soc_handle soc, uint8_t pdev_id) in cdp_get_pdev_reo_dest() argument 211 return soc->ops->ctrl_ops->txrx_get_pdev_reo_dest(soc, pdev_id); in cdp_get_pdev_reo_dest() 542 uint8_t pdev_id, in cdp_txrx_set_pdev_param() argument 557 (soc, pdev_id, type, val); in cdp_txrx_set_pdev_param() 650 uint8_t pdev_id, in cdp_txrx_get_pdev_param() argument 665 (soc, pdev_id, type, value); in cdp_txrx_get_pdev_param() 717 cdp_enable_peer_based_pktlog(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_enable_peer_based_pktlog() argument 733 (soc, pdev_id, peer_macaddr, enable); in cdp_enable_peer_based_pktlog() [all …]
|
H A D | cdp_txrx_bus.h | 37 uint8_t pdev_id) in cdp_bus_suspend() argument 46 return soc->ops->bus_ops->bus_suspend(soc, pdev_id); in cdp_bus_suspend() 60 uint8_t pdev_id) in cdp_bus_resume() argument 69 return soc->ops->bus_ops->bus_resume(soc, pdev_id); in cdp_bus_resume() 84 uint8_t pdev_id) in cdp_process_wow_ack_rsp() argument 93 return soc->ops->bus_ops->process_wow_ack_rsp(soc, pdev_id); in cdp_process_wow_ack_rsp() 106 uint8_t pdev_id) in cdp_process_target_suspend_req() argument 116 pdev_id); in cdp_process_target_suspend_req()
|
H A D | cdp_txrx_tx_delay.h | 39 cdp_tx_delay(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_tx_delay() argument 50 return soc->ops->delay_ops->tx_delay(soc, pdev_id, in cdp_tx_delay() 65 cdp_tx_delay_hist(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_tx_delay_hist() argument 75 return soc->ops->delay_ops->tx_delay_hist(soc, pdev_id, in cdp_tx_delay_hist() 91 cdp_tx_packet_count(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_tx_packet_count() argument 102 return soc->ops->delay_ops->tx_packet_count(soc, pdev_id, in cdp_tx_packet_count() 116 cdp_tx_set_compute_interval(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_tx_set_compute_interval() argument 127 pdev_id, in cdp_tx_set_compute_interval()
|
H A D | cdp_txrx_host_stats.h | 124 (ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_stats_publish() argument 137 return soc->ops->host_stats_ops->txrx_stats_publish(soc, pdev_id, buf); in cdp_stats_publish() 148 cdp_enable_enhanced_stats(ol_txrx_soc_handle soc, uint8_t pdev_id) in cdp_enable_enhanced_stats() argument 161 (soc, pdev_id); in cdp_enable_enhanced_stats() 172 cdp_disable_enhanced_stats(ol_txrx_soc_handle soc, uint8_t pdev_id) in cdp_disable_enhanced_stats() argument 185 (soc, pdev_id); in cdp_disable_enhanced_stats() 362 uint8_t pdev_id, in cdp_get_dp_fw_peer_stats() argument 377 (soc, pdev_id, mac, caps, copy_stats); in cdp_get_dp_fw_peer_stats() 381 uint8_t pdev_id, in cdp_get_dp_htt_stats() argument 394 return soc->ops->host_stats_ops->get_htt_stats(soc, pdev_id, data, in cdp_get_dp_htt_stats() [all …]
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ ! |
H A D | pktlog_ac.c | 82 void pktlog_set_pdev_id(struct pktlog_dev_t *pl_dev, uint8_t pdev_id) in pktlog_set_pdev_id() argument 84 pl_dev->pdev_id = pdev_id; in pktlog_set_pdev_id() 102 uint8_t pdev_id = WMI_PDEV_ID_SOC; in get_pktlog_handle() local 105 return cdp_get_pldev(soc, pdev_id); in get_pktlog_handle() 179 wdi_pktlog_subscribe(uint8_t pdev_id, int32_t log_state) in wdi_pktlog_subscribe() argument 183 if (pdev_id < 0) { in wdi_pktlog_subscribe() 189 if (cdp_wdi_event_sub(soc, pdev_id, &PKTLOG_TX_SUBSCRIBER, in wdi_pktlog_subscribe() 195 if (cdp_wdi_event_sub(soc, pdev_id, &PKTLOG_RX_SUBSCRIBER, in wdi_pktlog_subscribe() 199 if (cdp_wdi_event_sub(soc, pdev_id, in wdi_pktlog_subscribe() 206 if (cdp_wdi_event_sub(soc, pdev_id, in wdi_pktlog_subscribe() [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ ! |
H A D | ol_txrx_ipa.h | 129 uint8_t pdev_id); 142 uint8_t pdev_id); 156 QDF_STATUS ol_txrx_ipa_uc_set_active(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, 168 uint8_t pdev_id, uint8_t *op_msg); 179 uint8_t pdev_id, 190 QDF_STATUS ol_txrx_ipa_uc_get_stat(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); 201 uint8_t pdev_id); 212 uint8_t pdev_id); 223 uint8_t pdev_id, 236 uint8_t pdev_id, [all …]
|
H A D | wdi_event_api.h | 44 int wdi_event_sub(struct cdp_soc_t *soc, uint8_t pdev_id, 61 int wdi_event_unsub(struct cdp_soc_t *soc, uint8_t pdev_id, 66 uint8_t pdev_id, void *data); 73 uint8_t pdev_id, void *data) in wdi_event_handler() argument 87 static inline int wdi_event_sub(struct cdp_soc_t *soc, uint8_t pdev_id, in wdi_event_sub() argument 94 static inline int wdi_event_unsub(struct cdp_soc_t *soc, uint8_t pdev_id, in wdi_event_unsub() argument
|
H A D | ol_txrx.h | 142 void *ol_get_pldev(struct cdp_soc_t *soc, uint8_t pdev_id); 145 void *ol_get_pldev(struct cdp_soc_t *soc, uint8_t pdev_id) in ol_get_pldev() argument 168 uint8_t pdev_id) in ol_txrx_get_pdev_from_pdev_id() argument 170 return soc->pdev_list[pdev_id]; in ol_txrx_get_pdev_from_pdev_id() 212 uint8_t pdev_id); 252 void htt_pkt_log_init(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, void *scn); 284 bool ol_txrx_get_tx_resource(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, 365 void ol_txrx_add_last_real_peer(struct cdp_soc_t *soc, uint8_t pdev_id, 388 void ol_txrx_update_last_real_peer(struct cdp_soc_t *soc, uint8_t pdev_id, 646 uint8_t pdev_id, [all …]
|
H A D | ol_txrx_ipa.c | 111 uint8_t pdev_id) in ol_txrx_ipa_uc_get_resource() argument 114 ol_txrx_pdev_handle pdev = ol_txrx_get_pdev_from_pdev_id(soc, pdev_id); in ol_txrx_ipa_uc_get_resource() 155 uint8_t pdev_id) in ol_txrx_ipa_uc_set_doorbell_paddr() argument 158 ol_txrx_pdev_handle pdev = ol_txrx_get_pdev_from_pdev_id(soc, pdev_id); in ol_txrx_ipa_uc_set_doorbell_paddr() 181 QDF_STATUS ol_txrx_ipa_uc_set_active(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in ol_txrx_ipa_uc_set_active() argument 185 ol_txrx_pdev_handle pdev = ol_txrx_get_pdev_from_pdev_id(soc, pdev_id); in ol_txrx_ipa_uc_set_active() 204 uint8_t pdev_id, uint8_t *op_msg) in ol_txrx_ipa_uc_op_response() argument 207 ol_txrx_pdev_handle pdev = ol_txrx_get_pdev_from_pdev_id(soc, pdev_id); in ol_txrx_ipa_uc_op_response() 227 uint8_t pdev_id, in ol_txrx_ipa_uc_register_op_cb() argument 232 ol_txrx_pdev_handle pdev = ol_txrx_get_pdev_from_pdev_id(soc, pdev_id); in ol_txrx_ipa_uc_register_op_cb() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ ! |
H A D | dp_ipa.h | 112 qdf_ipa_wdi_hdl_t wlan_ipa_get_hdl(void *psoc, uint8_t pdev_id); 125 QDF_STATUS dp_ipa_get_resource(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); 138 uint8_t pdev_id); 148 uint8_t pdev_id); 158 QDF_STATUS dp_ipa_op_response(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, 170 QDF_STATUS dp_ipa_register_op_cb(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, 180 void dp_ipa_deregister_op_cb(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); 189 QDF_STATUS dp_ipa_get_stat(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); 212 QDF_STATUS dp_ipa_enable_autonomy(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); 224 QDF_STATUS dp_ipa_disable_autonomy(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ ! |
H A D | wlan_hdd_medium_assess.c | 263 static void hdd_congestion_reset_data(uint8_t pdev_id) in hdd_congestion_reset_data() argument 267 mdata = &medium_assess_info[pdev_id]; in hdd_congestion_reset_data() 389 void hdd_medium_assess_stop_timer(uint8_t pdev_id, struct hdd_context *hdd_ctx) in hdd_medium_assess_stop_timer() argument 398 medium_assess_info[pdev_id].config.threshold = MAX_CONGESTION_THRESHOLD; in hdd_medium_assess_stop_timer() 399 medium_assess_info[pdev_id].config.interval = 0; in hdd_medium_assess_stop_timer() 400 medium_assess_info[pdev_id].index = 0; in hdd_medium_assess_stop_timer() 401 medium_assess_info[pdev_id].count = 0; in hdd_medium_assess_stop_timer() 402 hdd_congestion_reset_data(pdev_id); in hdd_medium_assess_stop_timer() 501 info->pdev_id, rx_clear_count_delta, tx_frame_count_delta, in hdd_congestion_notification_calculation() 514 static void hdd_congestion_notification_report_multi(uint8_t pdev_id) in hdd_congestion_notification_report_multi() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/ ! |
H A D | wlan_objmgr_psoc_obj.h | 694 #define wlan_objmgr_get_peer(psoc, pdev_id, macaddr, dbg_id) \ argument 695 wlan_objmgr_get_peer_debug(psoc, pdev_id, macaddr, dbg_id, \ 699 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, 704 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, 725 #define wlan_objmgr_get_peer_nolock(psoc, pdev_id, macaddr, dbg_id) \ argument 726 wlan_objmgr_get_peer_nolock_debug(psoc, pdev_id, macaddr, \ 730 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, 735 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, 788 #define wlan_objmgr_get_peer_no_state(psoc, pdev_id, macaddr, dbg_id) \ argument 789 wlan_objmgr_get_peer_no_state_debug(psoc, pdev_id, macaddr, \ [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ ! |
H A D | wlan_scan_cache_db_i.h | 49 wlan_pdevid_get_scan_db(struct wlan_objmgr_psoc *psoc, uint8_t pdev_id) in wlan_pdevid_get_scan_db() argument 53 if (pdev_id > WLAN_UMAC_MAX_PDEVS) { in wlan_pdevid_get_scan_db() 54 scm_err("invalid pdev_id %d", pdev_id); in wlan_pdevid_get_scan_db() 62 return &(scan_obj->scan_db[pdev_id]); in wlan_pdevid_get_scan_db() 76 uint8_t pdev_id; in wlan_pdev_get_scan_db() local 82 pdev_id = wlan_objmgr_pdev_get_pdev_id(pdev); in wlan_pdev_get_scan_db() 84 return wlan_pdevid_get_scan_db(psoc, pdev_id); in wlan_pdev_get_scan_db()
|
/wlan-driver/qcacld-3.0/os_if/twt/inc/ ! |
H A D | osif_twt_internal.h | 47 uint8_t pdev_id); 58 uint8_t pdev_id); 70 uint8_t pdev_id, uint32_t reason); 82 uint8_t pdev_id, uint32_t reason); 108 uint8_t pdev_id, uint32_t reason) in osif_twt_send_requestor_disable_cmd() argument 115 uint8_t pdev_id) in osif_twt_send_requestor_enable_cmd() argument 122 uint8_t pdev_id) in osif_twt_send_responder_enable_cmd() argument
|
/wlan-driver/qca-wifi-host-cmn/target_if/dp/src/ ! |
H A D | target_if_dp.c | 59 uint8_t pdev_id, uint8_t *peer_macaddr, in target_if_peer_set_default_routing() argument 69 pdev_id, WLAN_PDEV_TARGET_IF_ID); in target_if_peer_set_default_routing() 72 target_if_err("pdev with id %d is NULL", pdev_id); in target_if_peer_set_default_routing() 125 pdev = wlan_objmgr_get_pdev_by_id(psoc, q_params->pdev_id, in target_if_rx_reorder_queue_setup() 129 target_if_err("pdev with id %d is NULL", q_params->pdev_id); in target_if_rx_reorder_queue_setup() 177 pdev = wlan_objmgr_get_pdev_by_id(psoc, q_params->pdev_id, in target_if_multi_rx_reorder_queue_setup() 180 target_if_err("pdev with id %d is NULL", q_params->pdev_id); in target_if_multi_rx_reorder_queue_setup() 220 uint8_t pdev_id, in target_if_peer_rx_reorder_queue_setup() argument 237 q_params->pdev_id = pdev_id; in target_if_peer_rx_reorder_queue_setup() 259 uint8_t pdev_id, in target_if_peer_multi_rx_reorder_queue_setup() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/ftm/src/ ! |
H A D | target_if_ftm.c | 54 uint32_t pdev_id; in target_if_ftm_process_utf_event() local 85 pdev_id = event.pdev_id; in target_if_ftm_process_utf_event() 86 pdev = wlan_objmgr_get_pdev_by_id(psoc, pdev_id, WLAN_FTM_ID); in target_if_ftm_process_utf_event() 88 pdev_id = TGT_WMI_PDEV_ID_SOC; in target_if_ftm_process_utf_event() 90 event.pdev_id); in target_if_ftm_process_utf_event() 91 pdev = wlan_objmgr_get_pdev_by_id(psoc, pdev_id, WLAN_FTM_ID); in target_if_ftm_process_utf_event() 121 uint8_t pdev_id) in target_if_ftm_cmd_send() argument 140 ret = wmi_unified_pdev_utf_cmd_send(handle, ¶m, pdev_id); in target_if_ftm_cmd_send()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ ! |
H A D | wmi_unified_11be_param.h | 35 uint32_t pdev_id; member 44 uint32_t pdev_id; member 66 uint32_t pdev_id; member 87 uint32_t pdev_id; member 109 uint32_t pdev_id; member
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ ! |
H A D | target_if_reg.c | 663 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, struct cc_regdmn_s *rd) in tgt_if_regulatory_set_user_country_code() argument 669 pdev = wlan_objmgr_get_pdev_by_id(psoc, pdev_id, in tgt_if_regulatory_set_user_country_code() 680 pdev_id, rd); in tgt_if_regulatory_set_user_country_code() 763 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, uint8_t *phy_id) in tgt_if_regulatory_get_phy_id_from_pdev_id() argument 768 if (pdev_id >= WLAN_UMAC_MAX_PDEVS) { in tgt_if_regulatory_get_phy_id_from_pdev_id() 774 *phy_id = pdev_id; in tgt_if_regulatory_get_phy_id_from_pdev_id() 780 ret = tgt_if_handle->info.pdev_id_to_phy_id_map[pdev_id]; in tgt_if_regulatory_get_phy_id_from_pdev_id() 801 struct wlan_objmgr_psoc *psoc, uint8_t phy_id, uint8_t *pdev_id) in tgt_if_regulatory_get_pdev_id_from_phy_id() argument 812 *pdev_id = phy_id; in tgt_if_regulatory_get_pdev_id_from_phy_id() 824 *pdev_id = i; in tgt_if_regulatory_get_pdev_id_from_phy_id() [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/dfs/src/ ! |
H A D | target_if_dfs.c | 152 pdev = wlan_objmgr_get_pdev_by_id(psoc, wlan_radar_event.pdev_id, in target_if_radar_event_handler() 331 uint8_t pdev_id; in target_if_dfs_is_pdev_5ghz() local 340 pdev_id = wlan_objmgr_pdev_get_pdev_id(pdev); in target_if_dfs_is_pdev_5ghz() 348 if (reg_cap_ptr[pdev_id].wireless_modes & in target_if_dfs_is_pdev_5ghz() 404 uint8_t pdev_id; in target_send_dfs_offload_enable_cmd() local 418 pdev_id = wlan_objmgr_pdev_get_pdev_id(pdev); in target_send_dfs_offload_enable_cmd() 422 pdev_id); in target_send_dfs_offload_enable_cmd() 425 pdev_id); in target_send_dfs_offload_enable_cmd() 429 enable, pdev_id); in target_send_dfs_offload_enable_cmd() 432 enable, pdev_id); in target_send_dfs_offload_enable_cmd()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ ! |
H A D | qdf_trace.h | 492 uint8_t pdev_id; member 947 enum qdf_proto_dir dir, uint8_t pdev_id, 1014 void qdf_dp_trace(qdf_nbuf_t nbuf, enum QDF_DP_TRACE_ID code, uint8_t pdev_id, 1025 void qdf_dp_trace_dump_all(uint32_t count, uint8_t pdev_id); 1077 uint16_t index, uint8_t pdev_id, 1090 uint16_t rec_index, uint8_t pdev_id, 1103 uint16_t index, uint8_t pdev_id, 1116 uint16_t rec_index, uint8_t pdev_id, 1150 uint8_t pdev_id, uint8_t *data, uint8_t size, 1191 void qdf_dp_trace_data_pkt(qdf_nbuf_t nbuf, uint8_t pdev_id, [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/ ! |
H A D | wlan_objmgr_psoc_obj_i.h | 34 #define wlan_objmgr_for_each_psoc_pdev(psoc, pdev_id, pdev) \ argument 35 for (pdev_id = 0; pdev_id < WLAN_UMAC_MAX_PDEVS; pdev_id++) \ 36 if ((pdev = (psoc)->soc_objmgr.wlan_pdev_list[pdev_id]))
|