Searched refs:chdef (Results 1 – 6 of 6) sorted by relevance
117 struct cfg80211_chan_def *chdef) in qlink_chandef_q2cfg() argument123 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() argument134 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 …]
46 struct cfg80211_chan_def *chdef);47 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,
66 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef);68 const struct cfg80211_chan_def *chdef,
1627 struct qlink_chandef chdef; member
7429 cid_ch[cnt] = wl->rlink_info[i][j].chdef; in _update_wl_non_mlo_info()7617 rlink->rf_band = wl_linfo->chdef.band; in _update_wl_info()7618 rlink->ch = wl_linfo->chdef.center_ch; in _update_wl_info()7619 rlink->bw = wl_linfo->chdef.bw; in _update_wl_info()9320 r.chdef.band = chan->band_type; in rtw89_btc_ntfy_role_info()9321 r.chdef.center_ch = chan->channel; in rtw89_btc_ntfy_role_info()9322 r.chdef.bw = chan->band_width; in rtw89_btc_ntfy_role_info()9323 r.chdef.chan = chan->primary_channel; in rtw89_btc_ntfy_role_info()
1665 struct rtw89_btc_chdef chdef; member