Home
last modified time | relevance | path

Searched refs:tx_frames (Results 1 – 3 of 3) sorted by relevance

/net/can/
Dproc.c134 if (pkg_stats->tx_frames > (ULONG_MAX / HZ)) in can_stat_update()
147 pkg_stats->tx_frames); in can_stat_update()
217 seq_printf(m, " %8ld transmitted frames (TXF)\n", pkg_stats->tx_frames); in can_stats_proc_show()
Daf_can.h70 unsigned long tx_frames; member
Daf_can.c290 pkg_stats->tx_frames++; in can_send()