Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dnet-sysfs.c1236 unsigned long trans_timeout = atomic_long_read(&queue->trans_timeout); in tx_timeout_show() local
1238 return sysfs_emit(buf, fmt_ulong, trans_timeout); in tx_timeout_show()
/openbmc/linux/net/sched/
H A Dsch_generic.c518 atomic_long_inc(&txq->trans_timeout); in dev_watchdog()
/openbmc/linux/include/linux/
H A Dnetdevice.h639 atomic_long_t trans_timeout; member