Home
last modified time | relevance | path

Searched refs:estats (Results 1 – 2 of 2) sorted by relevance

/arch/um/drivers/
Dvector_kern.c105 vp->estats.rx_queue_max = 0; in vector_reset_stats()
106 vp->estats.rx_queue_running_average = 0; in vector_reset_stats()
107 vp->estats.tx_queue_max = 0; in vector_reset_stats()
108 vp->estats.tx_queue_running_average = 0; in vector_reset_stats()
109 vp->estats.rx_encaps_errors = 0; in vector_reset_stats()
110 vp->estats.tx_timeout_count = 0; in vector_reset_stats()
111 vp->estats.tx_restart_queue = 0; in vector_reset_stats()
112 vp->estats.tx_kicks = 0; in vector_reset_stats()
113 vp->estats.tx_flow_control_xon = 0; in vector_reset_stats()
114 vp->estats.tx_flow_control_xoff = 0; in vector_reset_stats()
[all …]
Dvector_kern.h129 struct vector_estats estats; member