Lines Matching refs:pkts
74 struct rte_mbuf **pkts; in eth_pkt_parse_cb() local
81 pkts = mbufs; in eth_pkt_parse_cb()
86 rte_prefetch0(pkts[8]); in eth_pkt_parse_cb()
87 rte_prefetch0(pkts[9]); in eth_pkt_parse_cb()
88 rte_prefetch0(pkts[10]); in eth_pkt_parse_cb()
89 rte_prefetch0(pkts[11]); in eth_pkt_parse_cb()
93 rte_pktmbuf_mtod(pkts[4], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
95 rte_pktmbuf_mtod(pkts[5], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
97 rte_pktmbuf_mtod(pkts[6], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
99 rte_pktmbuf_mtod(pkts[7], struct rte_ether_hdr *)); in eth_pkt_parse_cb()
101 mbuf0 = pkts[0]; in eth_pkt_parse_cb()
102 mbuf1 = pkts[1]; in eth_pkt_parse_cb()
103 mbuf2 = pkts[2]; in eth_pkt_parse_cb()
104 mbuf3 = pkts[3]; in eth_pkt_parse_cb()
105 pkts += 4; in eth_pkt_parse_cb()
130 mbuf0 = pkts[0]; in eth_pkt_parse_cb()
132 pkts += 1; in eth_pkt_parse_cb()