Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dhw.h233 struct ath11k_hw_ops { struct
234 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
235 void (*wmi_init_config)(struct ath11k_base *ab,
237 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
238 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
239 void (*tx_mesh_enable)(struct ath11k_base *ab,
241 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
242 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
243 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
244 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
[all …]