Home
last modified time | relevance | path

Searched defs:ath11k_hw_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.h231 struct ath11k_hw_ops { struct
232 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
233 void (*wmi_init_config)(struct ath11k_base *ab,
237 void (*tx_mesh_enable)(struct ath11k_base *ab,
239 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
240 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
242 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
243 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);
245 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);
246 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);
[all …]