Searched refs:fw_cdev_event_phy_packet2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/firewire/ |
H A D | uapi-test.c | 65 KUNIT_EXPECT_EQ(test, 24, sizeof(struct fw_cdev_event_phy_packet2)); in structure_layout_event_phy_packet2() 67 KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_phy_packet2, closure)); in structure_layout_event_phy_packet2() 68 KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_phy_packet2, type)); in structure_layout_event_phy_packet2() 69 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_phy_packet2, rcode)); in structure_layout_event_phy_packet2() 70 KUNIT_EXPECT_EQ(test, 16, offsetof(struct fw_cdev_event_phy_packet2, length)); in structure_layout_event_phy_packet2() 71 KUNIT_EXPECT_EQ(test, 20, offsetof(struct fw_cdev_event_phy_packet2, tstamp)); in structure_layout_event_phy_packet2() 72 KUNIT_EXPECT_EQ(test, 24, offsetof(struct fw_cdev_event_phy_packet2, data)); in structure_layout_event_phy_packet2()
|
H A D | core-cdev.c | 209 struct fw_cdev_event_phy_packet2 with_tstamp; 217 struct fw_cdev_event_phy_packet2 with_tstamp; 1600 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback() 1648 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet() 1706 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
|
/openbmc/linux/include/uapi/linux/ |
H A D | firewire-cdev.h | 473 struct fw_cdev_event_phy_packet2 { struct 524 struct fw_cdev_event_phy_packet2 phy_packet2; /* added in 6.5 */
|