Lines Matching refs:def
774 struct cfg80211_chan_def def; in ath10k_htt_rx_h_peer_channel() local
801 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def))) in ath10k_htt_rx_h_peer_channel()
804 return def.chan; in ath10k_htt_rx_h_peer_channel()
811 struct cfg80211_chan_def def; in ath10k_htt_rx_h_vdev_channel() local
817 ath10k_mac_vif_chan(arvif->vif, &def) == 0) in ath10k_htt_rx_h_vdev_channel()
818 return def.chan; in ath10k_htt_rx_h_vdev_channel()
829 struct cfg80211_chan_def *def = data; in ath10k_htt_rx_h_any_chan_iter() local
831 *def = conf->def; in ath10k_htt_rx_h_any_chan_iter()
837 struct cfg80211_chan_def def = {}; in ath10k_htt_rx_h_any_channel() local
841 &def); in ath10k_htt_rx_h_any_channel()
843 return def.chan; in ath10k_htt_rx_h_any_channel()