Lines Matching refs:hal_soc

56 void hal_setup_reo_swap(struct hal_soc *soc)  in hal_setup_reo_swap()
70 void hal_setup_reo_swap(struct hal_soc *soc) in hal_setup_reo_swap()
88 void hal_reo_setup_generic_be(struct hal_soc *soc, void *reoparams, in hal_reo_setup_generic_be()
626 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_cookie_conversion_reg_cfg_be() local
628 hal_soc->ops->hal_cookie_conversion_reg_cfg_be(hal_soc_hdl, cc_cfg); in hal_cookie_conversion_reg_cfg_be()
692 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_msdu_reo_dst_ind_get_be() local
698 msdu_details = hal_rx_link_desc_msdu0_ptr(msdu_link, hal_soc); in hal_rx_msdu_reo_dst_ind_get_be()
702 hal_soc); in hal_rx_msdu_reo_dst_ind_get_be()
813 void hal_unregister_reo_send_cmd_be(struct hal_soc *hal_soc) in hal_unregister_reo_send_cmd_be() argument
815 hal_soc->ops->hal_reo_send_cmd = NULL; in hal_unregister_reo_send_cmd_be()
825 void hal_register_reo_send_cmd_be(struct hal_soc *hal_soc) in hal_register_reo_send_cmd_be() argument
827 hal_soc->ops->hal_reo_send_cmd = hal_reo_send_cmd_be; in hal_register_reo_send_cmd_be()
839 hal_reset_rx_reo_tid_q_be(struct hal_soc *hal_soc, void *hw_qdesc_vaddr, in hal_reset_rx_reo_tid_q_be() argument
932 void hal_hw_txrx_default_ops_attach_be(struct hal_soc *hal_soc) in hal_hw_txrx_default_ops_attach_be() argument
934 hal_soc->ops->hal_get_reo_qdesc_size = hal_get_reo_qdesc_size_be; in hal_hw_txrx_default_ops_attach_be()
935 hal_soc->ops->hal_get_rx_max_ba_window = hal_get_rx_max_ba_window_be; in hal_hw_txrx_default_ops_attach_be()
936 hal_soc->ops->hal_set_link_desc_addr = hal_set_link_desc_addr_be; in hal_hw_txrx_default_ops_attach_be()
937 hal_soc->ops->hal_tx_init_data_ring = hal_tx_init_data_ring_be; in hal_hw_txrx_default_ops_attach_be()
938 hal_soc->ops->hal_get_reo_reg_base_offset = in hal_hw_txrx_default_ops_attach_be()
940 hal_soc->ops->hal_reo_setup = hal_reo_setup_generic_be; in hal_hw_txrx_default_ops_attach_be()
941 hal_soc->ops->hal_rx_reo_buf_paddr_get = hal_rx_reo_buf_paddr_get_be; in hal_hw_txrx_default_ops_attach_be()
942 hal_soc->ops->hal_rx_msdu_link_desc_set = hal_rx_msdu_link_desc_set_be; in hal_hw_txrx_default_ops_attach_be()
943 hal_soc->ops->hal_rx_buf_cookie_rbm_get = hal_rx_buf_cookie_rbm_get_be; in hal_hw_txrx_default_ops_attach_be()
945 hal_soc->ops->hal_rx_ret_buf_manager_get = in hal_hw_txrx_default_ops_attach_be()
947 hal_soc->ops->hal_rxdma_buff_addr_info_set = in hal_hw_txrx_default_ops_attach_be()
949 hal_soc->ops->hal_rx_msdu_flags_get = hal_rx_msdu_flags_get_be; in hal_hw_txrx_default_ops_attach_be()
950 hal_soc->ops->hal_rx_get_reo_error_code = hal_rx_get_reo_error_code_be; in hal_hw_txrx_default_ops_attach_be()
951 hal_soc->ops->hal_gen_reo_remap_val = in hal_hw_txrx_default_ops_attach_be()
953 hal_soc->ops->hal_tx_comp_get_buffer_source = in hal_hw_txrx_default_ops_attach_be()
955 hal_soc->ops->hal_tx_comp_get_release_reason = in hal_hw_txrx_default_ops_attach_be()
957 hal_soc->ops->hal_get_wbm_internal_error = in hal_hw_txrx_default_ops_attach_be()
959 hal_soc->ops->hal_rx_mpdu_desc_info_get = in hal_hw_txrx_default_ops_attach_be()
961 hal_soc->ops->hal_rx_err_status_get = hal_rx_err_status_get_be; in hal_hw_txrx_default_ops_attach_be()
962 hal_soc->ops->hal_rx_reo_buf_type_get = hal_rx_reo_buf_type_get_be; in hal_hw_txrx_default_ops_attach_be()
963 hal_soc->ops->hal_rx_wbm_err_src_get = hal_rx_wbm_err_src_get_be; in hal_hw_txrx_default_ops_attach_be()
964 hal_soc->ops->hal_rx_wbm_rel_buf_paddr_get = in hal_hw_txrx_default_ops_attach_be()
967 hal_soc->ops->hal_reo_send_cmd = hal_reo_send_cmd_be; in hal_hw_txrx_default_ops_attach_be()
968 hal_soc->ops->hal_reo_qdesc_setup = hal_reo_qdesc_setup_be; in hal_hw_txrx_default_ops_attach_be()
969 hal_soc->ops->hal_reo_status_update = hal_reo_status_update_be; in hal_hw_txrx_default_ops_attach_be()
970 hal_soc->ops->hal_get_tlv_hdr_size = hal_get_tlv_hdr_size_be; in hal_hw_txrx_default_ops_attach_be()
971 hal_soc->ops->hal_rx_msdu_reo_dst_ind_get = in hal_hw_txrx_default_ops_attach_be()
973 hal_soc->ops->hal_get_idle_link_bm_id = hal_get_idle_link_bm_id_be; in hal_hw_txrx_default_ops_attach_be()
974 hal_soc->ops->hal_rx_msdu_ext_desc_info_get_ptr = in hal_hw_txrx_default_ops_attach_be()
976 hal_soc->ops->hal_msdu_desc_info_set = hal_msdu_desc_info_set_be; in hal_hw_txrx_default_ops_attach_be()
977 hal_soc->ops->hal_mpdu_desc_info_set = hal_mpdu_desc_info_set_be; in hal_hw_txrx_default_ops_attach_be()
979 hal_soc->ops->hal_unregister_reo_send_cmd = in hal_hw_txrx_default_ops_attach_be()
981 hal_soc->ops->hal_register_reo_send_cmd = hal_register_reo_send_cmd_be; in hal_hw_txrx_default_ops_attach_be()
982 hal_soc->ops->hal_reset_rx_reo_tid_q = hal_reset_rx_reo_tid_q_be; in hal_hw_txrx_default_ops_attach_be()
984 hal_soc->ops->hal_rx_tlv_get_pn_num = hal_rx_tlv_get_pn_num_be; in hal_hw_txrx_default_ops_attach_be()
986 hal_soc->ops->hal_rx_get_qdesc_addr = hal_rx_get_qdesc_addr_be; in hal_hw_txrx_default_ops_attach_be()
988 hal_soc->ops->hal_set_reo_ent_desc_reo_dest_ind = in hal_hw_txrx_default_ops_attach_be()
990 hal_soc->ops->hal_get_reo_ent_desc_qdesc_addr = in hal_hw_txrx_default_ops_attach_be()
992 hal_soc->ops->hal_rx_en_mcast_fp_data_filter = in hal_hw_txrx_default_ops_attach_be()
994 hal_soc->ops->hal_rx_get_phy_ppdu_id_size = in hal_hw_txrx_default_ops_attach_be()
996 hal_soc->ops->hal_rx_phy_legacy_get_rssi = in hal_hw_txrx_default_ops_attach_be()
998 hal_soc->ops->hal_rx_parse_eht_sig_hdr = hal_rx_parse_eht_sig_hdr_be; in hal_hw_txrx_default_ops_attach_be()