Searched defs:width (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dtcp_probe.c212 int width; local
227 width = tcpprobe_sprint(tbuf, sizeof(tbuf));
229 if (cnt + width < len)
236 if (cnt + width >= len)
239 if (copy_to_user(buf + cnt, tbuf, width))
241 cnt += width;
/net/wireless/
H A Dchan.c27 chandef->width = NL80211_CHAN_WIDTH_20_NOHT;
31 chandef->width = NL80211_CHAN_WIDTH_20;
35 chandef->width = NL80211_CHAN_WIDTH_40;
39 chandef->width = NL80211_CHAN_WIDTH_40;
57 switch (chandef->width) {
122 switch (c->width) {
155 int width; local
157 switch (c->width) {
159 width = 5;
162 width
263 int width; local
333 int width; local
424 int width; local
492 int width; local
556 int width; local
605 u32 width, control_freq; local
[all...]
/net/mac80211/
H A Dchan.c254 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20_NOHT; local
265 width = ieee80211_get_max_required_bw(sdata);
273 width = vif->bss_conf.chandef.width;
282 max_bw = max(max_bw, width);
288 max_bw = max(max_bw, conf->def.width);
296 * recalc the min required chan width of the channel context, which is
309 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 ||
310 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 ||
320 while (min_def.width > max_b
[all...]

Completed in 3073 milliseconds