Searched refs:nb_send (Results 1 – 1 of 1) sorted by relevance
431 uint16_t nb_send = 0; in eth_vhost_tx() local455 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()