Home
last modified time | relevance | path

Searched refs:reo_qref (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_generic_api.h3368 struct rx_reo_queue_reference *reo_qref; in hal_reo_shared_qaddr_write_be() local
3375 reo_qref = (struct rx_reo_queue_reference *) in hal_reo_shared_qaddr_write_be()
3376 &hal->reo_qref.mlo_reo_qref_table_vaddr[peer_tid_idx]; in hal_reo_shared_qaddr_write_be()
3379 reo_qref = (struct rx_reo_queue_reference *) in hal_reo_shared_qaddr_write_be()
3380 &hal->reo_qref.non_mlo_reo_qref_table_vaddr[peer_tid_idx]; in hal_reo_shared_qaddr_write_be()
3382 reo_qref->rx_reo_queue_desc_addr_31_0 = in hal_reo_shared_qaddr_write_be()
3384 reo_qref->rx_reo_queue_desc_addr_39_32 = in hal_reo_shared_qaddr_write_be()
3387 reo_qref->receive_queue_number = tid; in hal_reo_shared_qaddr_write_be()
3389 reo_qref->receive_queue_number = 0; in hal_reo_shared_qaddr_write_be()
3395 (void *)hw_qdesc_paddr, tid, reo_qref, in hal_reo_shared_qaddr_write_be()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_reo.h807 struct reo_queue_ref_table *reo_qref) in hal_reo_shared_qaddr_setup() argument
813 reo_qref); in hal_reo_shared_qaddr_setup()
838 struct reo_queue_ref_table *reo_qref) in hal_reo_shared_qaddr_setup() argument
Dhal_internal.h990 struct reo_queue_ref_table *reo_qref; member
1427 *reo_qref);
1659 struct reo_queue_ref_table reo_qref; member
Dhal_rx.h3177 return hal->reo_qref.reo_qref_table_en; in hal_reo_shared_qaddr_is_enable()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
Dhal_5332.c1279 soc->reo_qref = *reo_params->reo_qref; in hal_reo_setup_5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224.h1684 soc->reo_qref = *reo_params->reo_qref; in hal_reo_setup_9224()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c851 soc->reo_qref.mlo_reo_qref_table_vaddr, in dp_reo_shared_qaddr_detach()
852 soc->reo_qref.mlo_reo_qref_table_paddr, 0); in dp_reo_shared_qaddr_detach()
855 soc->reo_qref.non_mlo_reo_qref_table_vaddr, in dp_reo_shared_qaddr_detach()
856 soc->reo_qref.non_mlo_reo_qref_table_paddr, 0); in dp_reo_shared_qaddr_detach()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432.c1341 soc->reo_qref = *reo_params->reo_qref; in hal_reo_setup_6432()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c4454 reo_params.reo_qref = &soc->reo_qref; in dp_soc_attach_target_wifi3()
11838 reo_params.reo_qref = &soc->reo_qref; in dp_set_umac_regs()
13803 &soc->reo_qref) in dp_soc_attach()
Ddp_types.h3234 struct reo_queue_ref_table reo_qref; member
Ddp_stats.c7268 if ((!hal->reo_qref.non_mlo_reo_qref_table_vaddr) || in dp_peer_print_reo_qref_table()
7269 (!hal->reo_qref.mlo_reo_qref_table_vaddr)) { in dp_peer_print_reo_qref_table()
7284 &hal->reo_qref.mlo_reo_qref_table_vaddr[peer_idx]; in dp_peer_print_reo_qref_table()
7288 &hal->reo_qref.non_mlo_reo_qref_table_vaddr[peer_idx]; in dp_peer_print_reo_qref_table()