Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2994 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_host_info()
2996 host_attr->host_info = dma_alloc_coherent(ena_dev->dmadev, SZ_4K, in ena_com_allocate_host_info()
2997 &host_attr->host_info_dma_addr, GFP_KERNEL); in ena_com_allocate_host_info()
2998 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()
3001 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info()
3011 struct ena_host_attribute *host_attr = &ena_dev->host_attr; in ena_com_allocate_debug_area()
3013 host_attr->debug_area_virt_addr = in ena_com_allocate_debug_area()
3015 &host_attr in ena_com_allocate_debug_area()
2989 struct ena_host_attribute *host_attr = &ena_dev->host_attr; ena_com_allocate_host_info() local
3006 struct ena_host_attribute *host_attr = &ena_dev->host_attr; ena_com_allocate_debug_area() local
3041 struct ena_host_attribute *host_attr = &ena_dev->host_attr; ena_com_delete_host_info() local
3052 struct ena_host_attribute *host_attr = &ena_dev->host_attr; ena_com_delete_debug_area() local
3076 struct ena_host_attribute *host_attr = &ena_dev->host_attr; ena_com_set_host_attributes() local
[all...]
H A Dena_com.h376 struct ena_host_attribute host_attr; member
H A Dena_admin_defs.h1122 struct ena_admin_set_feature_host_attr_desc host_attr; member
H A Dena_netdev.c2739 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()
3705 u8 *debug_area = adapter->ena_dev->host_attr.debug_area_virt_addr; in ena_timer_service()
3707 adapter->ena_dev->host_attr.host_info; in ena_timer_service()