Home
last modified time | relevance | path

Searched refs:host_info (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/arch/um/kernel/
A Dum_arch.c71 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable
81 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo()
421 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
/linux-6.3-rc2/drivers/net/ethernet/amazon/ena/
A Dena_netdev.c3191 struct ena_admin_host_info *host_info; in ena_config_host_info() local
3201 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()
3204 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info()
3207 sizeof(host_info->kernel_ver_str) - 1); in ena_config_host_info()
3208 host_info->os_dist = 0; in ena_config_host_info()
3210 sizeof(host_info->os_dist_str) - 1); in ena_config_host_info()
3211 host_info->driver_version = in ena_config_host_info()
3218 host_info->driver_supported_features = in ena_config_host_info()
3985 struct ena_admin_host_info *host_info = in ena_timer_service() local
3986 adapter->ena_dev->host_attr.host_info; in ena_timer_service()
[all …]
A Dena_com.c2779 host_attr->host_info = in ena_com_allocate_host_info()
2782 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()
2785 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info()
2814 if (host_attr->host_info) { in ena_com_delete_host_info()
2815 dma_free_coherent(ena_dev->dmadev, SZ_4K, host_attr->host_info, in ena_com_delete_host_info()
2817 host_attr->host_info = NULL; in ena_com_delete_host_info()
A Dena_com.h293 struct ena_admin_host_info *host_info; member
/linux-6.3-rc2/drivers/net/wireless/atmel/
A Datmel.c501 } host_info; member
622 return priv->host_info.command_pos + offset; in atmel_co()
687 i < priv->host_info.tx_desc_count; in tx_done_irq()
698 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
730 return priv->host_info.tx_buff_pos; in find_tx_buff()
1057 i < priv->host_info.rx_desc_count; in rx_done_irq()
1413 priv->host_info.major_version, in atmel_proc_show()
1414 priv->host_info.minor_version, in atmel_proc_show()
1415 priv->host_info.build_version); in atmel_proc_show()
3570 struct host_info_struct *iface = &priv->host_info; in atmel_wakeup_firmware()
[all …]
/linux-6.3-rc2/drivers/usb/storage/
A Dscsiglue.c62 static const char* host_info(struct Scsi_Host *host) in host_info() function
607 .info = host_info,
/linux-6.3-rc2/drivers/staging/rts5208/
A Drtsx.c55 static const char *host_info(struct Scsi_Host *host) in host_info() function
198 .info = host_info,

Completed in 45 milliseconds