Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c26 if (!ab->hw_params->hal_ops->rx_desc_encrypt_valid(desc)) in ath12k_dp_rx_h_enctype()
29 return ab->hw_params->hal_ops->rx_desc_get_encrypt_type(desc); in ath12k_dp_rx_h_enctype()
35 return ab->hw_params->hal_ops->rx_desc_get_decap_type(desc); in ath12k_dp_rx_h_decap_type()
41 return ab->hw_params->hal_ops->rx_desc_get_mesh_ctl(desc); in ath12k_dp_rx_h_mesh_ctl_present()
47 return ab->hw_params->hal_ops->rx_desc_get_mpdu_seq_ctl_vld(desc); in ath12k_dp_rx_h_seq_ctrl_valid()
53 return ab->hw_params->hal_ops->rx_desc_get_mpdu_fc_valid(desc); in ath12k_dp_rx_h_fc_valid()
77 return ab->hw_params->hal_ops->rx_desc_get_mpdu_start_seq_no(desc); in ath12k_dp_rx_h_seq_no()
83 return ab->hw_params->hal_ops->dp_rx_h_msdu_done(desc); in ath12k_dp_rx_h_msdu_done()
89 return ab->hw_params->hal_ops->dp_rx_h_l4_cksum_fail(desc); in ath12k_dp_rx_h_l4_cksum_fail()
95 return ab->hw_params->hal_ops->dp_rx_h_ip_cksum_fail(desc); in ath12k_dp_rx_h_ip_cksum_fail()
[all …]
H A Dhw.h186 const struct hal_ops *hal_ops; member
H A Dhw.c907 .hal_ops = &hal_qcn9274_ops,
963 .hal_ops = &hal_wcn7850_ops,
1019 .hal_ops = &hal_qcn9274_ops,
H A Dhal.h1034 struct hal_ops { struct
1082 extern const struct hal_ops hal_qcn9274_ops; argument
1083 extern const struct hal_ops hal_wcn7850_ops;
H A Ddp.c491 map = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map; in ath12k_dp_srng_common_setup()
890 BIT(ab->hw_params->hal_ops->tcl_to_wbm_rbm_map[i].wbm_ring_num)) in ath12k_dp_service_srng()
H A Dhal.c683 const struct hal_ops hal_qcn9274_ops = {
1137 const struct hal_ops hal_wcn7850_ops = {
2151 ret = ab->hw_params->hal_ops->create_srng_config(ab); in ath12k_hal_srng_init()
H A Ddp_tx.c177 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_mon.c922 hdr_desc = ab->hw_params->hal_ops->rx_desc_get_msdu_payload(rx_desc); in ath12k_dp_mon_rx_merg_msdus()