Searched refs:num_devices (Results 1 – 7 of 7) sorted by relevance
25 mlx5_glue_devx_get_device_list(int *num_devices) in mlx5_glue_devx_get_device_list() argument33 *num_devices = 0; in mlx5_glue_devx_get_device_list()36 *num_devices = (int)n_devx_devx; in mlx5_glue_devx_get_device_list()
80 void *(*get_device_list)(int *num_devices);
53 mlx4_glue_get_device_list(int *num_devices) in mlx4_glue_get_device_list() argument55 return ibv_get_device_list(num_devices); in mlx4_glue_get_device_list()
34 struct ibv_device **(*get_device_list)(int *num_devices);
81 static uint32_t num_devices; variable354 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_devices) in get_eth_conf() argument362 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_devices; in get_eth_conf()363 conf.nb_pool_maps = num_devices; in get_eth_conf()409 num_devices = dev_info.max_vmdq_pools; in port_init()424 retval = get_eth_conf(&port_conf, num_devices); in port_init()430 num_vmdq_queues = num_devices * queues_per_pool; in port_init()435 num_pf_queues, num_devices, queues_per_pool); in port_init()518 RTE_LOG(INFO, VHOST_PORT, "Max virtio devices supported: %u\n", num_devices); in port_init()1568 uint32_t device_num_min = num_devices; in new_device()
157 struct ibv_device **(*get_device_list)(int *num_devices);
64 mlx5_glue_get_device_list(int *num_devices) in mlx5_glue_get_device_list() argument66 return ibv_get_device_list(num_devices); in mlx5_glue_get_device_list()