Searched refs:host_attr (Results 1 – 4 of 4) sorted by relevance
2659 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_host_info() local2661 host_attr->host_info = in ena_com_allocate_host_info()2663 &host_attr->host_info_dma_addr, GFP_KERNEL); in ena_com_allocate_host_info()2664 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()2667 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info()2677 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_debug_area() local2679 host_attr->debug_area_virt_addr = in ena_com_allocate_debug_area()2681 &host_attr->debug_area_dma_addr, in ena_com_allocate_debug_area()2683 if (unlikely(!host_attr->debug_area_virt_addr)) { in ena_com_allocate_debug_area()2684 host_attr->debug_area_size = 0; in ena_com_allocate_debug_area()[all …]
338 struct ena_host_attribute host_attr; member
940 struct ena_admin_set_feature_host_attr_desc host_attr; member
2413 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()3110 u8 *debug_area = adapter->ena_dev->host_attr.debug_area_virt_addr; in ena_timer_service()3112 adapter->ena_dev->host_attr.host_info; in ena_timer_service()