Searched refs:vhost_txq (Results 1 – 1 of 1) sorted by relevance
1064 struct vhost_bufftable *vhost_txq; in drain_vhost_table() local1072 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() local1121 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()[all …]