Lines Matching refs:vhost_txq
1064 struct vhost_bufftable *vhost_txq; in drain_vhost_table() local
1072 vhost_txq = vhost_txbuff[lcore_id * RTE_MAX_VHOST_DEVICE + vdev->vid]; in drain_vhost_table()
1075 if (unlikely(cur_tsc - vhost_txq->pre_tsc in drain_vhost_table()
1079 vhost_txq->len); in drain_vhost_table()
1081 vhost_txq->len = 0; in drain_vhost_table()
1082 vhost_txq->pre_tsc = cur_tsc; in drain_vhost_table()
1096 struct vhost_bufftable *vhost_txq; in virtio_tx_local() local
1120 vhost_txq = vhost_txbuff[lcore_id * RTE_MAX_VHOST_DEVICE + dst_vdev->vid]; in virtio_tx_local()
1121 vhost_txq->m_table[vhost_txq->len++] = m; in virtio_tx_local()
1128 if (unlikely(vhost_txq->len == MAX_PKT_BURST)) { in virtio_tx_local()
1130 vhost_txq->len = 0; in virtio_tx_local()
1131 vhost_txq->pre_tsc = rte_rdtsc(); in virtio_tx_local()