Lines Matching refs:hal_soc
654 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_comp_get_buffer_source() local
656 return hal_soc->ops->hal_tx_comp_get_buffer_source(hal_desc); in hal_tx_comp_get_buffer_source()
680 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_comp_get_release_reason() local
682 return hal_soc->ops->hal_tx_comp_get_release_reason(hal_desc); in hal_tx_comp_get_release_reason()
793 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_init_data_ring() local
795 hal_soc->ops->hal_tx_init_data_ring(hal_soc_hdl, hal_ring_hdl); in hal_tx_init_data_ring()
809 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_dscp_tid_map() local
811 hal_soc->ops->hal_tx_set_dscp_tid_map(hal_soc, map, id); in hal_tx_set_dscp_tid_map()
827 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_update_dscp_tid() local
829 hal_soc->ops->hal_tx_update_dscp_tid(hal_soc, tid, id, dscp); in hal_tx_update_dscp_tid()
846 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_comp_get_status() local
848 hal_soc->ops->hal_tx_comp_get_status(desc, ts, hal_soc); in hal_tx_comp_get_status()
861 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_pcp_tid_map_default() local
863 hal_soc->ops->hal_tx_set_pcp_tid_map(hal_soc, map); in hal_tx_set_pcp_tid_map_default()
877 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_update_pcp_tid_map() local
879 hal_soc->ops->hal_tx_update_pcp_tid_map(hal_soc, pcp, tid); in hal_tx_update_pcp_tid_map()
892 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_tidmap_prty() local
894 hal_soc->ops->hal_tx_set_tidmap_prty(hal_soc, val); in hal_tx_set_tidmap_prty()
909 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_get_wbm_internal_error() local
911 return hal_soc->ops->hal_get_wbm_internal_error(hal_desc); in hal_get_wbm_internal_error()
926 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_get_tsf2_offset() local
928 if (hal_soc->ops->hal_get_tsf2_scratch_reg) in hal_get_tsf2_offset()
929 hal_soc->ops->hal_get_tsf2_scratch_reg(hal_soc_hdl, mac_id, in hal_get_tsf2_offset()
945 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_get_tqm_offset() local
947 if (hal_soc->ops->hal_get_tqm_scratch_reg) in hal_get_tqm_offset()
948 hal_soc->ops->hal_get_tqm_scratch_reg(hal_soc_hdl, value); in hal_get_tqm_offset()