Home
last modified time | relevance | path

Searched refs:model_description (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhost-cpu.c168 xcc->model_description = in host_cpu_class_init()
H A Dcpu.h2262 const char *model_description; member
H A Dcpu.c5420 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 Dscsi_transport_fc.h544 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 Dixgbe_fcoe.c1026 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 Dqla_mr.h286 uint8_t model_description[80]; member
H A Dqla_mr.c1914 strscpy(vha->hw->model_desc, pinfo->model_description, in qlafx00_fx_disc()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c412 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 Dbfad_attr.c940 static DEVICE_ATTR(model_description, S_IRUGO,
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c850 fdmi->model_description); in fcoe_fdmi_info()
/openbmc/linux/include/linux/
H A Dnetdevice.h858 char model_description[256]; member