Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h616 struct ath11k { struct
617 struct ath11k_base *ab; argument
618 struct ath11k_pdev *pdev; argument
621 struct ath11k_pdev_wmi *wmi; argument
622 struct ath11k_pdev_dp dp; argument
624 struct ath11k_he ar_he; argument
625 enum ath11k_state state; argument
632 enum ath11k_scan_state state; argument
637 } scan;
662 * vdev_stop_status info, scan data, ath11k_sta info, ath11k_vif info, argument
[all …]
H A Ddbring.c185 int (*handler)(struct ath11k *, in ath11k_dbring_set_cfg()