Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath11k/
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,
235 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
236 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
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);
241 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
242 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
[all …]