Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/
Dtarget_core_pscsi.c174 BUILD_BUG_ON(sizeof(wwn->model) != INQUIRY_MODEL_LEN + 1); in pscsi_set_inquiry_info()
176 "%." __stringify(INQUIRY_MODEL_LEN) "s", sdev->model); in pscsi_set_inquiry_info()
812 __stringify(INQUIRY_MODEL_LEN) "s", sd->model); in pscsi_show_configfs_dev_params()
Dtarget_core_configfs.c612 if (strlen(configname) >= INQUIRY_MODEL_LEN) { in dev_set_t10_wwn_model_alias()
622 strlcpy(dev->t10_wwn.model, configname, INQUIRY_MODEL_LEN); in dev_set_t10_wwn_model_alias()
644 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1); in emulate_model_alias_store()
1402 unsigned char buf[INQUIRY_MODEL_LEN + 2]; in target_wwn_product_id_store()
1413 if (len > INQUIRY_MODEL_LEN) { in target_wwn_product_id_store()
1415 __stringify(INQUIRY_MODEL_LEN) in target_wwn_product_id_store()
1437 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.c722 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-v6.1/include/target/
Dtarget_core_base.h50 #define INQUIRY_MODEL_LEN 16 macro
330 char model[INQUIRY_MODEL_LEN + 1];