Home
last modified time | relevance | path

Searched refs:INQUIRY_MODEL_LEN (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_pscsi.c177 BUILD_BUG_ON(sizeof(wwn->model) != INQUIRY_MODEL_LEN + 1); in pscsi_set_inquiry_info()
179 "%." __stringify(INQUIRY_MODEL_LEN) "s", sdev->model); in pscsi_set_inquiry_info()
817 __stringify(INQUIRY_MODEL_LEN) "s", sd->model); in pscsi_show_configfs_dev_params()
Dtarget_core_configfs.c611 if (strlen(configname) >= INQUIRY_MODEL_LEN) { in dev_set_t10_wwn_model_alias()
621 strlcpy(dev->t10_wwn.model, configname, INQUIRY_MODEL_LEN); in dev_set_t10_wwn_model_alias()
643 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1); in emulate_model_alias_store()
1390 unsigned char buf[INQUIRY_MODEL_LEN + 2]; in target_wwn_product_id_store()
1401 if (len > INQUIRY_MODEL_LEN) { in target_wwn_product_id_store()
1403 __stringify(INQUIRY_MODEL_LEN) in target_wwn_product_id_store()
1425 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1); in target_wwn_product_id_store()
Dtarget_core_spc.c104 INQUIRY_VENDOR_LEN + INQUIRY_MODEL_LEN + INQUIRY_REVISION_LEN); in spc_emulate_inquiry_std()
108 strnlen(dev->t10_wwn.model, INQUIRY_MODEL_LEN)); in spc_emulate_inquiry_std()
Dtarget_core_device.c716 pr_debug(" Model: %-" __stringify(INQUIRY_MODEL_LEN) "s\n", in scsi_dump_inquiry()
Dtarget_core_stat.c245 return snprintf(page, PAGE_SIZE, "%-" __stringify(INQUIRY_MODEL_LEN) in target_stat_lu_prod_show()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h50 #define INQUIRY_MODEL_LEN 16 macro
326 char model[INQUIRY_MODEL_LEN + 1];