Lines Matching refs:sprintf

49 			p += sprintf(p, "HT%c0  ", htmode);  in minstrel_ht_stats_dump()
50 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump()
51 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
53 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump()
54 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump()
55 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
57 p += sprintf(p, "CCK "); in minstrel_ht_stats_dump()
58 p += sprintf(p, "%cP ", j < 4 ? 'L' : 'S'); in minstrel_ht_stats_dump()
59 p += sprintf(p, "1 "); in minstrel_ht_stats_dump()
69 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump()
71 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump()
75 p += sprintf(p, " %2u.%1uM", r / 10, r % 10); in minstrel_ht_stats_dump()
78 p += sprintf(p, " %3u ", idx); in minstrel_ht_stats_dump()
82 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump()
89 p += sprintf(p, "%4u.%1u %4u.%1u %3u.%1u %3u.%1u" in minstrel_ht_stats_dump()
131 p += sprintf(p, "\n"); in minstrel_ht_stats_open()
132 p += sprintf(p, in minstrel_ht_stats_open()
134 p += sprintf(p, in minstrel_ht_stats_open()
143 p += sprintf(p, "\nTotal packet count:: ideal %d " in minstrel_ht_stats_open()
147 p += sprintf(p, "Average # of aggregated frames per A-MPDU: %d.%d\n", in minstrel_ht_stats_open()
195 p += sprintf(p, "HT%c0,", htmode); in minstrel_ht_stats_csv_dump()
196 p += sprintf(p, "%cGI,", gimode); in minstrel_ht_stats_csv_dump()
197 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
199 p += sprintf(p, "VHT%c0,", htmode); in minstrel_ht_stats_csv_dump()
200 p += sprintf(p, "%cGI,", gimode); in minstrel_ht_stats_csv_dump()
201 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
203 p += sprintf(p, "CCK,"); in minstrel_ht_stats_csv_dump()
204 p += sprintf(p, "%cP,", j < 4 ? 'L' : 'S'); in minstrel_ht_stats_csv_dump()
205 p += sprintf(p, "1,"); in minstrel_ht_stats_csv_dump()
208 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[0]) ? "A" : "")); in minstrel_ht_stats_csv_dump()
209 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[1]) ? "B" : "")); in minstrel_ht_stats_csv_dump()
210 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[2]) ? "C" : "")); in minstrel_ht_stats_csv_dump()
211 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[3]) ? "D" : "")); in minstrel_ht_stats_csv_dump()
212 p += sprintf(p, "%s" ,((idx == mi->max_prob_rate) ? "P" : "")); in minstrel_ht_stats_csv_dump()
215 p += sprintf(p, ",MCS%-2u,", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_csv_dump()
217 p += sprintf(p, ",MCS%-1u/%1u,", j, mg->streams); in minstrel_ht_stats_csv_dump()
220 p += sprintf(p, ",%2u.%1uM,", r / 10, r % 10); in minstrel_ht_stats_csv_dump()
223 p += sprintf(p, "%u,", idx); in minstrel_ht_stats_csv_dump()
225 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
232 p += sprintf(p, "%u.%u,%u.%u,%u.%u,%u.%u,%u.%u,%u,%u," in minstrel_ht_stats_csv_dump()
244 p += sprintf(p, "%d,%d,%d.%d\n", in minstrel_ht_stats_csv_dump()