Symbol: phy_packet
drivers/firewire/core-cdev.c
1573
switch (e->phy_packet.without_tstamp.type) {
drivers/firewire/core-cdev.c
1576
struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
drivers/firewire/core-cdev.c
1580
queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length,
drivers/firewire/core-cdev.c
1586
struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
drivers/firewire/core-cdev.c
1590
queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length,
drivers/firewire/core-cdev.c
1627
struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
drivers/firewire/core-cdev.c
1634
struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
drivers/firewire/core-cdev.c
1689
struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
drivers/firewire/core-cdev.c
1697
queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0);
drivers/firewire/core-cdev.c
1699
struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
drivers/firewire/core-cdev.c
1701
pp = &e->phy_packet.with_tstamp;
drivers/firewire/core-cdev.c
1709
queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0);
drivers/firewire/core-cdev.c
241
} phy_packet;
drivers/firewire/core-cdev.c
249
} phy_packet;
include/uapi/linux/firewire-cdev.h
522
struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */
tools/firewire/nosy-dump.c
624
} else if (length > sizeof(struct phy_packet)) {
tools/firewire/nosy-dump.c
752
} else if (length < sizeof(struct phy_packet)) {
tools/firewire/nosy-dump.c
758
} else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) {
tools/firewire/nosy-dump.c
759
struct phy_packet *pp = (struct phy_packet *) data;
tools/firewire/nosy-dump.c
837
else if (length < sizeof(struct phy_packet))
tools/firewire/nosy-dump.c
839
else if (length == sizeof(struct phy_packet) && data[1] == ~data[2])