Searched refs:hal_ops (Results 1 – 9 of 9) sorted by relevance
196 const struct hal_ops *hal_ops; member
566 const struct hal_ops *hal_ops; in ath12k_ahb_config_ext_irq() local571 hal_ops = ab->hw_params->hal_ops; in ath12k_ahb_config_ext_irq()591 BIT(hal_ops->tcl_to_wbm_rbm_map[j].wbm_ring_num)) { in ath12k_ahb_config_ext_irq()
1372 .hal_ops = &hal_qcn9274_ops,1460 .hal_ops = &hal_wcn7850_ops,1546 .hal_ops = &hal_qcn9274_ops,1628 .hal_ops = &hal_qcn9274_ops,
150 map = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map; in ath12k_dp_srng_calculate_msi_group()509 map = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map; in ath12k_dp_srng_common_setup()1031 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_mpdu_start && in ath12k_dp_wmask_compaction_rx_tlv_supported()1032 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_msdu_end && in ath12k_dp_wmask_compaction_rx_tlv_supported()1033 ab->hw_params->hal_ops->get_hal_rx_compact_ops) { in ath12k_dp_wmask_compaction_rx_tlv_supported()1045 ab->hal_rx_ops = ab->hw_params->hal_ops->get_hal_rx_compact_ops(); in ath12k_dp_hal_rx_desc_init()
1103 struct hal_ops { struct1111 extern const struct hal_ops hal_qcn9274_ops; argument1112 extern const struct hal_ops hal_wcn7850_ops;
1089 const struct hal_ops hal_qcn9274_ops = {1556 const struct hal_ops hal_wcn7850_ops = {2579 ret = ab->hw_params->hal_ops->create_srng_config(ab); in ath12k_hal_srng_init()
273 ti.rbm_id = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map[ti.ring_id].rbm_id; in ath12k_dp_tx()
4371 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_mpdu_start(); in ath12k_dp_rxdma_ring_sel_config_qcn9274()4373 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_msdu_end(); in ath12k_dp_rxdma_ring_sel_config_qcn9274()
2282 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local2303 if (hal_ops->c2h_ra_report_handler) in rtl_c2h_content_parsing()2304 hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len); in rtl_c2h_content_parsing()
Completed in 41 milliseconds