Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dnet-sysfs.c1164 unsigned long trans_timeout; in tx_timeout_show() local
1167 trans_timeout = queue->trans_timeout; in tx_timeout_show()
1170 return sprintf(buf, fmt_ulong, trans_timeout); in tx_timeout_show()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_generic.c460 txq->trans_timeout++; in dev_watchdog()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h611 unsigned long trans_timeout; member