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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.h121 __be64 id_ext; member in struct:srp_target_port
H A Dib_srp.c348 memcpy(req->priv.target_port_id + 8, &target->id_ext, 8);
354 memcpy(req->priv.target_port_id, &target->id_ext, 8);
1412 (unsigned long long) be64_to_cpu(target->id_ext));
1513 static CLASS_DEVICE_ATTR(id_ext, S_IRUGO, show_id_ext, NULL);
1555 (unsigned long long) be64_to_cpu(target->id_ext));
1588 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>,
1612 { SRP_OPT_ID_EXT, "id_ext=%s" },
1654 target->id_ext = cpu_to_be64(simple_strtoull(p, NULL, 16));
1806 printk(KERN_DEBUG PFX "new target: id_ext %016llx ioc_guid %016llx pkey %04x "
1808 (unsigned long long) be64_to_cpu(target->id_ext),
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpeg.c236 int pes_ext, ext2_len, id_ext, skip; local
358 id_ext = get_byte(s->pb);
359 if ((id_ext & 0x80) == 0)
360 startcode = ((startcode & 0xff) << 8) | id_ext;

Completed in 49 milliseconds