| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe.c | 268 RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in fs_eth_dev_create()
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_ethdev.c | 519 dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in nfb_eth_dev_init()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 395 data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_kni_create()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev.c | 301 dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_ark_dev_init() 429 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_ark_dev_init()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 512 RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in i40e_vf_representor_init()
|
| /f-stack/dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 553 data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_dev_null_create()
|
| /f-stack/dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 364 data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in do_eth_dev_ring_create()
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 843 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in mvneta_eth_dev_create()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_vf_representor.c | 676 RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in enic_vf_representor_init()
|
| H A D | enic_ethdev.c | 1255 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_enic_dev_init()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 651 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in bnx2x_common_dev_init()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_reps.c | 188 RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in bnxt_representor_init()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 1035 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in mlx4_pci_probe()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 909 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in ice_dcf_dev_init()
|
| /f-stack/dpdk/drivers/net/enetc/ |
| H A D | enetc_ethdev.c | 888 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in enetc_dev_init()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 971 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_hn_dev_init()
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_ethdev.c | 858 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in pfe_eth_init()
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 863 data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in rte_pmd_init_internals()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 1006 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_ionic_dev_init()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.c | 2706 if (dev->data->dev_flags & RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS) { in eth_dev_get_xstats_basic_count() 2801 if ((dev->data->dev_flags & RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS) == 0) in eth_basic_stats_get_names() 3001 if ((dev->data->dev_flags & RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS) == 0) in eth_basic_stats_get() 3140 if (dev->data->dev_flags & RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS) in rte_eth_xstats_get()
|
| H A D | rte_ethdev.h | 1821 #define RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS 0x0040 macro
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 1265 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_cxgbe_dev_init()
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev.c | 1378 data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in octeontx_create()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 1166 data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in pmd_init_internals()
|
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 268 eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; in eth_vmxnet3_dev_init()
|