Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dcore.h583 struct ath11k { struct
584 struct ath11k_base *ab; argument
585 struct ath11k_pdev *pdev; argument
588 struct ath11k_pdev_wmi *wmi; argument
589 struct ath11k_pdev_dp dp; argument
591 struct ath11k_he ar_he; argument
592 enum ath11k_state state; argument
599 enum ath11k_scan_state state; argument
604 } scan;
629 * vdev_stop_status info, scan data, ath11k_sta info, ath11k_vif info, argument
[all …]
Ddbring.c185 int (*handler)(struct ath11k *, in ath11k_dbring_set_cfg()