Lines Matching refs:hal_soc
648 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_get_num_tcl_banks() local
651 if (hal_soc->ops->hal_tx_get_num_tcl_banks) { in hal_tx_get_num_tcl_banks()
652 hal_banks = hal_soc->ops->hal_tx_get_num_tcl_banks(); in hal_tx_get_num_tcl_banks()
674 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_populate_bank_register() local
676 hal_soc->ops->hal_tx_populate_bank_register(hal_soc_hdl, config, in hal_tx_populate_bank_register()
703 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_config_rbm_mapping_be() local
705 hal_soc->ops->hal_tx_config_rbm_mapping_be(hal_soc_hdl, hal_ring_hdl, in hal_tx_config_rbm_mapping_be()
806 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_vdev_mismatch_routing_set() local
808 hal_soc->ops->hal_tx_vdev_mismatch_routing_set(hal_soc_hdl, config); in hal_tx_vdev_mismatch_routing_set()
833 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_mcast_mlo_reinject_routing_set() local
834 hal_soc->ops->hal_tx_mcast_mlo_reinject_routing_set(hal_soc_hdl, in hal_tx_mcast_mlo_reinject_routing_set()
855 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_reo_config_reo2ppe_dest_info() local
857 if (hal_soc->ops->hal_reo_config_reo2ppe_dest_info) in hal_reo_config_reo2ppe_dest_info()
858 hal_soc->ops->hal_reo_config_reo2ppe_dest_info(hal_soc_hdl); in hal_reo_config_reo2ppe_dest_info()
870 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_get_num_ppe_vp_tbl_entries() local
872 return hal_soc->ops->hal_tx_get_num_ppe_vp_tbl_entries(hal_soc_hdl); in hal_tx_get_num_ppe_vp_tbl_entries()
885 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_get_num_ppe_vp_search_idx_tbl_entries() local
887 return hal_soc->ops->hal_tx_get_num_ppe_vp_search_idx_tbl_entries(hal_soc_hdl); in hal_tx_get_num_ppe_vp_search_idx_tbl_entries()
901 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_ppe_cmn_cfg() local
903 hal_soc->ops->hal_tx_set_ppe_cmn_cfg(hal_soc_hdl, cmn_cfg); in hal_tx_set_ppe_cmn_cfg()
919 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_populate_ppe_vp_entry() local
921 hal_soc->ops->hal_tx_set_ppe_vp_entry(hal_soc_hdl, vp_cfg, ppe_vp_idx); in hal_tx_populate_ppe_vp_entry()
936 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_ppeds_cfg_ast_override_map_reg() local
938 if (hal_soc->ops->hal_ppeds_cfg_ast_override_map_reg) in hal_ppeds_cfg_ast_override_map_reg()
939 hal_soc->ops->hal_ppeds_cfg_ast_override_map_reg(hal_soc_hdl, in hal_ppeds_cfg_ast_override_map_reg()
956 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_int_pri2tid() local
958 hal_soc->ops->hal_tx_set_ppe_pri2tid(hal_soc_hdl, val, map_no); in hal_tx_set_int_pri2tid()
973 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_update_int_pri2tid() local
975 hal_soc->ops->hal_tx_update_ppe_pri2tid(hal_soc_hdl, pri, tid); in hal_tx_update_int_pri2tid()
987 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_dump_ppe_vp_entry() local
989 hal_soc->ops->hal_tx_dump_ppe_vp_entry(hal_soc_hdl); in hal_tx_dump_ppe_vp_entry()
1004 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_enable_pri2tid_map() local
1006 hal_soc->ops->hal_tx_enable_pri2tid_map(hal_soc_hdl, val, in hal_tx_enable_pri2tid_map()
1015 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_vdev_mcast_ctrl_set() local
1017 hal_soc->ops->hal_tx_vdev_mcast_ctrl_set(hal_soc_hdl, vdev_id, in hal_tx_vdev_mcast_ctrl_set()