• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/

Lines Matching defs:dgid

1104 		memcpy(target->path.dgid.raw, cpi->redirect_gid, 16);
1118 memcpy(target->path.dgid.raw,
1122 (unsigned long long) be64_to_cpu(target->path.dgid.global.subnet_prefix),
1123 (unsigned long long) be64_to_cpu(target->path.dgid.global.interface_id));
1459 be16_to_cpu(((__be16 *) target->path.dgid.raw)[0]),
1460 be16_to_cpu(((__be16 *) target->path.dgid.raw)[1]),
1461 be16_to_cpu(((__be16 *) target->path.dgid.raw)[2]),
1462 be16_to_cpu(((__be16 *) target->path.dgid.raw)[3]),
1463 be16_to_cpu(((__be16 *) target->path.dgid.raw)[4]),
1464 be16_to_cpu(((__be16 *) target->path.dgid.raw)[5]),
1465 be16_to_cpu(((__be16 *) target->path.dgid.raw)[6]),
1466 be16_to_cpu(((__be16 *) target->path.dgid.raw)[7]));
1517 static CLASS_DEVICE_ATTR(dgid, S_IRUGO, show_dgid, NULL);
1588 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>,
1614 { SRP_OPT_DGID, "dgid=%s" },
1628 char dgid[3];
1681 strlcpy(dgid, p + i * 2, 3);
1682 target->path.dgid.raw[i] = simple_strtoul(dgid, NULL, 16);
1685 memcpy(target->orig_dgid, target->path.dgid.raw, 16);
1807 "service_id %016llx dgid %04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x\n",
1812 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[0]),
1813 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[2]),
1814 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[4]),
1815 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[6]),
1816 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[8]),
1817 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[10]),
1818 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[12]),
1819 (int) be16_to_cpu(*(__be16 *) &target->path.dgid.raw[14]));