Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c4347 hns3_get_tx_function(struct rte_eth_dev *dev, eth_tx_prep_t *prep) in hns3_get_tx_function() argument
4359 *prep = NULL; in hns3_get_tx_function()
4369 *prep = hns3_prep_pkts; in hns3_get_tx_function()
4379 *prep = hns3_prep_pkts; in hns3_get_tx_function()
4417 eth_tx_prep_t prep = NULL; in hns3_set_rxtx_function() local
4425 hns3_get_tx_function(eth_dev, &prep); in hns3_set_rxtx_function()
4426 eth_dev->tx_pkt_prepare = prep; in hns3_set_rxtx_function()
4751 eth_tx_prep_t prep = NULL; in hns3_start_tx_datapath() local
4753 dev->tx_pkt_burst = hns3_get_tx_function(dev, &prep); in hns3_start_tx_datapath()
4754 dev->tx_pkt_prepare = prep; in hns3_start_tx_datapath()
H A Dhns3_rxtx.h731 eth_tx_prep_t *prep);
/dpdk/drivers/net/ena/
H A Dena_ethdev.c377 #define ENA_PROXY_DESC(f, t, prep, proc, ...) \ argument
384 prep; \