Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/iavf/
H A Diavf.h292 int iavf_switch_queue(struct iavf_adapter *adapter, uint16_t qid,
H A Diavf_rxtx.c751 err = iavf_switch_queue(adapter, rx_queue_id, true, true); in iavf_dev_rx_queue_start()
788 err = iavf_switch_queue(adapter, tx_queue_id, false, true); in iavf_dev_tx_queue_start()
815 err = iavf_switch_queue(adapter, rx_queue_id, true, false); in iavf_dev_rx_queue_stop()
843 err = iavf_switch_queue(adapter, tx_queue_id, false, false); in iavf_dev_tx_queue_stop()
H A Diavf_vchnl.c581 iavf_switch_queue(struct iavf_adapter *adapter, uint16_t qid, in iavf_switch_queue() function