Home
last modified time | relevance | path

Searched refs:hw_ops (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhw.h148 const struct ath12k_hw_ops *hw_ops; member
204 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath12k_hw_get_mac_from_pdev_id()
205 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath12k_hw_get_mac_from_pdev_id()
213 if (hw->hw_ops->mac_id_to_pdev_id) in ath12k_hw_mac_id_to_pdev_id()
214 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath12k_hw_mac_id_to_pdev_id()
222 if (hw->hw_ops->mac_id_to_srng_id) in ath12k_hw_mac_id_to_srng_id()
223 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath12k_hw_mac_id_to_srng_id()
H A Dhw.c869 .hw_ops = &qcn9274_ops,
926 .hw_ops = &wcn7850_ops,
981 .hw_ops = &qcn9274_ops,
H A Ddp_tx.c170 ring_selector = ab->hw_params->hw_ops->get_ring_selector(skb); in ath12k_dp_tx()
H A Ddp.c269 if (ab->hw_params->hw_ops->dp_srng_is_tx_comp_ring(ring_num)) { in ath12k_dp_srng_setup()
H A Ddp_rx.c4082 ret = ab->hw_params->hw_ops->rxdma_ring_sel_config(ab); in ath12k_dp_rx_htt_setup()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.h155 const struct ath11k_hw_ops *hw_ops; member
304 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id()
305 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id()
313 if (hw->hw_ops->mac_id_to_pdev_id) in ath11k_hw_mac_id_to_pdev_id()
314 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id()
322 if (hw->hw_ops->mac_id_to_srng_id) in ath11k_hw_mac_id_to_srng_id()
323 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath11k_hw_mac_id_to_srng_id()
H A Ddp_rx.c26 return ab->hw_params.hw_ops->rx_desc_get_hdr_status(desc); in ath11k_dp_rx_h_80211_hdr()
33 if (!ab->hw_params.hw_ops->rx_desc_encrypt_valid(desc)) in ath11k_dp_rx_h_mpdu_start_enctype()
36 return ab->hw_params.hw_ops->rx_desc_get_encrypt_type(desc); in ath11k_dp_rx_h_mpdu_start_enctype()
42 return ab->hw_params.hw_ops->rx_desc_get_decap_type(desc); in ath11k_dp_rx_h_msdu_start_decap_type()
49 return ab->hw_params.hw_ops->rx_desc_get_ldpc_support(desc); in ath11k_dp_rx_h_msdu_start_ldpc_support()
56 return ab->hw_params.hw_ops->rx_desc_get_mesh_ctl(desc); in ath11k_dp_rx_h_msdu_start_mesh_ctl_present()
99 return ab->hw_params.hw_ops->rx_desc_get_attention(desc); in ath11k_dp_rx_get_attention()
171 return ab->hw_params.hw_ops->rx_desc_get_msdu_len(desc); in ath11k_dp_rx_h_msdu_start_msdu_len()
177 return ab->hw_params.hw_ops->rx_desc_get_msdu_sgi(desc); in ath11k_dp_rx_h_msdu_start_sgi()
213 return ab->hw_params.hw_ops->rx_desc_get_mpdu_tid(desc); in ath11k_dp_rx_h_mpdu_start_tid()
[all …]
H A Dcore.c59 .hw_ops = &ipq8074_ops,
144 .hw_ops = &ipq6018_ops,
227 .hw_ops = &qca6390_ops,
313 .hw_ops = &qcn9074_ops,
394 .hw_ops = &wcn6855_ops,
479 .hw_ops = &wcn6855_ops,
562 .hw_ops = &wcn6750_ops,
658 .hw_ops = &ipq5018_ops,
H A Dhal_tx.c80 ab->hw_params.hw_ops->tx_mesh_enable(ab, tcl_cmd); in ath11k_hal_tx_cmd_desc_setup()
H A Ddp.c480 ab->hw_params.hw_ops->reo_setup(ab); in ath11k_dp_srng_common_setup()
H A Ddp_tx.c118 ring_selector = ab->hw_params.hw_ops->get_ring_selector(skb); in ath11k_dp_tx()
H A Dhal_rx.c871 return ab->hw_params.hw_ops->mpdu_info_get_peerid(mpdu_info); in ath11k_hal_rx_mpduinfo_get_peerid()
H A Dwmi.c4535 ab->hw_params.hw_ops->wmi_init_config(ab, &config); in ath11k_wmi_cmd_init()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c91 .hw_ops = &qca988x_ops,
131 .hw_ops = &qca988x_ops,
172 .hw_ops = &qca988x_ops,
248 .hw_ops = &qca988x_ops,
288 .hw_ops = &qca988x_ops,
328 .hw_ops = &qca988x_ops,
369 .hw_ops = &qca6174_ops,
418 .hw_ops = &qca99x0_ops,
467 .hw_ops = &qca99x0_ops,
517 .hw_ops = &qca99x0_ops,
[all …]
H A Dhw.h570 const struct ath10k_hw_ops *hw_ops; member
668 if (hw->hw_ops->tx_data_rssi_pad_bytes) in ath10k_tx_data_rssi_get_pad_bytes()
669 return hw->hw_ops->tx_data_rssi_pad_bytes(htt); in ath10k_tx_data_rssi_get_pad_bytes()
677 if (hw->hw_ops->is_rssi_enable) in ath10k_is_rssi_enable()
678 return hw->hw_ops->is_rssi_enable(resp); in ath10k_is_rssi_enable()
H A Dmac.c6341 if (!ar->hw_params.hw_ops->set_coverage_class) { in ath10k_mac_op_set_coverage_class()
6345 ar->hw_params.hw_ops->set_coverage_class(ar, value); in ath10k_mac_op_set_coverage_class()
10313 if (!ar->hw_params.hw_ops->set_coverage_class)
H A Dwmi.c5907 if (ar->hw_params.hw_ops->set_coverage_class) { in ath10k_wmi_queue_set_coverage_class_work()