• Home
  • Raw
  • Download

Lines Matching refs:p

111 	char buf[17*IEEE80211_NUM_ACS], *p = buf;  in sta_num_ps_buf_frames_read()  local
115 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac, in sta_num_ps_buf_frames_read()
118 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_num_ps_buf_frames_read()
125 char buf[15*IEEE80211_NUM_TIDS], *p = buf; in sta_last_seq_ctrl_read() local
129 p += scnprintf(p, sizeof(buf)+buf-p, "%x ", in sta_last_seq_ctrl_read()
131 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_last_seq_ctrl_read()
132 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_last_seq_ctrl_read()
144 char *buf = kzalloc(bufsz, GFP_KERNEL), *p = buf; in sta_aqm_read() local
155 p += scnprintf(p, in sta_aqm_read()
156 bufsz+buf-p, in sta_aqm_read()
161 p += scnprintf(p, in sta_aqm_read()
162 bufsz+buf-p, in sta_aqm_read()
167 p += scnprintf(p, bufsz+buf-p, in sta_aqm_read()
185 rv = simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_aqm_read()
194 char buf[71 + IEEE80211_NUM_TIDS * 40], *p = buf; in sta_agg_status_read() local
202 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n", in sta_agg_status_read()
204 p += scnprintf(p, sizeof(buf) + buf - p, in sta_agg_status_read()
214 p += scnprintf(p, sizeof(buf) + buf - p, "%02d", i); in sta_agg_status_read()
215 p += scnprintf(p, sizeof(buf) + buf - p, "\t\t%x", in sta_agg_status_read()
217 p += scnprintf(p, sizeof(buf) + buf - p, "\t%#.2x", in sta_agg_status_read()
220 p += scnprintf(p, sizeof(buf) + buf - p, "\t%#.3x", in sta_agg_status_read()
223 p += scnprintf(p, sizeof(buf) + buf - p, "\t\t%x", !!tid_tx); in sta_agg_status_read()
224 p += scnprintf(p, sizeof(buf) + buf - p, "\t%#.2x", in sta_agg_status_read()
226 p += scnprintf(p, sizeof(buf) + buf - p, "\t%03d", in sta_agg_status_read()
228 p += scnprintf(p, sizeof(buf) + buf - p, "\n"); in sta_agg_status_read()
232 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_agg_status_read()
312 p += scnprintf(p, sizeof(buf)+buf-p, "\t" _str "\n"); \ in sta_ht_capa_read()
314 char buf[512], *p = buf; in sta_ht_capa_read() local
319 p += scnprintf(p, sizeof(buf) + buf - p, "ht %ssupported\n", in sta_ht_capa_read()
322 p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap); in sta_ht_capa_read()
364 p += scnprintf(p, sizeof(buf)+buf-p, "ampdu factor/density: %d/%d\n", in sta_ht_capa_read()
366 p += scnprintf(p, sizeof(buf)+buf-p, "MCS mask:"); in sta_ht_capa_read()
369 p += scnprintf(p, sizeof(buf)+buf-p, " %.2x", in sta_ht_capa_read()
371 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_ht_capa_read()
375 p += scnprintf(p, sizeof(buf)+buf-p, in sta_ht_capa_read()
380 p += scnprintf(p, sizeof(buf)+buf-p, "MCS tx params: %x\n", in sta_ht_capa_read()
384 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_ht_capa_read()
391 char buf[512], *p = buf; in sta_vht_capa_read() local
395 p += scnprintf(p, sizeof(buf) + buf - p, "VHT %ssupported\n", in sta_vht_capa_read()
398 p += scnprintf(p, sizeof(buf) + buf - p, "cap: %#.8x\n", in sta_vht_capa_read()
403 p += scnprintf(p, sizeof(buf) + buf - p, \ in sta_vht_capa_read()
409 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
413 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
417 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
421 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
426 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
430 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
434 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
438 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
446 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
450 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
454 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
462 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
468 p += scnprintf(p, sizeof(buf) + buf - p, in sta_vht_capa_read()
474 p += scnprintf(p, sizeof(buf)+buf-p, "RX MCS: %.4x\n", in sta_vht_capa_read()
477 p += scnprintf(p, sizeof(buf)+buf-p, in sta_vht_capa_read()
480 p += scnprintf(p, sizeof(buf)+buf-p, "TX MCS: %.4x\n", in sta_vht_capa_read()
483 p += scnprintf(p, sizeof(buf)+buf-p, in sta_vht_capa_read()
488 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_vht_capa_read()