Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf.h425 int iavf_switch_queue_lv(struct iavf_adapter *adapter, uint16_t qid,
H A Diavf_rxtx.c878 err = iavf_switch_queue_lv(adapter, rx_queue_id, true, true); in iavf_dev_rx_queue_start()
917 err = iavf_switch_queue_lv(adapter, tx_queue_id, false, true); in iavf_dev_tx_queue_start()
H A Diavf_vchnl.c892 iavf_switch_queue_lv(struct iavf_adapter *adapter, uint16_t qid, in iavf_switch_queue_lv() function