Searched refs:dev_config (Results 1 – 3 of 3) sorted by relevance
1795 struct mlx5_dev_config dev_config; in mlx5_os_pci_probe() local2138 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 …]
728 struct rte_ioat_rawdev_config dev_config = { .ring_size = ring_size }; in configure_rawdev_queue() local729 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()
296 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) {