Home
last modified time | relevance | path

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

/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c66 struct pcap_rx_queue { struct
88 struct pcap_rx_queue rx_queue[RTE_PMD_PCAP_MAX_QUEUES]; argument
239 struct pcap_rx_queue *pcap_q = queue; in eth_pcap_rx_infinite()
280 struct pcap_rx_queue *pcap_q = queue; in eth_pcap_rx()
582 count_packets_in_pcap(pcap_t **pcap, struct pcap_rx_queue *pcap_q) in count_packets_in_pcap()
606 struct pcap_rx_queue *rx; in eth_dev_start()
840 struct pcap_rx_queue *pcap_q = &internals->rx_queue[i]; in eth_dev_close()
876 struct pcap_rx_queue *pcap_q = &internals->rx_queue[rx_queue_id]; in eth_rx_queue_setup()
1295 struct pcap_rx_queue *rx = &(*internals)->rx_queue[i]; in eth_from_pcaps_common()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst931 pcap_rx_queue/pcap_tx_queue should store it's own copy of name/type values,