Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/amazon/ena/
Dena_com.c2780 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_host_info() local
2782 host_attr->host_info = in ena_com_allocate_host_info()
2784 &host_attr->host_info_dma_addr, GFP_KERNEL); in ena_com_allocate_host_info()
2785 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()
2788 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info()
2798 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_debug_area() local
2800 host_attr->debug_area_virt_addr = in ena_com_allocate_debug_area()
2802 &host_attr->debug_area_dma_addr, GFP_KERNEL); in ena_com_allocate_debug_area()
2803 if (unlikely(!host_attr->debug_area_virt_addr)) { in ena_com_allocate_debug_area()
2804 host_attr->debug_area_size = 0; in ena_com_allocate_debug_area()
[all …]
Dena_com.h320 struct ena_host_attribute host_attr; member
Dena_admin_defs.h1000 struct ena_admin_set_feature_host_attr_desc host_attr; member
Dena_netdev.c3271 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()
4175 u8 *debug_area = adapter->ena_dev->host_attr.debug_area_virt_addr; in ena_timer_service()
4177 adapter->ena_dev->host_attr.host_info; in ena_timer_service()