Searched refs:FW_CDEV_EVENT_PHY_PACKET_SENT2 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h52 #define FW_CDEV_EVENT_PHY_PACKET_SENT2 0x0c macro
445 * @type: %FW_CDEV_EVENT_PHY_PACKET_SENT2 or %FW_CDEV_EVENT_PHY_PACKET_RECEIVED2
449 * which the packet arrived. For %FW_CDEV_EVENT_PHY_PACKET_SENT2 and non-ping packet,
453 * %FW_CDEV_EVENT_PHY_PACKET_SENT2 or the request arrived for
457 * If @type is %FW_CDEV_EVENT_PHY_PACKET_SENT2, @length is 8 and @data consists of the two PHY
467 * For %FW_CDEV_EVENT_PHY_PACKET_SENT2, the @tstamp has different meanings whether to sent the
469 * packet was sent, and use the same format as the case of %FW_CDEV_EVENT_PHY_PACKET_SENT2. If it's
501 * @phy_packet2: Valid if @common.type == %FW_CDEV_EVENT_PHY_PACKET_SENT2 or
592 * - %FW_CDEV_EVENT_PHY_PACKET_SENT2
/linux-master/drivers/firewire/
H A Dcore-cdev.c1598 case FW_CDEV_EVENT_PHY_PACKET_SENT2:
1651 pp->type = FW_CDEV_EVENT_PHY_PACKET_SENT2;

Completed in 278 milliseconds