Searched refs:qch (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c116 const struct qlink_chandef *qch,
121 chan = ieee80211_get_channel(wiphy, le16_to_cpu(qch->chan.center_freq));
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);
132 struct qlink_chandef *qch)
136 qch->chan.hw_value = cpu_to_le16(chan->hw_value);
137 qch->chan.center_freq = cpu_to_le16(chan->center_freq);
138 qch->chan.flags = cpu_to_le32(chan->flags);
140 qch
115 qlink_chandef_q2cfg(struct wiphy *wiphy, const struct qlink_chandef *qch, struct cfg80211_chan_def *chdef) argument
131 qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef, struct qlink_chandef *qch) argument
[all...]
H A Dqlink_util.h45 const struct qlink_chandef *qch,
48 struct qlink_chandef *qch);
H A Dcommands.c1952 struct qlink_channel *qch; local
1955 qch = &tlv->chan;
1957 tlv->hdr.len = cpu_to_le16(sizeof(*qch));
1959 qch->center_freq = cpu_to_le16(sc->center_freq);
1960 qch->hw_value = cpu_to_le16(sc->hw_value);
1961 qch->band = qlink_utils_band_cfg2q(sc->band);
1962 qch->max_power = sc->max_power;
1963 qch->max_reg_power = sc->max_reg_power;
1964 qch->max_antenna_gain = sc->max_antenna_gain;
1965 qch
[all...]

Completed in 193 milliseconds