Lines Matching refs:hal_soc_hdl
651 hal_tx_comp_get_buffer_source(hal_soc_handle_t hal_soc_hdl, in hal_tx_comp_get_buffer_source() argument
654 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_comp_get_buffer_source()
660 hal_tx_comp_get_buffer_source(hal_soc_handle_t hal_soc_hdl, in hal_tx_comp_get_buffer_source() argument
678 hal_soc_handle_t hal_soc_hdl) in hal_tx_comp_get_release_reason() argument
680 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_comp_get_release_reason()
790 static inline void hal_tx_init_data_ring(hal_soc_handle_t hal_soc_hdl, in hal_tx_init_data_ring() argument
793 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_init_data_ring()
795 hal_soc->ops->hal_tx_init_data_ring(hal_soc_hdl, hal_ring_hdl); in hal_tx_init_data_ring()
806 static inline void hal_tx_set_dscp_tid_map(hal_soc_handle_t hal_soc_hdl, in hal_tx_set_dscp_tid_map() argument
809 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_dscp_tid_map()
824 void hal_tx_update_dscp_tid(hal_soc_handle_t hal_soc_hdl, uint8_t tid, in hal_tx_update_dscp_tid() argument
827 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_update_dscp_tid()
844 hal_soc_handle_t hal_soc_hdl) in hal_tx_comp_get_status() argument
846 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_comp_get_status()
858 static inline void hal_tx_set_pcp_tid_map_default(hal_soc_handle_t hal_soc_hdl, in hal_tx_set_pcp_tid_map_default() argument
861 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_pcp_tid_map_default()
874 static inline void hal_tx_update_pcp_tid_map(hal_soc_handle_t hal_soc_hdl, in hal_tx_update_pcp_tid_map() argument
877 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_update_pcp_tid_map()
890 void hal_tx_set_tidmap_prty(hal_soc_handle_t hal_soc_hdl, uint8_t val) in hal_tx_set_tidmap_prty() argument
892 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_tx_set_tidmap_prty()
907 uint8_t hal_get_wbm_internal_error(hal_soc_handle_t hal_soc_hdl, void *hal_desc) in hal_get_wbm_internal_error() argument
909 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_get_wbm_internal_error()
923 hal_get_tsf2_offset(hal_soc_handle_t hal_soc_hdl, uint8_t mac_id, in hal_get_tsf2_offset() argument
926 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_get_tsf2_offset()
929 hal_soc->ops->hal_get_tsf2_scratch_reg(hal_soc_hdl, mac_id, in hal_get_tsf2_offset()
943 hal_get_tqm_offset(hal_soc_handle_t hal_soc_hdl, uint64_t *value) in hal_get_tqm_offset() argument
945 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_get_tqm_offset()
948 hal_soc->ops->hal_get_tqm_scratch_reg(hal_soc_hdl, value); in hal_get_tqm_offset()