Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/kernel/
Dum_arch.c60 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable
70 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo()
352 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_netdev.c2212 struct ena_admin_host_info *host_info; in ena_config_host_info() local
2222 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()
2224 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info()
2225 host_info->kernel_ver = LINUX_VERSION_CODE; in ena_config_host_info()
2226 strncpy(host_info->kernel_ver_str, utsname()->version, in ena_config_host_info()
2227 sizeof(host_info->kernel_ver_str) - 1); in ena_config_host_info()
2228 host_info->os_dist = 0; in ena_config_host_info()
2229 strncpy(host_info->os_dist_str, utsname()->release, in ena_config_host_info()
2230 sizeof(host_info->os_dist_str) - 1); in ena_config_host_info()
2231 host_info->driver_version = in ena_config_host_info()
[all …]
Dena_com.c2438 host_attr->host_info = in ena_com_allocate_host_info()
2441 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info()
2469 if (host_attr->host_info) { in ena_com_delete_host_info()
2470 dma_free_coherent(ena_dev->dmadev, SZ_4K, host_attr->host_info, in ena_com_delete_host_info()
2472 host_attr->host_info = NULL; in ena_com_delete_host_info()
Dena_com.h307 struct ena_admin_host_info *host_info; member
/Linux-v4.19/drivers/net/wireless/atmel/
Datmel.c502 } host_info; member
623 return priv->host_info.command_pos + offset; in atmel_co()
628 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx()
633 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx()
688 i < priv->host_info.tx_desc_count; in tx_done_irq()
699 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
704 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()
721 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff()
727 return priv->host_info.tx_buff_pos + priv->tx_buff_tail; in find_tx_buff()
731 return priv->host_info.tx_buff_pos; in find_tx_buff()
[all …]
/Linux-v4.19/drivers/usb/storage/
Dscsiglue.c59 static const char* host_info(struct Scsi_Host *host) in host_info() function
599 .info = host_info,
/Linux-v4.19/drivers/staging/rts5208/
Drtsx.c66 static const char *host_info(struct Scsi_Host *host) in host_info() function
216 .info = host_info,