Home
last modified time | relevance | path

Searched refs:rte_prefetch1 (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_prefetch.c26 rte_prefetch1(&a); in test_prefetch()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_prefetch_64.h20 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() function
H A Drte_prefetch_32.h20 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() function
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_prefetch.h20 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() function
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_prefetch.h21 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() function
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_prefetch.h34 static inline void rte_prefetch1(const volatile void *p);
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h45 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h242 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bitmap.h508 rte_prefetch1((void *)(bmp->array2 + bmp->index2 + 8)); in __rte_bitmap_scan_read_init()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c275 rte_prefetch1(rte_pktmbuf_mtod(mbuf, void *)); in axgbe_recv_pkts()
377 rte_prefetch1(rte_pktmbuf_mtod(mbuf, void *)); in eth_axgbe_recv_scattered_pkts()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.c429 rte_prefetch1(rte_pktmbuf_mtod(rx_mb, void *)); in bnx2x_recv_pkts()
/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx.c29 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c14 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtqueue.h110 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c768 rte_prefetch1((char *)rxm->buf_addr + rxm->data_off); in ionic_rx_clean()
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c1020 rte_prefetch1((char *)rx_mbuf->buf_addr + in atl_recv_pkts()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c189 #define rte_packet_prefetch(p) rte_prefetch1(p)
H A Digb_rxtx.c202 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c20 #define rte_packet_prefetch(p) rte_prefetch1(p)
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c2011 rte_prefetch1(rte_pktmbuf_mtod(rx_mb, void *)); in qede_recv_pkts()