Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/drivers/
Dvector_kern.h53 uint64_t tx_queue_max; member
Dvector_kern.c108 vp->estats.tx_queue_max = 0; in vector_reset_stats()
457 if (result > vp->estats.tx_queue_max) in vector_send()
458 vp->estats.tx_queue_max = result; in vector_send()