Searched refs:i40evf_switch_queue (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev_vf.c | 741 i40evf_switch_queue(struct rte_eth_dev *dev, bool isrx, uint16_t qid, in i40evf_switch_queue() function 1778 err = i40evf_switch_queue(dev, TRUE, rx_queue_id, TRUE); in i40evf_dev_rx_queue_start() 1797 err = i40evf_switch_queue(dev, TRUE, rx_queue_id, FALSE); in i40evf_dev_rx_queue_stop() 1819 err = i40evf_switch_queue(dev, FALSE, tx_queue_id, TRUE); in i40evf_dev_tx_queue_start() 1838 err = i40evf_switch_queue(dev, FALSE, tx_queue_id, FALSE); in i40evf_dev_tx_queue_stop()
|