Searched refs:chdef (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c117 struct cfg80211_chan_def *chdef)
123 chdef->chan = chan;
124 chdef->center_freq1 = le16_to_cpu(qch->center_freq1);
125 chdef->center_freq2 = le16_to_cpu(qch->center_freq2);
126 chdef->width = qlink_chanwidth_to_nl(qch->width);
127 chdef->edmg.bw_config = 0;
128 chdef->edmg.channels = 0;
131 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef, argument
134 struct ieee80211_channel *chan = chdef->chan;
140 qch->center_freq1 = cpu_to_le16(chdef
115 qlink_chandef_q2cfg(struct wiphy *wiphy, const struct qlink_chandef *qch, struct cfg80211_chan_def *chdef) argument
[all...]
H A Dqlink_util.h46 struct cfg80211_chan_def *chdef);
47 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,
H A Dcommands.h66 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef);
68 const struct cfg80211_chan_def *chdef,
H A Dcommands.c305 qlink_chandef_cfg2q(&s->chandef, &chtlv->chdef);
2489 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef) argument
2510 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); local
2520 const struct cfg80211_chan_def *chdef,
2536 qlink_chandef_cfg2q(chdef, &cmd->chan);
2519 qtnf_cmd_start_cac(const struct qtnf_vif *vif, const struct cfg80211_chan_def *chdef, u32 cac_time_ms) argument
H A Dqlink.h1622 struct qlink_chandef chdef; member in struct:qlink_tlv_chandef

Completed in 142 milliseconds