Searched refs:t10_vpd (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
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 *);
|
D | target_core_base.h | 310 struct t10_vpd { struct
|
/kernel/linux/linux-5.10/drivers/target/ |
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);
|
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()
|
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()
|
D | target_core_device.c | 519 struct t10_vpd *vpd, *vpd_tmp; in se_release_vpd_for_dev()
|
D | target_core_configfs.c | 1566 struct t10_vpd *vpd; in target_wwn_vpd_protocol_identifier_show() 1597 struct t10_vpd *vpd; \
|