Lines Matching refs:seq_printf

203 		seq_printf(m, fmt, DNAME(dev), r->can_id, r->mask,  in can_print_rcvlist()
221 seq_printf(m, " %8ld transmitted frames (TXF)\n", can_stats.tx_frames); in can_stats_proc_show()
222 seq_printf(m, " %8ld received frames (RXF)\n", can_stats.rx_frames); in can_stats_proc_show()
223 seq_printf(m, " %8ld matched frames (RXMF)\n", can_stats.matches); in can_stats_proc_show()
228 seq_printf(m, " %8ld %% total match ratio (RXMR)\n", in can_stats_proc_show()
231 seq_printf(m, " %8ld frames/s total tx rate (TXR)\n", in can_stats_proc_show()
233 seq_printf(m, " %8ld frames/s total rx rate (RXR)\n", in can_stats_proc_show()
238 seq_printf(m, " %8ld %% current match ratio (CRXMR)\n", in can_stats_proc_show()
241 seq_printf(m, " %8ld frames/s current tx rate (CTXR)\n", in can_stats_proc_show()
243 seq_printf(m, " %8ld frames/s current rx rate (CRXR)\n", in can_stats_proc_show()
248 seq_printf(m, " %8ld %% max match ratio (MRXMR)\n", in can_stats_proc_show()
251 seq_printf(m, " %8ld frames/s max tx rate (MTXR)\n", in can_stats_proc_show()
253 seq_printf(m, " %8ld frames/s max rx rate (MRXR)\n", in can_stats_proc_show()
259 seq_printf(m, " %8ld current receive list entries (CRCV)\n", in can_stats_proc_show()
261 seq_printf(m, " %8ld maximum receive list entries (MRCV)\n", in can_stats_proc_show()
265 seq_printf(m, "\n %8ld statistic resets (STR)\n", in can_stats_proc_show()
269 seq_printf(m, " %8ld user statistic resets (USTR)\n", in can_stats_proc_show()
294 seq_printf(m, "Scheduled statistic reset #%ld.\n", in can_reset_stats_proc_show()
301 seq_printf(m, "Performed statistic reset #%ld.\n", in can_reset_stats_proc_show()
322 seq_printf(m, "%s\n", CAN_VERSION_STRING); in can_version_proc_show()
347 seq_printf(m, " (%s: no entry)\n", DNAME(dev)); in can_rcvlist_proc_show_one()
358 seq_printf(m, "\nreceive list '%s':\n", rx_list_name[idx]); in can_rcvlist_proc_show()
413 seq_printf(m, " (%s: no entry)\n", DNAME(dev)); in can_rcvlist_proc_show_array()