Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
Dtarget_core_pscsi.c173 BUILD_BUG_ON(sizeof(wwn->model) != INQUIRY_MODEL_LEN + 1); in pscsi_set_inquiry_info()
175 "%." __stringify(INQUIRY_MODEL_LEN) "s", sdev->model); in pscsi_set_inquiry_info()
809 __stringify(INQUIRY_MODEL_LEN) "s", sd->model); in pscsi_show_configfs_dev_params()
Dtarget_core_configfs.c642 if (strlen(configname) >= INQUIRY_MODEL_LEN) { in dev_set_t10_wwn_model_alias()
652 strscpy(dev->t10_wwn.model, configname, INQUIRY_MODEL_LEN); in dev_set_t10_wwn_model_alias()
674 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1); in emulate_model_alias_store()
1449 unsigned char buf[INQUIRY_MODEL_LEN + 2]; in target_wwn_product_id_store()
1460 if (len < 0 || len > INQUIRY_MODEL_LEN) { in target_wwn_product_id_store()
1462 __stringify(INQUIRY_MODEL_LEN) in target_wwn_product_id_store()
1484 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1); in target_wwn_product_id_store()
Dtarget_core_spc.c132 INQUIRY_VENDOR_LEN + INQUIRY_MODEL_LEN + INQUIRY_REVISION_LEN); in spc_emulate_inquiry_std()
136 strnlen(dev->t10_wwn.model, INQUIRY_MODEL_LEN)); in spc_emulate_inquiry_std()
Dtarget_core_device.c676 pr_debug(" Model: %-" __stringify(INQUIRY_MODEL_LEN) "s\n", in scsi_dump_inquiry()
Dtarget_core_stat.c242 return snprintf(page, PAGE_SIZE, "%-" __stringify(INQUIRY_MODEL_LEN) in target_stat_lu_prod_show()
/linux-6.6.21/include/target/
Dtarget_core_base.h50 #define INQUIRY_MODEL_LEN 16 macro
332 char model[INQUIRY_MODEL_LEN + 1];