• Home
  • Raw
  • Download

Lines Matching refs:p

87 	char buf[17*IEEE80211_NUM_ACS], *p = buf;  in sta_num_ps_buf_frames_read()  local
91 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac, in sta_num_ps_buf_frames_read()
94 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_num_ps_buf_frames_read()
101 char buf[15*IEEE80211_NUM_TIDS], *p = buf; in sta_last_seq_ctrl_read() local
105 p += scnprintf(p, sizeof(buf)+buf-p, "%x ", in sta_last_seq_ctrl_read()
107 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_last_seq_ctrl_read()
108 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_last_seq_ctrl_read()
115 char buf[71 + IEEE80211_NUM_TIDS * 40], *p = buf; in sta_agg_status_read() local
123 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n", in sta_agg_status_read()
125 p += scnprintf(p, sizeof(buf) + buf - p, in sta_agg_status_read()
132 p += scnprintf(p, sizeof(buf) + buf - p, "%02d", i); in sta_agg_status_read()
133 p += scnprintf(p, sizeof(buf) + buf - p, "\t\t%x", !!tid_rx); in sta_agg_status_read()
134 p += scnprintf(p, sizeof(buf) + buf - p, "\t%#.2x", in sta_agg_status_read()
136 p += scnprintf(p, sizeof(buf) + buf - p, "\t%#.3x", in sta_agg_status_read()
139 p += scnprintf(p, sizeof(buf) + buf - p, "\t\t%x", !!tid_tx); in sta_agg_status_read()
140 p += scnprintf(p, sizeof(buf) + buf - p, "\t%#.2x", in sta_agg_status_read()
142 p += scnprintf(p, sizeof(buf) + buf - p, "\t%03d", in sta_agg_status_read()
144 p += scnprintf(p, sizeof(buf) + buf - p, "\n"); in sta_agg_status_read()
148 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_agg_status_read()
216 p += scnprintf(p, sizeof(buf)+buf-p, "\t" _str "\n"); \ in sta_ht_capa_read()
218 char buf[512], *p = buf; in sta_ht_capa_read() local
223 p += scnprintf(p, sizeof(buf) + buf - p, "ht %ssupported\n", in sta_ht_capa_read()
226 p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap); in sta_ht_capa_read()
268 p += scnprintf(p, sizeof(buf)+buf-p, "ampdu factor/density: %d/%d\n", in sta_ht_capa_read()
270 p += scnprintf(p, sizeof(buf)+buf-p, "MCS mask:"); in sta_ht_capa_read()
273 p += scnprintf(p, sizeof(buf)+buf-p, " %.2x", in sta_ht_capa_read()
275 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_ht_capa_read()
279 p += scnprintf(p, sizeof(buf)+buf-p, in sta_ht_capa_read()
284 p += scnprintf(p, sizeof(buf)+buf-p, "MCS tx params: %x\n", in sta_ht_capa_read()
288 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_ht_capa_read()
295 char buf[128], *p = buf; in sta_vht_capa_read() local
299 p += scnprintf(p, sizeof(buf) + buf - p, "VHT %ssupported\n", in sta_vht_capa_read()
302 p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.8x\n", vhtc->cap); in sta_vht_capa_read()
304 p += scnprintf(p, sizeof(buf)+buf-p, "RX MCS: %.4x\n", in sta_vht_capa_read()
307 p += scnprintf(p, sizeof(buf)+buf-p, in sta_vht_capa_read()
310 p += scnprintf(p, sizeof(buf)+buf-p, "TX MCS: %.4x\n", in sta_vht_capa_read()
313 p += scnprintf(p, sizeof(buf)+buf-p, in sta_vht_capa_read()
318 return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in sta_vht_capa_read()