Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.h122 int hinic_config_mq_mode(struct rte_eth_dev *dev, bool on);
H A Dhinic_pmd_ethdev.c339 err = hinic_config_mq_mode(dev, TRUE); in hinic_dev_configure()
350 (void)hinic_config_mq_mode(dev, FALSE); in hinic_dev_configure()
1008 rc = hinic_config_mq_mode(dev, TRUE); in hinic_dev_start()
H A Dhinic_pmd_rx.c637 int hinic_config_mq_mode(struct rte_eth_dev *dev, bool on) in hinic_config_mq_mode() function