Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1795 struct mlx5_dev_config dev_config; in mlx5_os_pci_probe() local
2138 dev_config.vf = dev_config_vf; in mlx5_os_pci_probe()
2139 dev_config.mps = MLX5_ARG_UNSET; in mlx5_os_pci_probe()
2140 dev_config.dbnc = MLX5_ARG_UNSET; in mlx5_os_pci_probe()
2141 dev_config.rx_vec_en = 1; in mlx5_os_pci_probe()
2146 dev_config.vf_nl_en = 1; in mlx5_os_pci_probe()
2147 dev_config.mr_ext_memseg_en = 1; in mlx5_os_pci_probe()
2150 dev_config.dv_esw_en = 1; in mlx5_os_pci_probe()
2151 dev_config.dv_flow_en = 1; in mlx5_os_pci_probe()
2152 dev_config.decap_en = 1; in mlx5_os_pci_probe()
[all …]
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c728 struct rte_ioat_rawdev_config dev_config = { .ring_size = ring_size }; in configure_rawdev_queue() local
729 struct rte_rawdev_info info = { .dev_private = &dev_config }; in configure_rawdev_queue()
731 if (rte_rawdev_configure(dev_id, &info, sizeof(dev_config)) != 0) { in configure_rawdev_queue()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst296 struct rte_ioat_rawdev_config dev_config = { .ring_size = ring_size };
297 struct rte_rawdev_info info = { .dev_private = &dev_config };
299 if (rte_rawdev_configure(dev_id, &info, sizeof(dev_config)) != 0) {