Searched refs:id_ext (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.h117 __be64 id_ext; member in struct:srp_target_port
H A Dib_srp.c399 memcpy(req->priv.target_port_id + 8, &target->id_ext, 8);
405 memcpy(req->priv.target_port_id, &target->id_ext, 8);
1488 (unsigned long long) be64_to_cpu(target->id_ext));
1593 static DEVICE_ATTR(id_ext, S_IRUGO, show_id_ext, NULL);
1640 (unsigned long long) be64_to_cpu(target->id_ext));
1645 memcpy(ids.port_id, &target->id_ext, 8);
1682 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>,
1706 { SRP_OPT_ID_EXT, "id_ext=%s" },
1748 target->id_ext = cpu_to_be64(simple_strtoull(p, NULL, 16));
1904 "new target: id_ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c245 int pes_ext, ext2_len, id_ext, skip; local
372 id_ext = avio_r8(s->pb);
373 if ((id_ext & 0x80) == 0)
374 startcode = ((startcode & 0xff) << 8) | id_ext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c236 int pes_ext, ext2_len, id_ext, skip; local
423 id_ext = avio_r8(s->pb);
424 if ((id_ext & 0x80) == 0)
425 startcode = ((startcode & 0xff) << 8) | id_ext;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnandcore.c1363 int id_ext = arg; local
1372 return R_REG(osh, id_ext ? &nc->flash_device_id_ext : &nc->flash_device_id);

Completed in 70 milliseconds