/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | um_arch.c | 61 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable 71 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo() 354 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | um_arch.c | 72 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable 82 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo() 426 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | atmel.c | 502 } 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 in find_tx_buff() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | atmel.c | 501 } host_info; member 622 return priv->host_info.command_pos + offset; in atmel_co() 627 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx() 632 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx() 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() 703 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq() 720 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff() 726 return priv->host_info in find_tx_buff() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 3079 struct ena_admin_host_info *host_info; in ena_config_host_info() local 3089 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 3091 host_info->bdf = (pdev->bus->number << 8) | pdev->devfn; in ena_config_host_info() 3092 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info() 3093 host_info->kernel_ver = LINUX_VERSION_CODE; in ena_config_host_info() 3094 strlcpy(host_info->kernel_ver_str, utsname()->version, in ena_config_host_info() 3095 sizeof(host_info->kernel_ver_str) - 1); in ena_config_host_info() 3096 host_info->os_dist = 0; in ena_config_host_info() 3097 strncpy(host_info in ena_config_host_info() 3857 ena_update_host_info(struct ena_admin_host_info *host_info, struct net_device *netdev) ena_update_host_info() argument 3870 struct ena_admin_host_info *host_info = ena_timer_service() local [all...] |
H A D | ena_com.c | 2711 host_attr->host_info = in ena_com_allocate_host_info() 2714 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 2717 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info() 2746 if (host_attr->host_info) { in ena_com_delete_host_info() 2747 dma_free_coherent(ena_dev->dmadev, SZ_4K, host_attr->host_info, in ena_com_delete_host_info() 2749 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
H A D | ena_com.h | 293 struct ena_admin_host_info *host_info; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 3244 struct ena_admin_host_info *host_info; in ena_config_host_info() local 3254 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 3256 host_info->bdf = pci_dev_id(pdev); in ena_config_host_info() 3257 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info() 3258 host_info->kernel_ver = LINUX_VERSION_CODE; in ena_config_host_info() 3259 strscpy(host_info->kernel_ver_str, utsname()->version, in ena_config_host_info() 3260 sizeof(host_info->kernel_ver_str) - 1); in ena_config_host_info() 3261 host_info->os_dist = 0; in ena_config_host_info() 3262 strncpy(host_info in ena_config_host_info() 4145 ena_update_host_info(struct ena_admin_host_info *host_info, struct net_device *netdev) ena_update_host_info() argument 4158 struct ena_admin_host_info *host_info = ena_timer_service() local [all...] |
H 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()
|
H A D | ena_com.h | 293 struct ena_admin_host_info *host_info; member
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pl022.c | 340 * @host_info: controller-specific data from machine setup 374 struct pl022_ssp_controller *host_info; member 1113 pl022->host_info->dma_filter, in pl022_dma_probe() 1114 pl022->host_info->dma_rx_param); in pl022_dma_probe() 1121 pl022->host_info->dma_filter, in pl022_dma_probe() 1122 pl022->host_info->dma_tx_param); in pl022_dma_probe() 1967 && ((pl022->host_info)->enable_dma)) { in pl022_setup() 2129 pl022->host_info = platform_info; in pl022_probe() 2268 if (pl022->host_info->enable_dma) in pl022_remove()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | scsiglue.c | 62 static const char* host_info(struct Scsi_Host *host) in host_info() function 620 .info = host_info,
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | scsiglue.c | 62 static const char* host_info(struct Scsi_Host *host) in host_info() function 628 .info = host_info,
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | rtsx.c | 55 static const char *host_info(struct Scsi_Host *host) in host_info() function 205 .info = host_info,
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | rtsx.c | 55 static const char *host_info(struct Scsi_Host *host) in host_info() function 198 .info = host_info,
|