Home
last modified time | relevance | path

Searched refs:reo_params (Results 1 – 25 of 39) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
Dwlan_mgmt_txrx_rx_reo_i.h314 struct mgmt_rx_reo_params reo_params; member
1139 if (!rx_params->reo_params) { in mgmt_rx_reo_get_global_ts()
1144 return rx_params->reo_params->global_timestamp; in mgmt_rx_reo_get_global_ts()
1161 if (!rx_params->reo_params) { in mgmt_rx_reo_get_start_ts()
1166 return rx_params->reo_params->start_timestamp; in mgmt_rx_reo_get_start_ts()
1183 if (!rx_params->reo_params) { in mgmt_rx_reo_get_end_ts()
1188 return rx_params->reo_params->end_timestamp; in mgmt_rx_reo_get_end_ts()
1206 if (!rx_params->reo_params) { in mgmt_rx_reo_get_duration_us()
1211 return rx_params->reo_params->duration_us; in mgmt_rx_reo_get_duration_us()
1229 if (!rx_params->reo_params) { in mgmt_rx_reo_get_pkt_counter()
[all …]
Dwlan_mgmt_txrx_rx_reo.c217 struct mgmt_rx_reo_params *reo_params; in check_and_handle_zero_frame_duration() local
229 reo_params = desc->rx_params->reo_params; in check_and_handle_zero_frame_duration()
230 if (!reo_params) { in check_and_handle_zero_frame_duration()
238 reo_params->link_id, reo_params->valid, in check_and_handle_zero_frame_duration()
239 reo_params->mgmt_pkt_ctr, in check_and_handle_zero_frame_duration()
240 reo_params->global_timestamp); in check_and_handle_zero_frame_duration()
259 struct mgmt_rx_reo_params *reo_params; in check_and_handle_invalid_reo_params() local
271 reo_params = desc->rx_params->reo_params; in check_and_handle_invalid_reo_params()
272 if (!reo_params) { in check_and_handle_invalid_reo_params()
277 if (!reo_params->valid) { in check_and_handle_invalid_reo_params()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
Dwlan_mgmt_txrx_rx_reo_tgt_api.c109 struct mgmt_rx_reo_params *reo_params, in tgt_mgmt_rx_reo_enter_algo_without_buffer() argument
127 if (!reo_params) { in tgt_mgmt_rx_reo_enter_algo_without_buffer()
145 reo_params->link_id = link_id; in tgt_mgmt_rx_reo_enter_algo_without_buffer()
146 reo_params->mlo_grp_id = ml_grp_id; in tgt_mgmt_rx_reo_enter_algo_without_buffer()
147 mgmt_rx_params.reo_params = reo_params; in tgt_mgmt_rx_reo_enter_algo_without_buffer()
151 desc.reo_params_copy = *mgmt_rx_params.reo_params; in tgt_mgmt_rx_reo_enter_algo_without_buffer()
337 if (!mgmt_rx_params->reo_params) { in tgt_mgmt_rx_reo_frame_handler()
357 mgmt_rx_params->reo_params->link_id = link_id; in tgt_mgmt_rx_reo_frame_handler()
358 mgmt_rx_params->reo_params->mlo_grp_id = ml_grp_id; in tgt_mgmt_rx_reo_frame_handler()
364 desc.reo_params_copy = *mgmt_rx_params->reo_params; in tgt_mgmt_rx_reo_frame_handler()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
Dhal_5332_rx.h70 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
90 (reo_params)->frag_dst_ring); \
Dhal_5332.c835 struct hal_reo_params *reo_params) in hal_reo_config_5332() argument
837 HAL_REO_R0_CONFIG(soc, reg_val, reo_params); in hal_reo_config_5332()
1197 struct hal_reo_params *reo_params = (struct hal_reo_params *)reoparams; in hal_reo_setup_5332() local
1202 hal_reo_config_5332(soc, reg_val, reo_params); in hal_reo_setup_5332()
1243 if (reo_params->rx_hash_enabled) { in hal_reo_setup_5332()
1246 (REO_REG_REG_BASE), reo_params->remap0); in hal_reo_setup_5332()
1255 (REO_REG_REG_BASE), reo_params->remap1); in hal_reo_setup_5332()
1264 (REO_REG_REG_BASE), reo_params->remap2); in hal_reo_setup_5332()
1279 soc->reo_qref = *reo_params->reo_qref; in hal_reo_setup_5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224_rx.h77 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
97 (reo_params)->frag_dst_ring); \
Dhal_9224.h1177 struct hal_reo_params *reo_params) in hal_reo_config_9224() argument
1179 HAL_REO_R0_CONFIG(soc, reg_val, reo_params); in hal_reo_config_9224()
1600 struct hal_reo_params *reo_params = (struct hal_reo_params *)reoparams; in hal_reo_setup_9224() local
1605 hal_reo_config_9224(soc, reg_val, reo_params); in hal_reo_setup_9224()
1646 if (reo_params->rx_hash_enabled) { in hal_reo_setup_9224()
1651 (REO_REG_REG_BASE), reo_params->remap0); in hal_reo_setup_9224()
1660 (REO_REG_REG_BASE), reo_params->remap1); in hal_reo_setup_9224()
1669 (REO_REG_REG_BASE), reo_params->remap2); in hal_reo_setup_9224()
1684 soc->reo_qref = *reo_params->reo_qref; in hal_reo_setup_9224()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432_rx.h70 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
90 (reo_params)->frag_dst_ring); \
Dhal_6432.c849 struct hal_reo_params *reo_params) in hal_reo_config_6432() argument
851 HAL_REO_R0_CONFIG(soc, reg_val, reo_params); in hal_reo_config_6432()
1258 struct hal_reo_params *reo_params = (struct hal_reo_params *)reoparams; in hal_reo_setup_6432() local
1263 hal_reo_config_6432(soc, reg_val, reo_params); in hal_reo_setup_6432()
1304 if (reo_params->rx_hash_enabled) { in hal_reo_setup_6432()
1308 (REO_REG_REG_BASE), reo_params->remap0); in hal_reo_setup_6432()
1317 (REO_REG_REG_BASE), reo_params->remap1); in hal_reo_setup_6432()
1326 (REO_REG_REG_BASE), reo_params->remap2); in hal_reo_setup_6432()
1341 soc->reo_qref = *reo_params->reo_qref; in hal_reo_setup_6432()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/
Dwlan_mgmt_txrx_utils_api.h998 struct mgmt_rx_reo_params *reo_params; member
1028 rx_params->reo_params = in alloc_mgmt_rx_event_params()
1031 if (!rx_params->reo_params) { in alloc_mgmt_rx_event_params()
1040 qdf_mem_free(rx_params->reo_params); in alloc_mgmt_rx_event_params()
1053 qdf_mem_free(rx_params->reo_params); in free_mgmt_rx_event_params()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi_rx.h67 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
90 (reo_params)->frag_dst_ring); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
Dhal_qcn6122_rx.h65 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
88 (reo_params)->frag_dst_ring); \
102 (reo_params)->alt_dst_ind_0); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
Dhal_5018_rx.h59 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
82 (reo_params)->frag_dst_ring); \
96 (reo_params)->alt_dst_ind_0); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
Dhal_9000_rx.h63 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
72 (reo_params)->frag_dst_ring) | \
90 (reo_params)->alt_dst_ind_0); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_generic_api.c92 struct hal_reo_params *reo_params = (struct hal_reo_params *)reoparams; in hal_reo_setup_generic_be() local
97 hal_reo_config(soc, reg_val, reo_params); in hal_reo_setup_generic_be()
138 if (reo_params->rx_hash_enabled) { in hal_reo_setup_generic_be()
142 reo_params->remap1); in hal_reo_setup_generic_be()
152 reo_params->remap2); in hal_reo_setup_generic_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v1/
Dhal_8074v1_rx.h266 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
275 (reo_params)->frag_dst_ring) | \
293 (reo_params)->alt_dst_ind_0); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750_rx.h292 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
315 (reo_params)->frag_dst_ring); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
Dhal_8074v2_rx.h275 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
284 (reo_params)->frag_dst_ring) | \
302 (reo_params)->alt_dst_ind_0); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
Dhal_6490_rx.h286 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
309 (reo_params)->frag_dst_ring); \
/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/
Dtarget_if_mgmt_txrx_rx_reo.c664 params->reo_params); in target_if_mgmt_rx_reo_extract_reo_params()
795 return mgmt_rx_reo_rx_ops->host_drop_handler(pdev, params->reo_params); in target_if_mgmt_rx_reo_host_drop_handler()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/
Dhal_6390_rx.h283 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
292 (reo_params)->frag_dst_ring) | \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
Dhal_6290_rx.h277 #define HAL_REO_R0_CONFIG(soc, reg_val, reo_params) \ argument
286 (reo_params)->frag_dst_ring) | \
Dhal_6290.c828 struct hal_reo_params *reo_params) in hal_reo_config_6290() argument
830 HAL_REO_R0_CONFIG(soc, reg_val, reo_params); in hal_reo_config_6290()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_generic_api.h2535 struct hal_reo_params *reo_params = (struct hal_reo_params *)reoparams; in hal_reo_setup_generic_li() local
2540 hal_reo_config(soc, reg_val, reo_params); in hal_reo_setup_generic_li()
2585 if (reo_params->rx_hash_enabled) { in hal_reo_setup_generic_li()
2586 if (reo_params->remap0) in hal_reo_setup_generic_li()
2590 reo_params->remap0); in hal_reo_setup_generic_li()
2600 reo_params->remap1); in hal_reo_setup_generic_li()
2610 reo_params->remap2); in hal_reo_setup_generic_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c4379 struct hal_reo_params reo_params; in dp_soc_attach_target_wifi3() local
4430 qdf_mem_zero(&reo_params, sizeof(reo_params)); in dp_soc_attach_target_wifi3()
4438 if (soc->arch_ops.reo_remap_config(soc, &reo_params.remap0, in dp_soc_attach_target_wifi3()
4439 &reo_params.remap1, in dp_soc_attach_target_wifi3()
4440 &reo_params.remap2)) in dp_soc_attach_target_wifi3()
4441 reo_params.rx_hash_enabled = true; in dp_soc_attach_target_wifi3()
4443 reo_params.rx_hash_enabled = false; in dp_soc_attach_target_wifi3()
4449 dp_reo_frag_dst_set(soc, &reo_params.frag_dst_ring); in dp_soc_attach_target_wifi3()
4452 reo_params.alt_dst_ind_0 = REO_REMAP_RELEASE; in dp_soc_attach_target_wifi3()
4454 reo_params.reo_qref = &soc->reo_qref; in dp_soc_attach_target_wifi3()
[all …]

12