Searched refs:model_description (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 168 xcc->model_description = in host_cpu_class_init()
|
H A D | cpu.h | 2262 const char *model_description; member
|
H A D | cpu.c | 5420 xcc->model_description = in max_x86_cpu_class_init() 6002 g_autofree char *desc = g_strdup(cc->model_description); in x86_cpu_list_entry() 8678 xcc->model_description = "base CPU model type with no features enabled"; in x86_cpu_base_class_init()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_transport_fc.h | 544 char model_description[FC_SYMBOLIC_NAME_SIZE]; member 616 (((struct fc_host_attrs *)(x)->shost_data)->model_description)
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 1026 snprintf(info->model_description, in ixgbe_fcoe_get_hbainfo() 1027 sizeof(info->model_description), in ixgbe_fcoe_get_hbainfo()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mr.h | 286 uint8_t model_description[80]; member
|
H A D | qla_mr.c | 1914 strscpy(vha->hw->model_desc, pinfo->model_description, in qlafx00_fx_disc()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 412 memset(fc_host->model_description, 0, in fc_host_setup() 413 sizeof(fc_host->model_description)); in fc_host_setup() 1932 fc_private_host_rd_attr(model_description, "%s\n", FC_SYMBOLIC_NAME_SIZE + 1); 2693 SETUP_HOST_ATTRIBUTE_RD(model_description); in fc_attach_transport()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_attr.c | 940 static DEVICE_ATTR(model_description, S_IRUGO,
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 850 fdmi->model_description); in fcoe_fdmi_info()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 858 char model_description[256]; member
|