Lines Matching defs:res_path
1121 memcpy(res->res_path, &cfgtew->u.cfgte64->res_path,
1122 sizeof(res->res_path));
1205 * @res_path: resource path
1212 static char *__ipr_format_res_path(u8 *res_path, char *buffer, int len)
1218 p += scnprintf(p, buffer + len - p, "%02X", res_path[0]);
1219 for (i = 1; res_path[i] != 0xff && i < IPR_RES_PATH_BYTES; i++)
1220 p += scnprintf(p, buffer + len - p, "-%02X", res_path[i]);
1228 * @res_path: resource path
1236 u8 *res_path, char *buffer, int len)
1242 __ipr_format_res_path(res_path, p, len - (p - buffer));
1275 if (memcmp(res->res_path, &cfgtew->u.cfgte64->res_path,
1276 sizeof(res->res_path))) {
1277 memcpy(res->res_path, &cfgtew->u.cfgte64->res_path,
1278 sizeof(res->res_path));
1285 res->res_path, buffer, sizeof(buffer)));
1667 __ipr_format_res_path(dev_entry->res_path,
2015 fabric->res_path,
2022 ipr_format_res_path(hostrcb->ioa_cfg, fabric->res_path,
2165 cfg->res_path, buffer, sizeof(buffer)),
2175 cfg->res_path, buffer, sizeof(buffer)),
2262 ipr_format_res_path(ioa_cfg, array_entry->res_path,
2369 __ipr_format_res_path(error->res_path,
4470 __ipr_format_res_path(res->res_path, buffer,
4807 res->res_path, buffer, sizeof(buffer)));