Lines Matching refs:dev_config
1795 struct mlx5_dev_config dev_config; in mlx5_os_pci_probe() local
2137 memset(&dev_config, 0, sizeof(struct mlx5_dev_config)); in mlx5_os_pci_probe()
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()
2142 dev_config.txq_inline_max = MLX5_ARG_UNSET; in mlx5_os_pci_probe()
2143 dev_config.txq_inline_min = MLX5_ARG_UNSET; in mlx5_os_pci_probe()
2144 dev_config.txq_inline_mpw = MLX5_ARG_UNSET; in mlx5_os_pci_probe()
2145 dev_config.txqs_inline = MLX5_ARG_UNSET; 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()
2148 dev_config.mprq.max_memcpy_len = MLX5_MPRQ_MEMCPY_DEFAULT_LEN; in mlx5_os_pci_probe()
2149 dev_config.mprq.min_rxqs_num = MLX5_MPRQ_MIN_RXQS; 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()
2153 dev_config.log_hp_size = MLX5_ARG_UNSET; in mlx5_os_pci_probe()
2156 &dev_config); in mlx5_os_pci_probe()