Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvhost.h176 int byte_weight; member
185 int nvqs, int iov_limit, int weight, int byte_weight,
H A Dvhost.c511 if ((dev->byte_weight && total_len >= dev->byte_weight) || in vhost_exceeds_weight()
547 int iov_limit, int weight, int byte_weight, in vhost_dev_init() argument
564 dev->byte_weight = byte_weight; in vhost_dev_init()