Home
last modified time | relevance | path

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

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