Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c170 struct rte_mbuf *ptr_frame) in process_frame() argument
174 ptr_mac_hdr = rte_pktmbuf_mtod(ptr_frame, struct rte_ether_hdr *); in process_frame()
182 struct rte_mbuf *ptr_frame; in worker_main() local
230 ptr_frame = txq->buf_frames[ in worker_main()
232 process_frame(ptr_port, ptr_frame); in worker_main()