Searched refs:fw_cdev_event_phy_packet2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/firewire/
H A Duapi-test.c65 KUNIT_EXPECT_EQ(test, 24, sizeof(struct fw_cdev_event_phy_packet2));
67 KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_phy_packet2, closure));
68 KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_phy_packet2, type));
69 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_phy_packet2, rcode));
70 KUNIT_EXPECT_EQ(test, 16, offsetof(struct fw_cdev_event_phy_packet2, length));
71 KUNIT_EXPECT_EQ(test, 20, offsetof(struct fw_cdev_event_phy_packet2, tstamp));
72 KUNIT_EXPECT_EQ(test, 24, offsetof(struct fw_cdev_event_phy_packet2, data));
H A Dcore-cdev.c209 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;
1648 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1706 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h429 * This event is sent instead of &fw_cdev_event_phy_packet2 if the kernel or
431 * &fw_cdev_event_phy_packet2.
442 * struct fw_cdev_event_phy_packet2 - A PHY packet was transmitted or received with time stamp.
473 struct fw_cdev_event_phy_packet2 { struct
524 struct fw_cdev_event_phy_packet2 phy_packet2; /* added in 6.5 */

Completed in 97 milliseconds