Searched refs:chdef (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink_util.c | 117 struct cfg80211_chan_def *chdef) in qlink_chandef_q2cfg() 123 chdef->chan = chan; in qlink_chandef_q2cfg() 124 chdef->center_freq1 = le16_to_cpu(qch->center_freq1); in qlink_chandef_q2cfg() 125 chdef->center_freq2 = le16_to_cpu(qch->center_freq2); in qlink_chandef_q2cfg() 126 chdef->width = qlink_chanwidth_to_nl(qch->width); in qlink_chandef_q2cfg() 127 chdef->edmg.bw_config = 0; in qlink_chandef_q2cfg() 128 chdef->edmg.channels = 0; in qlink_chandef_q2cfg() 131 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef, in qlink_chandef_cfg2q() argument 134 struct ieee80211_channel *chan = chdef->chan; in qlink_chandef_cfg2q() 140 qch->center_freq1 = cpu_to_le16(chdef in qlink_chandef_cfg2q() 115 qlink_chandef_q2cfg(struct wiphy *wiphy, const struct qlink_chandef *qch, struct cfg80211_chan_def *chdef) qlink_chandef_q2cfg() argument [all...] |
H A D | qlink_util.h | 46 struct cfg80211_chan_def *chdef); 47 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,
|
H A D | commands.h | 66 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef); 68 const struct cfg80211_chan_def *chdef,
|
H A D | commands.c | 303 qlink_chandef_cfg2q(&s->chandef, &chtlv->chdef); in qtnf_cmd_send_start_ap() 2532 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef) in qtnf_cmd_get_channel() argument 2553 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel() local 2563 const struct cfg80211_chan_def *chdef, in qtnf_cmd_start_cac() 2579 qlink_chandef_cfg2q(chdef, &cmd->chan); in qtnf_cmd_start_cac() 2562 qtnf_cmd_start_cac(const struct qtnf_vif *vif, const struct cfg80211_chan_def *chdef, u32 cac_time_ms) qtnf_cmd_start_cac() argument
|
H A D | qlink.h | 1622 struct qlink_chandef chdef; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink_util.c | 117 struct cfg80211_chan_def *chdef) in qlink_chandef_q2cfg() 123 chdef->chan = chan; in qlink_chandef_q2cfg() 124 chdef->center_freq1 = le16_to_cpu(qch->center_freq1); in qlink_chandef_q2cfg() 125 chdef->center_freq2 = le16_to_cpu(qch->center_freq2); in qlink_chandef_q2cfg() 126 chdef->width = qlink_chanwidth_to_nl(qch->width); in qlink_chandef_q2cfg() 127 chdef->edmg.bw_config = 0; in qlink_chandef_q2cfg() 128 chdef->edmg.channels = 0; in qlink_chandef_q2cfg() 131 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef, in qlink_chandef_cfg2q() argument 134 struct ieee80211_channel *chan = chdef->chan; in qlink_chandef_cfg2q() 140 qch->center_freq1 = cpu_to_le16(chdef in qlink_chandef_cfg2q() 115 qlink_chandef_q2cfg(struct wiphy *wiphy, const struct qlink_chandef *qch, struct cfg80211_chan_def *chdef) qlink_chandef_q2cfg() argument [all...] |
H A D | qlink_util.h | 46 struct cfg80211_chan_def *chdef); 47 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,
|
H A D | commands.h | 66 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef); 68 const struct cfg80211_chan_def *chdef,
|
H A D | commands.c | 305 qlink_chandef_cfg2q(&s->chandef, &chtlv->chdef); in qtnf_cmd_send_start_ap() 2488 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef) in qtnf_cmd_get_channel() argument 2509 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel() local 2519 const struct cfg80211_chan_def *chdef, in qtnf_cmd_start_cac() 2535 qlink_chandef_cfg2q(chdef, &cmd->chan); in qtnf_cmd_start_cac() 2518 qtnf_cmd_start_cac(const struct qtnf_vif *vif, const struct cfg80211_chan_def *chdef, u32 cac_time_ms) qtnf_cmd_start_cac() argument
|
H A D | qlink.h | 1622 struct qlink_chandef chdef; member
|
Completed in 16 milliseconds