Searched refs:host_info (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/um/kernel/ |
| A D | um_arch.c | 68 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable 78 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo() 415 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| A D | ena_netdev.c | 3167 struct ena_admin_host_info *host_info; in ena_config_host_info() local 3177 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 3180 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info() 3183 sizeof(host_info->kernel_ver_str) - 1); in ena_config_host_info() 3184 host_info->os_dist = 0; in ena_config_host_info() 3186 sizeof(host_info->os_dist_str) - 1); in ena_config_host_info() 3187 host_info->driver_version = in ena_config_host_info() 3194 host_info->driver_supported_features = in ena_config_host_info() 3968 struct ena_admin_host_info *host_info = in ena_timer_service() local 3969 adapter->ena_dev->host_attr.host_info; in ena_timer_service() [all …]
|
| A D | ena_com.c | 2782 host_attr->host_info = in ena_com_allocate_host_info() 2785 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 2788 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info() 2817 if (host_attr->host_info) { in ena_com_delete_host_info() 2818 dma_free_coherent(ena_dev->dmadev, SZ_4K, host_attr->host_info, in ena_com_delete_host_info() 2820 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
| A D | ena_com.h | 293 struct ena_admin_host_info *host_info; member
|
| /linux/drivers/net/wireless/atmel/ |
| A D | atmel.c | 501 } 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() 3574 struct host_info_struct *iface = &priv->host_info; in atmel_wakeup_firmware() [all …]
|
| /linux/drivers/usb/storage/ |
| A D | scsiglue.c | 62 static const char* host_info(struct Scsi_Host *host) in host_info() function 607 .info = host_info,
|
| /linux/drivers/staging/rts5208/ |
| A D | rtsx.c | 55 static const char *host_info(struct Scsi_Host *host) in host_info() function 204 .info = host_info,
|
| /linux/ |
| A D | System.map | 42214 ffff800010b6c0e0 t host_info
|
| A D | .tmp_System.map | 42214 ffff800010b6c0e0 t host_info
|
Completed in 1050 milliseconds