Home
last modified time | relevance | path

Searched refs:host_attr (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ena-com/
H A Dena_com.c2882 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_host_info() local
2886 host_attr->host_info, in ena_com_allocate_host_info()
2902 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_debug_area() local
2910 host_attr->debug_area_size = 0; in ena_com_allocate_debug_area()
2921 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_delete_host_info() local
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()
2935 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_delete_debug_area() local
2949 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_set_host_attributes() local
[all …]
H A Dena_com.h344 struct ena_host_attribute host_attr; member
H A Dena_admin_defs.h839 struct ena_admin_set_feature_host_attr_desc host_attr; member
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.c2763 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_host_info() local
2767 host_attr->host_info, in ena_com_allocate_host_info()
2783 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_debug_area() local
2791 host_attr->debug_area_size = 0; in ena_com_allocate_debug_area()
2802 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_delete_host_info() local
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()
2816 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_delete_debug_area() local
2830 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_set_host_attributes() local
[all …]
H A Dena_com.h315 struct ena_host_attribute host_attr; member
/f-stack/freebsd/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1040 struct ena_admin_set_feature_host_attr_desc host_attr; member
/f-stack/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_admin_defs.h1012 struct ena_admin_set_feature_host_attr_desc host_attr; member
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c431 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()