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

/linux-master/arch/um/kernel/
H A Dum_arch.c72 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable
82 seq_printf(m, "host\t\t: %s\n", host_info);
426 setup_hostinfo(host_info, sizeof host_info);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c2703 struct ena_admin_host_info *host_info; local
2713 host_info = ena_dev->host_attr.host_info;
2715 host_info->bdf = pci_dev_id(pdev);
2716 host_info->os_type = ENA_ADMIN_OS_LINUX;
2717 host_info->kernel_ver = LINUX_VERSION_CODE;
2718 strscpy(host_info->kernel_ver_str, utsname()->version,
2719 sizeof(host_info->kernel_ver_str) - 1);
2720 host_info->os_dist = 0;
2721 strscpy(host_info
3655 ena_update_host_info(struct ena_admin_host_info *host_info, struct net_device *netdev) argument
3668 struct ena_admin_host_info *host_info = local
[all...]
H A Dena_com.c2690 host_attr->host_info = dma_alloc_coherent(ena_dev->dmadev, SZ_4K,
2692 if (unlikely(!host_attr->host_info))
2695 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR <<
2724 if (host_attr->host_info) {
2725 dma_free_coherent(ena_dev->dmadev, SZ_4K, host_attr->host_info,
2727 host_attr->host_info = NULL;
H A Dena_com.h288 struct ena_admin_host_info *host_info; member in struct:ena_host_attribute
/linux-master/drivers/spi/
H A Dspi-pl022.c340 * @host_info: controller-specific data from machine setup
367 struct pl022_ssp_controller *host_info; member in struct:pl022
1000 pl022->host_info->dma_filter,
1001 pl022->host_info->dma_rx_param);
1008 pl022->host_info->dma_filter,
1009 pl022->host_info->dma_tx_param);
1720 && ((pl022->host_info)->enable_dma)) {
1882 pl022->host_info = platform_info;
2011 if (pl022->host_info->enable_dma)
/linux-master/drivers/usb/storage/
H A Dscsiglue.c62 static const char* host_info(struct Scsi_Host *host) function
628 .info = host_info,
/linux-master/drivers/staging/rts5208/
H A Drtsx.c55 static const char *host_info(struct Scsi_Host *host) function
198 .info = host_info,

Completed in 235 milliseconds