Searched refs:prep (Results 1 – 3 of 3) sorted by relevance
4347 hns3_get_tx_function(struct rte_eth_dev *dev, eth_tx_prep_t *prep) in hns3_get_tx_function() argument4359 *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() local4425 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() local4753 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()
731 eth_tx_prep_t *prep);
377 #define ENA_PROXY_DESC(f, t, prep, proc, ...) \ argument384 prep; \