Searched defs:fw_iso_packet (Results 1 – 1 of 1) sorted by relevance
386 struct fw_iso_packet { struct387 u16 payload_length; /* Length of indirect payload */388 u32 interrupt:1; /* Generate interrupt on this packet */389 u32 skip:1; /* tx: Set to not send packet at all */391 u32 tag:2; /* tx: Tag in packet header */392 u32 sy:4; /* tx: Sy in packet header */393 u32 header_length:8; /* Length of immediate header */394 u32 header[0]; /* tx: Top of 1394 isoch. data_block */
Completed in 6 milliseconds