Searched defs:hal_ops (Results 1 – 2 of 2) sorted by relevance
1355 const struct hal_ops *hal_ops; member1362 struct hal_ops { struct1363 int (*create_srng_config)(struct ath12k_hal *hal);1364 void (*rx_desc_set_msdu_len)(struct hal_rx_desc *desc, u16 len);1365 void (*rx_desc_get_dot11_hdr)(struct hal_rx_desc *desc,1367 void (*rx_desc_get_crypto_header)(struct hal_rx_desc *desc,1370 void (*rx_desc_copy_end_tlv)(struct hal_rx_desc *fdesc,1372 u8 (*rx_desc_get_msdu_src_link_id)(struct hal_rx_desc *desc);1373 void (*extract_rx_desc_data)(struct hal_rx_desc_data *rx_desc_data,1376 u32 (*rx_desc_get_mpdu_start_tag)(struct hal_rx_desc *desc);[all …]
2282 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local