Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b2b65d6 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: cdev: extend fw_cdev_event_iso_interrupt documentation



Add information regarding the 2.6.32 update to the xmit variant of
fw_cdev_event_iso_interrupt.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent e205597d
Loading
Loading
Loading
Loading
+15 −4
Original line number Original line Diff line number Diff line
@@ -204,10 +204,21 @@ struct fw_cdev_event_request2 {
 * @header:	Stripped headers, if any
 * @header:	Stripped headers, if any
 *
 *
 * This event is sent when the controller has completed an &fw_cdev_iso_packet
 * This event is sent when the controller has completed an &fw_cdev_iso_packet
 * with the %FW_CDEV_ISO_INTERRUPT bit set.  In the receive case, the headers
 * with the %FW_CDEV_ISO_INTERRUPT bit set.
 * stripped of all packets up until and including the interrupt packet are
 *
 * returned in the @header field.  The amount of header data per packet is as
 * Isochronous transmit events:
 * specified at iso context creation by &fw_cdev_create_iso_context.header_size.
 *
 * In version 1 of the ABI, &header_length is 0.  In version 3 and some
 * implementations of version 2 of the ABI, &header_length is a multiple of 4
 * and &header contains timestamps of all packets up until the interrupt packet.
 * The format of the timestamps is as described below for isochronous reception.
 *
 * Isochronous receive events:
 *
 * The headers stripped of all packets up until and including the interrupt
 * packet are returned in the @header field.  The amount of header data per
 * packet is as specified at iso context creation by
 * &fw_cdev_create_iso_context.header_size.
 *
 *
 * In version 1 of this ABI, header data consisted of the 1394 isochronous
 * In version 1 of this ABI, header data consisted of the 1394 isochronous
 * packet header, followed by quadlets from the packet payload if
 * packet header, followed by quadlets from the packet payload if