res_path         1202 drivers/scsi/ipr.c 		memcpy(res->res_path, &cfgtew->u.cfgte64->res_path,
res_path         1203 drivers/scsi/ipr.c 			sizeof(res->res_path));
res_path         1296 drivers/scsi/ipr.c static char *__ipr_format_res_path(u8 *res_path, char *buffer, int len)
res_path         1302 drivers/scsi/ipr.c 	p += snprintf(p, buffer + len - p, "%02X", res_path[0]);
res_path         1303 drivers/scsi/ipr.c 	for (i = 1; res_path[i] != 0xff && ((i * 3) < len); i++)
res_path         1304 drivers/scsi/ipr.c 		p += snprintf(p, buffer + len - p, "-%02X", res_path[i]);
res_path         1320 drivers/scsi/ipr.c 				 u8 *res_path, char *buffer, int len)
res_path         1326 drivers/scsi/ipr.c 	__ipr_format_res_path(res_path, p, len - (buffer - p));
res_path         1361 drivers/scsi/ipr.c 		if (memcmp(res->res_path, &cfgtew->u.cfgte64->res_path,
res_path         1362 drivers/scsi/ipr.c 					sizeof(res->res_path))) {
res_path         1363 drivers/scsi/ipr.c 			memcpy(res->res_path, &cfgtew->u.cfgte64->res_path,
res_path         1364 drivers/scsi/ipr.c 				sizeof(res->res_path));
res_path         1371 drivers/scsi/ipr.c 					res->res_path, buffer, sizeof(buffer)));
res_path         1756 drivers/scsi/ipr.c 			__ipr_format_res_path(dev_entry->res_path,
res_path         2104 drivers/scsi/ipr.c 						fabric->res_path,
res_path         2111 drivers/scsi/ipr.c 		ipr_format_res_path(hostrcb->ioa_cfg, fabric->res_path,
res_path         2254 drivers/scsi/ipr.c 					cfg->res_path, buffer, sizeof(buffer)),
res_path         2264 drivers/scsi/ipr.c 			cfg->res_path, buffer, sizeof(buffer)),
res_path         2351 drivers/scsi/ipr.c 			 ipr_format_res_path(ioa_cfg, array_entry->res_path,
res_path         2458 drivers/scsi/ipr.c 		__ipr_format_res_path(error->res_path,
res_path         4561 drivers/scsi/ipr.c 			       __ipr_format_res_path(res->res_path, buffer,
res_path         4965 drivers/scsi/ipr.c 				res->res_path, buffer, sizeof(buffer)));
res_path          431 drivers/scsi/ipr.h 	__be64 res_path;
res_path          880 drivers/scsi/ipr.h 	u8 res_path[8];
res_path          897 drivers/scsi/ipr.h 	u8 res_path[8];
res_path          920 drivers/scsi/ipr.h 	u8 res_path[8];
res_path         1063 drivers/scsi/ipr.h 	u8 res_path[8];
res_path         1096 drivers/scsi/ipr.h 	u8 res_path[8];
res_path         1321 drivers/scsi/ipr.h 	u8 res_path[8];
res_path         1942 drivers/scsi/ipr.h 	u8 *res_path;
res_path         1945 drivers/scsi/ipr.h 		res_path = &hostrcb->hcam.u.error64.fd_res_path[0];
res_path         1946 drivers/scsi/ipr.h 		if ((res_path[0] == 0x00 || res_path[0] == 0x80 ||
res_path         1947 drivers/scsi/ipr.h 		    res_path[0] == 0x81) && res_path[2] != 0xFF)