Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c117 struct cfg80211_chan_def *chdef) in qlink_chandef_q2cfg() argument
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->center_freq1); in qlink_chandef_cfg2q()
[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 Dqlink.h1622 struct qlink_chandef chdef; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6426 cid_ch[cnt - 1] = wl_linfo[i].chdef; in _update_wl_info_v7()
6439 wl_linfo[i].chdef.band == RTW89_BAND_2G) in _update_wl_info_v7()
6452 wl_dinfo->op_band[phy_dbcc] = wl_linfo[i].chdef.band; in _update_wl_info_v7()
6455 if (wl_linfo[i].chdef.band != RTW89_BAND_2G) { in _update_wl_info_v7()
6639 cid_ch[cnt - 1] = wl_linfo->chdef; in _update_wl_info_v8()
7615 r.chdef.band = chan->band_type; in rtw89_btc_ntfy_role_info()
7616 r.chdef.center_ch = chan->channel; in rtw89_btc_ntfy_role_info()
7617 r.chdef.bw = chan->band_width; in rtw89_btc_ntfy_role_info()
7618 r.chdef.chan = chan->primary_channel; in rtw89_btc_ntfy_role_info()