Searched refs:t10_vpd (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_backend.h | 94 void transport_set_vpd_proto_id(struct t10_vpd *, unsigned char *); 95 int transport_set_vpd_assoc(struct t10_vpd *, unsigned char *); 96 int transport_set_vpd_ident_type(struct t10_vpd *, unsigned char *); 97 int transport_set_vpd_ident(struct t10_vpd *, unsigned char *);
|
H A D | target_core_base.h | 37 /* Used to parse VPD into struct t10_vpd */ 310 struct t10_vpd { struct
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_internal.h | 146 void transport_dump_vpd_proto_id(struct t10_vpd *, unsigned char *, int); 147 int transport_dump_vpd_assoc(struct t10_vpd *, unsigned char *, int); 148 int transport_dump_vpd_ident_type(struct t10_vpd *, unsigned char *, int); 149 int transport_dump_vpd_ident(struct t10_vpd *, unsigned char *, int);
|
H A D | target_core_transport.c | 985 struct t10_vpd *vpd, in transport_dump_vpd_proto_id() 1038 transport_set_vpd_proto_id(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_proto_id() 1054 struct t10_vpd *vpd, in transport_dump_vpd_assoc() 1089 int transport_set_vpd_assoc(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_assoc() 1102 struct t10_vpd *vpd, in transport_dump_vpd_ident_type() 1150 int transport_set_vpd_ident_type(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_ident_type() 1163 struct t10_vpd *vpd, in transport_dump_vpd_ident() 1204 transport_set_vpd_ident(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_ident()
|
H A D | target_core_pscsi.c | 224 struct t10_vpd *vpd; in pscsi_get_inquiry_vpd_device_ident() 254 vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL); in pscsi_get_inquiry_vpd_device_ident() 257 " struct t10_vpd\n"); in pscsi_get_inquiry_vpd_device_ident()
|
H A D | target_core_configfs.c | 1566 struct t10_vpd *vpd; in target_wwn_vpd_protocol_identifier_show() 1597 struct t10_vpd *vpd; \
|
H A D | target_core_device.c | 519 struct t10_vpd *vpd, *vpd_tmp; in se_release_vpd_for_dev()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_internal.h | 146 void transport_dump_vpd_proto_id(struct t10_vpd *, unsigned char *, int); 147 int transport_dump_vpd_assoc(struct t10_vpd *, unsigned char *, int); 148 int transport_dump_vpd_ident_type(struct t10_vpd *, unsigned char *, int); 149 int transport_dump_vpd_ident(struct t10_vpd *, unsigned char *, int);
|
H A D | target_core_transport.c | 1068 struct t10_vpd *vpd, in transport_dump_vpd_proto_id() 1121 transport_set_vpd_proto_id(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_proto_id() 1137 struct t10_vpd *vpd, in transport_dump_vpd_assoc() 1172 int transport_set_vpd_assoc(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_assoc() 1185 struct t10_vpd *vpd, in transport_dump_vpd_ident_type() 1233 int transport_set_vpd_ident_type(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_ident_type() 1246 struct t10_vpd *vpd, in transport_dump_vpd_ident() 1287 transport_set_vpd_ident(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_ident()
|
H A D | target_core_pscsi.c | 220 struct t10_vpd *vpd; in pscsi_get_inquiry_vpd_device_ident() 249 vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL); in pscsi_get_inquiry_vpd_device_ident() 252 " struct t10_vpd\n"); in pscsi_get_inquiry_vpd_device_ident()
|
H A D | target_core_device.c | 479 struct t10_vpd *vpd, *vpd_tmp; in se_release_vpd_for_dev()
|
H A D | target_core_configfs.c | 1672 struct t10_vpd *vpd; in target_wwn_vpd_protocol_identifier_show() 1701 struct t10_vpd *vpd; \
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_backend.h | 102 void transport_set_vpd_proto_id(struct t10_vpd *, unsigned char *); 103 int transport_set_vpd_assoc(struct t10_vpd *, unsigned char *); 104 int transport_set_vpd_ident_type(struct t10_vpd *, unsigned char *); 105 int transport_set_vpd_ident(struct t10_vpd *, unsigned char *);
|
H A D | target_core_base.h | 37 /* Used to parse VPD into struct t10_vpd */ 316 struct t10_vpd { struct
|
Completed in 28 milliseconds