Searched refs:ionic_dev_tx_queue_start (Results 1 – 4 of 4) sorted by relevance
37 int ionic_dev_tx_queue_start(struct rte_eth_dev *dev, uint16_t tx_queue_id);
212 ionic_dev_tx_queue_start(struct rte_eth_dev *eth_dev, uint16_t tx_queue_id) in ionic_dev_tx_queue_start() function
111 .tx_queue_start = ionic_dev_tx_queue_start,
1614 err = ionic_dev_tx_queue_start(lif->eth_dev, i); in ionic_lif_start()