Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 67) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_nbuf_m.h350 } u; member
374 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.lro_eligible)
376 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_proto)
378 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_pure_ack)
380 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ipv6_proto)
382 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ip_offset)
384 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_offset)
386 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.rx_ctx_id)
388 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.num_elements_in_list)
391 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_udp_chksum)
[all …]
Di_qdf_nbuf_w.h327 } u; member
351 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.rx_ctx_id)
353 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.num_elements_in_list)
356 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.trace.packet_state)
358 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.trace.dp_trace)
361 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ftype)
364 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.xmit_type)
368 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_start)
371 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_cont)
374 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_end)
[all …]
Di_qdf_hrtimer.h43 } u; member
85 hrtimer_start(&timer->u.hrtimer, interval, hrt_mode); in __qdf_hrtimer_start()
95 hrtimer_start(&timer->u.hrtimer, interval, hrt_mode); in __qdf_hrtimer_start()
97 tasklet_hrtimer_start(&timer->u.tasklet_hrtimer, in __qdf_hrtimer_start()
114 return hrtimer_cancel(&timer->u.hrtimer); in __qdf_hrtimer_cancel()
121 return hrtimer_cancel(&timer->u.hrtimer); in __qdf_hrtimer_cancel()
123 return hrtimer_cancel(&timer->u.tasklet_hrtimer.timer); in __qdf_hrtimer_cancel()
132 u.hrtimer); in __qdf_hrtimer_cb()
156 struct hrtimer *hrtimer = &timer->u.hrtimer; in __qdf_hrtimer_init()
177 struct hrtimer *hrtimer = &timer->u.hrtimer; in __qdf_hrtimer_init()
[all …]
Di_qdf_ipa.h281 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.comp_ring)
283 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.ce_ring)
285 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.comp_ring_size)
287 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.ce_ring_size)
289 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.ce_door_bell_pa)
291 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.num_tx_buffers)
294 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring)
296 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring_size)
298 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring_rp_pa)
300 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring_rp_va)
[all …]
Dqdf_lock.c585 } u; member
626 struct qdf_lock_cookie *tmp = lock_cookie->u.empty_node.next; in qdf_is_lock_cookie_free()
638 lock_cookie_freelist = lock_cookie_freelist->u.empty_node.next; in qdf_get_lock_cookie()
648 lock_cookie->u.empty_node.next = lock_cookie_freelist; in __qdf_put_lock_cookie()
684 __func__, lock_cookies[i].u.cookie.func, in qdf_lock_stats_deinit()
685 lock_cookies[i].u.cookie.line); in qdf_lock_stats_deinit()
709 stats->cookie->u.cookie.stats = stats; in qdf_lock_stats_cookie_create()
710 stats->cookie->u.cookie.func = func; in qdf_lock_stats_cookie_create()
711 stats->cookie->u.cookie.line = line; in qdf_lock_stats_cookie_create()
731 cookie->u.cookie.stats = NULL; in qdf_lock_stats_cookie_destroy()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_api.h1359 if (srng->u.dst_ring.tp != srng->u.dst_ring.cached_hp) in hal_srng_dst_peek()
1360 return (void *)(&srng->ring_base_vaddr[srng->u.dst_ring.tp]); in hal_srng_dst_peek()
1411 srng->u.src_ring.cached_tp = in hal_srng_access_start_unlocked()
1412 *(volatile uint32_t *)(srng->u.src_ring.tp_addr); in hal_srng_access_start_unlocked()
1414 srng->u.dst_ring.cached_hp = in hal_srng_access_start_unlocked()
1415 *(volatile uint32_t *)(srng->u.dst_ring.hp_addr); in hal_srng_access_start_unlocked()
1457 srng->u.src_ring.cached_tp = in hal_le_srng_access_start_unlocked_in_cpu_order()
1459 (srng->u.src_ring.tp_addr)); in hal_le_srng_access_start_unlocked_in_cpu_order()
1461 srng->u.dst_ring.cached_hp = in hal_le_srng_access_start_unlocked_in_cpu_order()
1463 (srng->u.dst_ring.hp_addr)); in hal_le_srng_access_start_unlocked_in_cpu_order()
[all …]
Dhal_srng.c178 srng->u.dst_ring.tp_addr = SHADOW_REGISTER(shadow_config_index) in hal_update_srng_hp_tp_address()
181 srng->u.dst_ring.tp_addr, hal_soc->dev_base_addr, in hal_update_srng_hp_tp_address()
184 srng->u.src_ring.hp_addr = SHADOW_REGISTER(shadow_config_index) in hal_update_srng_hp_tp_address()
187 srng->u.src_ring.hp_addr, in hal_update_srng_hp_tp_address()
683 srng->updated_hp = srng->u.src_ring.hp; in hal_srng_update_last_hptp()
685 srng->updated_tp = srng->u.dst_ring.tp; in hal_srng_update_last_hptp()
709 value = srng->u.src_ring.hp; in hal_srng_check_and_update_hptp()
715 hal_write_address_32_mb(hal_soc, srng->u.src_ring.hp_addr, in hal_srng_check_and_update_hptp()
718 value = srng->u.dst_ring.tp; in hal_srng_check_and_update_hptp()
724 hal_write_address_32_mb(hal_soc, srng->u.dst_ring.tp_addr, in hal_srng_check_and_update_hptp()
[all …]
Dhal_generic_api.h327 LOW_THRESHOLD), srng->u.src_ring.low_threshold); in hal_srng_src_hw_init_generic()
340 ((unsigned long)(srng->u.src_ring.tp_addr) - in hal_srng_src_hw_init_generic()
351 *srng->u.src_ring.tp_addr = idx * srng->entry_size; in hal_srng_src_hw_init_generic()
352 srng->u.src_ring.hp = idx * srng->entry_size; in hal_srng_src_hw_init_generic()
386 if (srng->u.dst_ring.nf_irq_support) { in hal_srng_dst_msi2_setup()
409 if (srng->u.dst_ring.nf_irq_support) { in hal_srng_dst_near_full_int_setup()
418 srng->u.dst_ring.high_thresh * in hal_srng_dst_near_full_int_setup()
520 ((unsigned long)(srng->u.dst_ring.hp_addr) - in hal_srng_dst_hw_init_generic()
528 *srng->u.dst_ring.hp_addr = idx * srng->entry_size; in hal_srng_dst_hw_init_generic()
529 srng->u.dst_ring.tp = idx * srng->entry_size; in hal_srng_dst_hw_init_generic()
/wlan-driver/fw-api/hw/qcn6432/
Dwfss_ce_reg_seq_hwioreg.h46 …0_SRC_RING_BASE_LSB_RING_BASE_ADDR_LSB_SHFT 0u
66 …0_SRC_RING_BASE_MSB_RING_BASE_ADDR_MSB_SHFT 0u
84 …0_SRC_RING_ID_ENTRY_SIZE_SHFT 0u
100 …0_SRC_RING_STATUS_NUM_VALID_WORDS_SHFT 0u
138 …0_SRC_RING_MISC_RING_ID_DISABLE_SHFT 0u
156 …0_SRC_RING_TP_ADDR_LSB_TAIL_PTR_MEMADDR_LSB_SHFT 0u
174 …0_SRC_RING_TP_ADDR_MSB_TAIL_PTR_MEMADDR_MSB_SHFT 0u
196 …0_SRC_RING_CONSUMER_INT_SETUP_IX0_BATCH_COUNTER_THRESHOLD_SHFT 0u
214 …0_SRC_RING_CONSUMER_INT_SETUP_IX1_LOW_THRESHOLD_SHFT 0u
232 …0_SRC_RING_CONSUMER_INT_STATUS_INTERNAL_BATCH_COUNTER_VALUE_SHFT 0u
[all …]
/wlan-driver/fw-api/hw/qca5424/
Dwfss_ce_reg_seq_hwioreg.h39 …0_SRC_RING_BASE_LSB_RING_BASE_ADDR_LSB_SHFT 0u
59 …0_SRC_RING_BASE_MSB_RING_BASE_ADDR_MSB_SHFT 0u
77 …0_SRC_RING_ID_ENTRY_SIZE_SHFT 0u
93 …0_SRC_RING_STATUS_NUM_VALID_WORDS_SHFT 0u
131 …0_SRC_RING_MISC_RING_ID_DISABLE_SHFT 0u
149 …0_SRC_RING_TP_ADDR_LSB_TAIL_PTR_MEMADDR_LSB_SHFT 0u
167 …0_SRC_RING_TP_ADDR_MSB_TAIL_PTR_MEMADDR_MSB_SHFT 0u
189 …0_SRC_RING_CONSUMER_INT_SETUP_IX0_BATCH_COUNTER_THRESHOLD_SHFT 0u
207 …0_SRC_RING_CONSUMER_INT_SETUP_IX1_LOW_THRESHOLD_SHFT 0u
225 …0_SRC_RING_CONSUMER_INT_STATUS_INTERNAL_BATCH_COUNTER_VALUE_SHFT 0u
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr_dbr.c313 header->u.meta_dbr.channel_bw = dma_hdr.upload_pkt_bw; in cfr_dbr_event_handler()
314 header->u.meta_dbr.length = length; in cfr_dbr_event_handler()
416 header->u.meta_dbr.status = 0; /* failure */ in prepare_cfr_header_txstatus()
417 header->u.meta_dbr.length = 0; in prepare_cfr_header_txstatus()
418 qdf_mem_copy(&header->u.meta_dbr.peer_addr[0], in prepare_cfr_header_txstatus()
568 header->u.meta_dbr.status = (tx_evt_param.status & in target_if_peer_capture_event()
571 header->u.meta_dbr.capture_bw = tx_evt_param.bandwidth; in target_if_peer_capture_event()
572 header->u.meta_dbr.phy_mode = tx_evt_param.phy_mode; in target_if_peer_capture_event()
573 header->u.meta_dbr.prim20_chan = tx_evt_param.primary_20mhz_chan; in target_if_peer_capture_event()
574 header->u.meta_dbr.center_freq1 = tx_evt_param.band_center_freq1; in target_if_peer_capture_event()
[all …]
Dtarget_if_cfr_enh.c476 struct enh_cfr_metadata *meta = &header->u.meta_enh; in dump_metadata()
1322 meta = &header->u.meta_enh; in target_if_cfr_rx_tlv_process()
1334 meta->is_mu_ppdu = (cdp_rx_ppdu->u.ppdu_type == CDP_RX_TYPE_SU) ? 0 : 1; in target_if_cfr_rx_tlv_process()
1387 meta->sig_info.ltf_size = cdp_rx_ppdu->u.ltf_size; in target_if_cfr_rx_tlv_process()
1388 meta->sig_info.stbc = cdp_rx_ppdu->u.stbc; in target_if_cfr_rx_tlv_process()
1389 meta->sig_info.sgi = (cdp_rx_ppdu->u.gi == CDP_SGI_0_4_US) ? 1 : 0; in target_if_cfr_rx_tlv_process()
1390 meta->sig_info.dcm = cdp_rx_ppdu->u.dcm; in target_if_cfr_rx_tlv_process()
1391 meta->sig_info.coding = cdp_rx_ppdu->u.ldpc; in target_if_cfr_rx_tlv_process()
1399 if (cdp_rx_ppdu->u.ppdu_type != CDP_RX_TYPE_SU) { in target_if_cfr_rx_tlv_process()
1574 meta = &header->u.meta_enh; in enh_cfr_dbr_event_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_rx_mon.c93 cdp_rx_ppdu->u.ppdu_type = ppdu_info->rx_status.reception_type; in dp_rx_mon_populate_cfr_ppdu_info()
99 cdp_rx_ppdu->u.ltf_size = ppdu_info->rx_status.ltf_size; in dp_rx_mon_populate_cfr_ppdu_info()
101 cdp_rx_ppdu->u.ldpc = ppdu_info->rx_status.ldpc; in dp_rx_mon_populate_cfr_ppdu_info()
105 cdp_rx_ppdu->u.gi = CDP_SGI_0_4_US; in dp_rx_mon_populate_cfr_ppdu_info()
107 cdp_rx_ppdu->u.gi = ppdu_info->rx_status.sgi; in dp_rx_mon_populate_cfr_ppdu_info()
110 cdp_rx_ppdu->u.stbc = ppdu_info->rx_status.is_stbc; in dp_rx_mon_populate_cfr_ppdu_info()
113 cdp_rx_ppdu->u.stbc = (ppdu_info->rx_status.he_data3 >> in dp_rx_mon_populate_cfr_ppdu_info()
115 cdp_rx_ppdu->u.dcm = (ppdu_info->rx_status.he_data3 >> in dp_rx_mon_populate_cfr_ppdu_info()
470 cdp_rx_ppdu->u.preamble; in dp_rx_populate_cdp_indication_ppdu_user()
511 if (cdp_rx_ppdu->u.ppdu_type == HAL_RX_TYPE_MU_OFDMA || in dp_rx_populate_cdp_indication_ppdu_user()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_tid.c124 params->u.upd_queue_params.update_svld = 1; in dp_set_ssn_valid_flag()
125 params->u.upd_queue_params.svld = valid; in dp_set_ssn_valid_flag()
371 params.u.upd_queue_params.update_ba_window_size = 1; in dp_rx_tid_update_wifi3()
372 params.u.upd_queue_params.ba_window_size = ba_window_size; in dp_rx_tid_update_wifi3()
375 params.u.upd_queue_params.update_ssn = 1; in dp_rx_tid_update_wifi3()
376 params.u.upd_queue_params.ssn = start_seq; in dp_rx_tid_update_wifi3()
955 params.u.upd_queue_params.update_vld = 1; in dp_resend_update_reo_cmd()
956 params.u.upd_queue_params.vld = 0; in dp_resend_update_reo_cmd()
1092 params.u.fl_cache_params.flush_q_1k_desc = 1; in dp_rx_tid_delete_cb()
1093 params.u.fl_cache_params.fwd_mpdus_in_queue = 1; in dp_rx_tid_delete_cb()
[all …]
Ddp_tx.c675 struct qdf_tso_info_t *tso_info = &msdu_info->u.tso_info; in dp_tx_free_remaining_tso_desc()
708 tso_info = &msdu_info->u.tso_info; in dp_tx_prepare_tso()
767 dp_tx_tso_history_add(soc, msdu_info->u.tso_info, in dp_tx_prepare_tso()
833 seg_info = msdu_info->u.sg_info.curr_seg; in dp_tx_prepare_ext_desc()
845 dp_tx_prepare_tso_ext_desc(&msdu_info->u.tso_info.curr_seg->seg, in dp_tx_prepare_ext_desc()
1349 dp_tx_tso_seg_history_add(soc, msdu_info->u.tso_info.curr_seg, in dp_tx_prepare_desc()
1387 msdu_ext_desc->tso_desc = msdu_info->u.tso_info.curr_seg; in dp_tx_prepare_desc()
1388 msdu_ext_desc->tso_num_desc = msdu_info->u.tso_info.tso_num_seg_list; in dp_tx_prepare_desc()
1422 struct dp_tx_sg_info_s *sg_info = &msdu_info->u.sg_info; in dp_tx_prepare_raw()
3230 struct dp_tx_seg_info_s *seg = msdu_info->u.sg_info.curr_seg; in dp_tx_sg_unmap_buf()
[all …]
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt.c70 pdev->htt_htc_pkt_freelist = pdev->htt_htc_pkt_freelist->u.next; in htt_htc_pkt_alloc()
80 htc_packet_set_magic_cookie(&(pkt->u.pkt.htc_pkt), 0); in htt_htc_pkt_alloc()
81 return &pkt->u.pkt; /* not actually a dereference */ in htt_htc_pkt_alloc()
94 htc_packet_set_magic_cookie(&(u_pkt->u.pkt.htc_pkt), 0); in htt_htc_pkt_free()
95 u_pkt->u.next = pdev->htt_htc_pkt_freelist; in htt_htc_pkt_free()
110 next = pkt->u.next; in htt_htc_pkt_pool_free()
128 next = pkt->u.next; in htt_htc_misc_pkt_list_trim()
132 (qdf_nbuf_t)(pkt->u.pkt.htc_pkt.pNetBufContext); in htt_htc_misc_pkt_list_trim()
138 prev->u.next = NULL; in htt_htc_misc_pkt_list_trim()
155 u_pkt->u.next = pdev->htt_htc_pkt_misclist; in htt_htc_misc_pkt_list_add()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c267 if (sme_cmd->u.roamCmd.roamReason == eCsrForcedDisassocSta) { in csr_process_deauth_disassoc_cmd()
270 sme_cmd->u.roamCmd.reason, in csr_process_deauth_disassoc_cmd()
271 QDF_MAC_ADDR_REF(sme_cmd->u.roamCmd.peerMac)); in csr_process_deauth_disassoc_cmd()
273 sme_cmd->u.roamCmd.peerMac, in csr_process_deauth_disassoc_cmd()
274 sme_cmd->u.roamCmd.reason); in csr_process_deauth_disassoc_cmd()
275 } else if (sme_cmd->u.roamCmd.roamReason == eCsrForcedDeauthSta) { in csr_process_deauth_disassoc_cmd()
278 sme_cmd->u.roamCmd.reason, in csr_process_deauth_disassoc_cmd()
279 QDF_MAC_ADDR_REF(sme_cmd->u.roamCmd.peerMac)); in csr_process_deauth_disassoc_cmd()
281 sme_cmd->u.roamCmd.peerMac, in csr_process_deauth_disassoc_cmd()
282 sme_cmd->u.roamCmd.reason); in csr_process_deauth_disassoc_cmd()
[all …]
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
Dwlan_cp_stats_mc_tgt_api.c235 get_peer_rssi_cb = last_req->u.get_peer_rssi_cb; in tgt_mc_cp_stats_prepare_raw_peer_rssi()
599 if (pending && last_req.u.get_peer_rssi_cb) in tgt_mc_cp_stats_extract_peer_stats()
628 if (last_req.u.get_mib_stats_cb && pending) in tgt_mc_cp_stats_extract_mib_stats()
629 last_req.u.get_mib_stats_cb(ev, last_req.cookie); in tgt_mc_cp_stats_extract_mib_stats()
662 if (last_req.u.get_peer_stats_cb && pending) { in tgt_mc_cp_stats_extract_peer_stats_info_ext()
663 last_req.u.get_peer_stats_cb(ev, last_req.cookie); in tgt_mc_cp_stats_extract_peer_stats_info_ext()
664 last_req.u.get_peer_stats_cb = NULL; in tgt_mc_cp_stats_extract_peer_stats_info_ext()
748 if (last_req.u.congestion_notif_cb) in tgt_mc_cp_stats_extract_congestion_stats()
749 last_req.u.congestion_notif_cb(last_req.vdev_id, data, in tgt_mc_cp_stats_extract_congestion_stats()
1275 if (last_req.u.get_tx_power_cb && pending) in tgt_mc_cp_stats_extract_vdev_and_extd_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_reo.c269 reo_get_queue_stats->clear_stats = cmd->u.stats_params.clear; in hal_reo_cmd_queue_stats_be()
315 cmd->u.fl_queue_params.block_use_after_flush; in hal_reo_cmd_flush_queue_be()
317 if (cmd->u.fl_queue_params.block_use_after_flush) in hal_reo_cmd_flush_queue_be()
319 cmd->u.fl_queue_params.index; in hal_reo_cmd_flush_queue_be()
340 cp = &cmd->u.fl_cache_params; in hal_reo_cmd_flush_cache_be()
420 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) { in hal_reo_cmd_unblock_cache_be()
451 reo_unblock_cache->unblock_type = cmd->u.unblk_cache_params.type; in hal_reo_cmd_unblock_cache_be()
453 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) in hal_reo_cmd_unblock_cache_be()
455 cmd->u.unblk_cache_params.index; in hal_reo_cmd_unblock_cache_be()
496 cmd->u.fl_tim_list_params.ac_list; in hal_reo_cmd_flush_timeout_list_be()
[all …]
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_stats.c315 (unsigned int)ipa_ctx->cons_pipe_in.u.dl.comp_ring_base_pa, in wlan_ipa_dump_ipa_ctx()
316 ipa_ctx->cons_pipe_in.u.dl.comp_ring_size, in wlan_ipa_dump_ipa_ctx()
317 (unsigned int)ipa_ctx->cons_pipe_in.u.dl.ce_ring_base_pa, in wlan_ipa_dump_ipa_ctx()
318 (unsigned int)ipa_ctx->cons_pipe_in.u.dl.ce_door_bell_pa, in wlan_ipa_dump_ipa_ctx()
319 ipa_ctx->cons_pipe_in.u.dl.ce_ring_size, in wlan_ipa_dump_ipa_ctx()
320 ipa_ctx->cons_pipe_in.u.dl.num_tx_buffers, in wlan_ipa_dump_ipa_ctx()
322 (unsigned int)ipa_ctx->prod_pipe_in.u.ul.rdy_ring_base_pa, in wlan_ipa_dump_ipa_ctx()
323 ipa_ctx->prod_pipe_in.u.ul.rdy_ring_size, in wlan_ipa_dump_ipa_ctx()
324 (unsigned int)ipa_ctx->prod_pipe_in.u.ul.rdy_ring_rp_pa, in wlan_ipa_dump_ipa_ctx()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_reo.c331 cmd->u.stats_params.clear); in hal_reo_cmd_queue_stats_li()
391 cmd->u.fl_queue_params.block_use_after_flush); in hal_reo_cmd_flush_queue_li()
393 if (cmd->u.fl_queue_params.block_use_after_flush) { in hal_reo_cmd_flush_queue_li()
396 cmd->u.fl_queue_params.index); in hal_reo_cmd_flush_queue_li()
415 cp = &cmd->u.fl_cache_params; in hal_reo_cmd_flush_cache_li()
514 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) { in hal_reo_cmd_unblock_cache_li()
547 UNBLOCK_TYPE, cmd->u.unblk_cache_params.type); in hal_reo_cmd_unblock_cache_li()
549 if (cmd->u.unblk_cache_params.type == UNBLOCK_RES_INDEX) { in hal_reo_cmd_unblock_cache_li()
552 cmd->u.unblk_cache_params.index); in hal_reo_cmd_unblock_cache_li()
594 cmd->u.fl_tim_list_params.ac_list); in hal_reo_cmd_flush_timeout_list_li()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c215 } u; member
800 qdf_mem_zero(&pCommand->u.qosCmd, sizeof(tGenericQosCmd)); in qos_release_command()
1088 cmd.u.setupCmdInfo.HDDcontext = HDDcontext; in sme_qos_internal_setup_req()
1089 cmd.u.setupCmdInfo.QoSInfo = Tspec_Info; in sme_qos_internal_setup_req()
1090 cmd.u.setupCmdInfo.QoSCallback = QoSCallback; in sme_qos_internal_setup_req()
1091 cmd.u.setupCmdInfo.UPType = UPType; in sme_qos_internal_setup_req()
1092 cmd.u.setupCmdInfo.hoRenewal = hoRenewal; in sme_qos_internal_setup_req()
1093 cmd.u.setupCmdInfo.QosFlowID = QosFlowID; in sme_qos_internal_setup_req()
1208 cmd.u.setupCmdInfo.HDDcontext = HDDcontext; in sme_qos_internal_setup_req()
1209 cmd.u.setupCmdInfo.QoSInfo = Tspec_Info; in sme_qos_internal_setup_req()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_rx.c2030 cfr_hdr.u.meta_v1.status = HTT_T2H_CFR_DUMP_TYPE1_STATUS_GET( in ol_rx_cfr_capture_msg_handler()
2032 cfr_hdr.u.meta_v1.capture_bw = HTT_T2H_CFR_DUMP_TYPE1_CAP_BW_GET( in ol_rx_cfr_capture_msg_handler()
2034 cfr_hdr.u.meta_v1.capture_mode = HTT_T2H_CFR_DUMP_TYPE1_MODE_GET( in ol_rx_cfr_capture_msg_handler()
2036 cfr_hdr.u.meta_v1.sts_count = HTT_T2H_CFR_DUMP_TYPE1_STS_GET( in ol_rx_cfr_capture_msg_handler()
2038 cfr_hdr.u.meta_v1.channel_bw = HTT_T2H_CFR_DUMP_TYPE1_CHAN_BW_GET( in ol_rx_cfr_capture_msg_handler()
2040 cfr_hdr.u.meta_v1.capture_type = HTT_T2H_CFR_DUMP_TYPE1_CAP_TYPE_GET( in ol_rx_cfr_capture_msg_handler()
2046 qdf_mem_copy(cfr_hdr.u.meta_v1.peer_addr, mac_addr, QDF_MAC_ADDR_SIZE); in ol_rx_cfr_capture_msg_handler()
2050 cfr_hdr.u.meta_v1.prim20_chan = cfr_ind.chan.chan_mhz; in ol_rx_cfr_capture_msg_handler()
2051 cfr_hdr.u.meta_v1.center_freq1 = cfr_ind.chan.band_center_freq1; in ol_rx_cfr_capture_msg_handler()
2052 cfr_hdr.u.meta_v1.center_freq2 = cfr_ind.chan.band_center_freq2; in ol_rx_cfr_capture_msg_handler()
[all …]
/wlan-driver/fw-api/fw/
Dwal_rx_desc.h102 }u; member
179 } u; member
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_service_srng.c276 item->u.nbytes, transfer_id, in ce_sendlist_send_srng()
287 item->u.nbytes, in ce_sendlist_send_srng()
1092 info->u.srng_info.tp = tp; in ce_get_index_info_srng()
1093 info->u.srng_info.hp = hp; in ce_get_index_info_srng()
1097 info->u.srng_info.status_tp = tp; in ce_get_index_info_srng()
1098 info->u.srng_info.status_hp = hp; in ce_get_index_info_srng()
1101 info->u.srng_info.tp = tp; in ce_get_index_info_srng()
1102 info->u.srng_info.hp = hp; in ce_get_index_info_srng()

123