Lines Matching defs:ath6kl
502 struct ath6kl { struct
506 enum ath6kl_state state; argument
508 struct ath6kl_bmi bmi; argument
509 const struct ath6kl_hif_ops *hif_ops; argument
514 enum ath6kl_hif_type hif_type; argument
528 struct ath6kl_version version; argument
531 struct ath6kl_node_mapping node_map[MAX_NODE_NUM]; argument
536 struct ath6kl_cookie *cookie_list; argument
544 struct ath6kl_htc_credit_info credit_state_info; argument
548 struct ath6kl_sta sta_list[AP_MAX_NUM_STA]; argument
550 struct ath6kl_req_key ap_mode_bkey; argument
566 struct ath6kl_hw { argument
589 struct ath6kl_mbox_info mbox_info; argument
591 struct ath6kl_cookie cookie_mem[MAX_COOKIE_NUM]; argument
608 struct workqueue_struct *ath6kl_wq; argument
610 struct dentry *debugfs_phy;
612 bool p2p;
637 static inline struct ath6kl *ath6kl_priv(struct net_device *dev) in ath6kl_priv() argument