Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dpdk.c170 static struct rte_eth_dev_tx_buffer *tx_buffer; variable
899 tx_buffer = rte_zmalloc_socket(DPDK_TX_BUF_NAME, in pcap_dpdk_activate()
902 if (tx_buffer == NULL) in pcap_dpdk_activate()
909 rte_eth_tx_buffer_init(tx_buffer, MAX_PKT_BURST); in pcap_dpdk_activate()