Home
last modified time | relevance | path

Searched refs:hal_ops (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhw.h202 const struct hal_ops *hal_ops; member
H A Dhw.c912 .hal_ops = &hal_qcn9274_ops,
991 .hal_ops = &hal_wcn7850_ops,
1068 .hal_ops = &hal_qcn9274_ops,
H A Ddp.c150 map = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map; in ath12k_dp_srng_calculate_msi_group()
499 map = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map; in ath12k_dp_srng_common_setup()
1007 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_mpdu_start && in ath12k_dp_wmask_compaction_rx_tlv_supported()
1008 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_msdu_end && in ath12k_dp_wmask_compaction_rx_tlv_supported()
1009 ab->hw_params->hal_ops->get_hal_rx_compact_ops) { in ath12k_dp_wmask_compaction_rx_tlv_supported()
1021 ab->hal_rx_ops = ab->hw_params->hal_ops->get_hal_rx_compact_ops(); in ath12k_dp_hal_rx_desc_init()
H A Dhal.h1084 struct hal_ops { struct
1092 extern const struct hal_ops hal_qcn9274_ops; argument
1093 extern const struct hal_ops hal_wcn7850_ops;
H A Dhal.c1095 const struct hal_ops hal_qcn9274_ops = {
1568 const struct hal_ops hal_wcn7850_ops = {
2536 ret = ab->hw_params->hal_ops->create_srng_config(ab); in ath12k_hal_srng_init()
H A Ddp_tx.c269 ti.rbm_id = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map[ti.ring_id].rbm_id; in ath12k_dp_tx()
H A Ddp_rx.c4238 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_mpdu_start(); in ath12k_dp_rxdma_ring_sel_config_qcn9274()
4240 ab->hw_params->hal_ops->rxdma_ring_wmask_rx_msdu_end(); in ath12k_dp_rxdma_ring_sel_config_qcn9274()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtl8723b_hal.h226 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc);
H A Ddrv_types.h353 struct hal_ops HalFunc;
H A Dhal_intf.h163 struct hal_ops { struct
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2281 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local
2302 if (hal_ops->c2h_ra_report_handler) in rtl_c2h_content_parsing()
2303 hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len); in rtl_c2h_content_parsing()
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dsdio_halinit.c1257 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtl8723bs_set_hal_ops()
H A Drtl8723b_hal_init.c1401 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc) in rtl8723b_set_hal_ops()