Searched refs:phy_packet (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/firewire/
H A Dnosy-dump.c624 } else if (length > sizeof(struct phy_packet)) {
752 } else if (length < sizeof(struct phy_packet)) {
758 } else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) {
759 struct phy_packet *pp = (struct phy_packet *) data;
837 else if (length < sizeof(struct phy_packet))
839 else if (length == sizeof(struct phy_packet) && data[1] == ~data[2])
H A Dnosy-dump.h14 struct phy_packet { struct
/linux-master/drivers/firewire/
H A Dcore-cdev.c210 } phy_packet; member in struct:outbound_phy_packet_event
218 } phy_packet; member in struct:inbound_phy_packet_event
1587 switch (e->phy_packet.without_tstamp.type) {
1590 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
1594 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length,
1600 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1604 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length,
1641 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
1648 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1696 struct fw_cdev_event_phy_packet *pp = &e->phy_packet
[all...]
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h495 * @phy_packet: Valid if @common.type ==
521 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member in union:fw_cdev_event

Completed in 272 milliseconds