hal_ops
const struct hal_ops *ops;
const struct hal_ops *hal_ops;
.hal_ops = &hal_qcn9274_ops,
.hal_ops = &hal_qcn9274_ops,
.hal_ops = &hal_wcn7850_ops,
.hal_ops = &hal_qcn9274_ops,
.hal_ops = &hal_qcc2072_ops,
hal->ops = ath12k_wifi7_hw_ver_map[ab->hw_rev].hal_ops;
const struct hal_ops hal_qcc2072_ops = {
extern const struct hal_ops hal_qcc2072_ops;
const struct hal_ops hal_qcn9274_ops = {
extern const struct hal_ops hal_qcn9274_ops;
const struct hal_ops hal_wcn7850_ops = {
extern const struct hal_ops hal_wcn7850_ops;
const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops;
if (hal_ops->c2h_ra_report_handler)
hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len);