Searched refs:host_info (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/avp/ |
| H A D | avp_ethdev.c | 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 …]
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 421 struct ena_admin_host_info *host_info; in ena_config_host_info() local 431 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 433 host_info->os_type = ENA_ADMIN_OS_DPDK; in ena_config_host_info() 434 host_info->kernel_ver = RTE_VERSION; in ena_config_host_info() 436 sizeof(host_info->kernel_ver_str)); in ena_config_host_info() 437 host_info->os_dist = RTE_VERSION; in ena_config_host_info() 438 strlcpy((char *)host_info->os_dist_str, rte_version(), in ena_config_host_info() 439 sizeof(host_info->os_dist_str)); in ena_config_host_info() 440 host_info->driver_version = in ena_config_host_info() 445 host_info->num_cpus = rte_lcore_count(); in ena_config_host_info() [all …]
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_com.c | 2886 host_attr->host_info, in ena_com_allocate_host_info() 2889 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 2892 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info() 2923 if (host_attr->host_info) { in ena_com_delete_host_info() 2926 host_attr->host_info, in ena_com_delete_host_info() 2929 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
| H A D | ena_com.h | 316 struct ena_admin_host_info *host_info; member
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 2767 host_attr->host_info, in ena_com_allocate_host_info() 2770 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 2773 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info() 2804 if (host_attr->host_info) { in ena_com_delete_host_info() 2807 host_attr->host_info, in ena_com_delete_host_info() 2810 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
| H A D | ena_com.h | 288 struct ena_admin_host_info *host_info; member
|