Searched refs:vhost_txbuff (Results 1 – 1 of 1) sorted by relevance
203 struct vhost_bufftable *vhost_txbuff[RTE_MAX_LCORE * RTE_MAX_VHOST_DEVICE]; variable1029 uint16_t nr_xmit = vhost_txbuff[buff_idx]->len; in drain_vhost()1030 struct rte_mbuf **m = vhost_txbuff[buff_idx]->m_table; in drain_vhost()1072 vhost_txq = vhost_txbuff[lcore_id * RTE_MAX_VHOST_DEVICE + vdev->vid]; in drain_vhost_table()1120 vhost_txq = vhost_txbuff[lcore_id * RTE_MAX_VHOST_DEVICE + dst_vdev->vid]; in virtio_tx_local()1507 rte_free(vhost_txbuff[i * RTE_MAX_VHOST_DEVICE + vid]); in destroy_device()1580 vhost_txbuff[i * RTE_MAX_VHOST_DEVICE + vid] in new_device()1585 if (vhost_txbuff[i * RTE_MAX_VHOST_DEVICE + vid] == NULL) { in new_device()