Home
last modified time | relevance | path

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

/openbmc/linux/tools/firewire/
H A Dnosy-dump.c624 } else if (length > sizeof(struct phy_packet)) { in handle_packet()
752 } else if (length < sizeof(struct phy_packet)) { in print_packet()
758 } else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) { in print_packet()
759 struct phy_packet *pp = (struct phy_packet *) data; in print_packet()
837 else if (length < sizeof(struct phy_packet)) in print_stats()
839 else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) in print_stats()
H A Dnosy-dump.h14 struct phy_packet { struct
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c210 } phy_packet; member
218 } phy_packet; member
1587 switch (e->phy_packet.without_tstamp.type) { in outbound_phy_packet_callback()
1590 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in outbound_phy_packet_callback()
1600 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback()
1641 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in ioctl_send_phy_packet()
1648 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet()
1696 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in fw_cdev_handle_phy_packet()
1704 queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0); in fw_cdev_handle_phy_packet()
1706 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h521 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member