Searched refs:host_info (Results 1 – 4 of 4) sorted by relevance
838 host_info->magic, host_info->version, in avp_dev_create()849 host_info->min_tx_queues, host_info->max_tx_queues); in avp_dev_create()851 host_info->min_rx_queues, host_info->max_rx_queues); in avp_dev_create()853 host_info->features); in avp_dev_create()890 host_info->tx_phys); in avp_dev_create()895 host_info->tx_phys + (i * host_info->tx_size)); in avp_dev_create()898 host_info->alloc_phys + (i * host_info->alloc_size)); in avp_dev_create()902 host_info->rx_phys); in avp_dev_create()907 host_info->rx_phys + (i * host_info->rx_size)); in avp_dev_create()909 host_info->free_phys + (i * host_info->free_size)); in avp_dev_create()[all …]
698 struct ena_admin_host_info *host_info; in ena_config_host_info() local708 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()710 host_info->os_type = ENA_ADMIN_OS_DPDK; in ena_config_host_info()711 host_info->kernel_ver = RTE_VERSION; in ena_config_host_info()713 sizeof(host_info->kernel_ver_str)); in ena_config_host_info()714 host_info->os_dist = RTE_VERSION; in ena_config_host_info()715 strlcpy((char *)host_info->os_dist_str, rte_version(), in ena_config_host_info()716 sizeof(host_info->os_dist_str)); in ena_config_host_info()717 host_info->driver_version = in ena_config_host_info()722 host_info->num_cpus = rte_lcore_count(); in ena_config_host_info()[all …]
2784 host_attr->host_info, in ena_com_allocate_host_info()2787 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()2790 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info()2821 if (host_attr->host_info) { in ena_com_delete_host_info()2824 host_attr->host_info, in ena_com_delete_host_info()2827 host_attr->host_info = NULL; in ena_com_delete_host_info()
288 struct ena_admin_host_info *host_info; member