Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dcore.h444 struct ath11k { struct
445 struct ath11k_base *ab; argument
446 struct ath11k_pdev *pdev; argument
449 struct ath11k_pdev_wmi *wmi; argument
450 struct ath11k_pdev_dp dp; argument
454 struct ath11k_he ar_he; argument
455 enum ath11k_state state; argument
462 enum ath11k_scan_state state; argument
467 } scan;
469 struct {
[all …]
Ddbring.c148 int (*handler)(struct ath11k *, in ath11k_dbring_set_cfg()