Searched refs:hw_ops (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hw.h | 148 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 D | hw.c | 869 .hw_ops = &qcn9274_ops, 926 .hw_ops = &wcn7850_ops, 981 .hw_ops = &qcn9274_ops,
|
H A D | dp_tx.c | 170 ring_selector = ab->hw_params->hw_ops->get_ring_selector(skb); in ath12k_dp_tx()
|
H A D | dp.c | 269 if (ab->hw_params->hw_ops->dp_srng_is_tx_comp_ring(ring_num)) { in ath12k_dp_srng_setup()
|
H A D | dp_rx.c | 4082 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 D | hw.h | 155 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 D | dp_rx.c | 26 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() 63 return ab->hw_params.hw_ops->rx_desc_get_mpdu_seq_ctl_vld(desc); in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid() 69 return ab->hw_params.hw_ops->rx_desc_get_mpdu_fc_valid(desc); in ath11k_dp_rx_h_mpdu_start_fc_valid() 93 return ab->hw_params.hw_ops->rx_desc_get_mpdu_start_seq_no(desc); in ath11k_dp_rx_h_mpdu_start_seq_no() 99 return ab->hw_params.hw_ops->rx_desc_get_attention(desc); in ath11k_dp_rx_get_attention() [all …]
|
H A D | core.c | 59 .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 D | hal_tx.c | 80 ab->hw_params.hw_ops->tx_mesh_enable(ab, tcl_cmd); in ath11k_hal_tx_cmd_desc_setup()
|
H A D | dp.c | 480 ab->hw_params.hw_ops->reo_setup(ab); in ath11k_dp_srng_common_setup()
|
H A D | dp_tx.c | 118 ring_selector = ab->hw_params.hw_ops->get_ring_selector(skb); in ath11k_dp_tx()
|
H A D | hal_rx.c | 871 return ab->hw_params.hw_ops->mpdu_info_get_peerid(mpdu_info); in ath11k_hal_rx_mpduinfo_get_peerid()
|
H A D | wmi.c | 4535 ab->hw_params.hw_ops->wmi_init_config(ab, &config); in ath11k_wmi_cmd_init()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | core.c | 91 .hw_ops = &qca988x_ops, 131 .hw_ops = &qca988x_ops, 172 .hw_ops = &qca988x_ops, 212 .hw_ops = &qca6174_sdio_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, [all …]
|
H A D | hw.h | 570 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 D | mac.c | 6341 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 D | wmi.c | 5907 if (ar->hw_params.hw_ops->set_coverage_class) { in ath10k_wmi_queue_set_coverage_class_work()
|