Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_simple_neon.c50 struct rte_mbuf **sw_ring_end; in virtio_recv_pkts_vec() local
99 sw_ring_end = &vq->sw_ring[vq->vq_nentries]; in virtio_recv_pkts_vec()
186 if (sw_ring + nb_used <= sw_ring_end) in virtio_recv_pkts_vec()
189 nb_pkts_received += sw_ring_end - sw_ring; in virtio_recv_pkts_vec()
193 sw_ring_end)) { in virtio_recv_pkts_vec()
194 nb_pkts_received += sw_ring_end - sw_ring; in virtio_recv_pkts_vec()
H A Dvirtio_rxtx_simple_sse.c50 struct rte_mbuf **sw_ring_end; in virtio_recv_pkts_vec() local
99 sw_ring_end = &vq->sw_ring[vq->vq_nentries]; in virtio_recv_pkts_vec()
170 if (sw_ring + nb_used <= sw_ring_end) in virtio_recv_pkts_vec()
173 nb_pkts_received += sw_ring_end - sw_ring; in virtio_recv_pkts_vec()
177 sw_ring_end)) { in virtio_recv_pkts_vec()
178 nb_pkts_received += sw_ring_end - sw_ring; in virtio_recv_pkts_vec()
H A Dvirtio_rxtx_simple_altivec.c50 struct rte_mbuf **sw_ring_end; in virtio_recv_pkts_vec() local
101 sw_ring_end = &vq->sw_ring[vq->vq_nentries]; in virtio_recv_pkts_vec()
180 if (sw_ring + nb_used <= sw_ring_end) in virtio_recv_pkts_vec()
183 nb_pkts_received += sw_ring_end - sw_ring; in virtio_recv_pkts_vec()
187 sw_ring_end)) { in virtio_recv_pkts_vec()
188 nb_pkts_received += sw_ring_end - sw_ring; in virtio_recv_pkts_vec()