Searched refs:t10_vpd (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_internal.h146 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 Dtarget_core_transport.c1068 struct t10_vpd *vpd,
1121 transport_set_vpd_proto_id(struct t10_vpd *vpd, unsigned char *page_83)
1137 struct t10_vpd *vpd,
1172 int transport_set_vpd_assoc(struct t10_vpd *vpd, unsigned char *page_83)
1185 struct t10_vpd *vpd,
1233 int transport_set_vpd_ident_type(struct t10_vpd *vpd, unsigned char *page_83)
1246 struct t10_vpd *vpd,
1287 transport_set_vpd_ident(struct t10_vpd *vpd, unsigned char *page_83)
H A Dtarget_core_pscsi.c220 struct t10_vpd *vpd;
249 vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL);
252 " struct t10_vpd\n");
H A Dtarget_core_device.c479 struct t10_vpd *vpd, *vpd_tmp;
H A Dtarget_core_configfs.c1710 struct t10_vpd *vpd;
1739 struct t10_vpd *vpd; \
/linux-master/include/target/
H A Dtarget_core_backend.h102 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 Dtarget_core_base.h37 /* Used to parse VPD into struct t10_vpd */
325 struct t10_vpd { struct

Completed in 273 milliseconds