Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c431 uint16_t nb_send = 0; in eth_vhost_tx() local
455 bufs[nb_send] = m; in eth_vhost_tx()
456 ++nb_send; in eth_vhost_tx()
460 while (nb_send) { in eth_vhost_tx()
462 uint16_t num = (uint16_t)RTE_MIN(nb_send, in eth_vhost_tx()
469 nb_send -= nb_pkts; in eth_vhost_tx()