fw_cdev_event_phy_packet2
struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
struct fw_cdev_event_phy_packet2 with_tstamp;
struct fw_cdev_event_phy_packet2 with_tstamp;
KUNIT_EXPECT_EQ(test, 24, sizeof(struct fw_cdev_event_phy_packet2));
KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_phy_packet2, closure));
KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_phy_packet2, type));
KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_phy_packet2, rcode));
KUNIT_EXPECT_EQ(test, 16, offsetof(struct fw_cdev_event_phy_packet2, length));
KUNIT_EXPECT_EQ(test, 20, offsetof(struct fw_cdev_event_phy_packet2, tstamp));
KUNIT_EXPECT_EQ(test, 24, offsetof(struct fw_cdev_event_phy_packet2, data));
struct fw_cdev_event_phy_packet2 phy_packet2; /* added in 6.5 */