Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dhw.h224 struct ath11k_hw_ops { struct
225 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
226 void (*wmi_init_config)(struct ath11k_base *ab,
228 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
229 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
230 void (*tx_mesh_enable)(struct ath11k_base *ab,
232 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
233 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
234 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
235 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
[all …]