Lines Matching refs:pkts
73 struct rte_mbuf **pkts; in eth_pkt_parse_cb() local
80 pkts = mbufs; in eth_pkt_parse_cb()
85 rte_prefetch0(pkts[8]); in eth_pkt_parse_cb()
86 rte_prefetch0(pkts[9]); in eth_pkt_parse_cb()
87 rte_prefetch0(pkts[10]); in eth_pkt_parse_cb()
88 rte_prefetch0(pkts[11]); in eth_pkt_parse_cb()
92 rte_pktmbuf_mtod(pkts[4], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
94 rte_pktmbuf_mtod(pkts[5], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
96 rte_pktmbuf_mtod(pkts[6], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
98 rte_pktmbuf_mtod(pkts[7], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
100 mbuf0 = pkts[0]; in eth_pkt_parse_cb()
101 mbuf1 = pkts[1]; in eth_pkt_parse_cb()
102 mbuf2 = pkts[2]; in eth_pkt_parse_cb()
103 mbuf3 = pkts[3]; in eth_pkt_parse_cb()
104 pkts += 4; in eth_pkt_parse_cb()
129 mbuf0 = pkts[0]; in eth_pkt_parse_cb()
131 pkts += 1; in eth_pkt_parse_cb()