Home
last modified time | relevance | path

Searched defs:fw_iso_packet (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dfirewire.h393 struct fw_iso_packet { struct
394 u16 payload_length; /* Length of indirect payload */
395 u32 interrupt:1; /* Generate interrupt on this packet */
396 u32 skip:1; /* tx: Set to not send packet at all */
398 u32 tag:2; /* tx: Tag in packet header */
399 u32 sy:4; /* tx: Sy in packet header */
400 u32 header_length:8; /* Length of immediate header */
401 u32 header[0]; /* tx: Top of 1394 isoch. data_block */
/kernel/linux/linux-6.6/include/linux/
Dfirewire.h458 struct fw_iso_packet { struct
459 u16 payload_length; /* Length of indirect payload */
460 u32 interrupt:1; /* Generate interrupt on this packet */
461 u32 skip:1; /* tx: Set to not send packet at all */
463 u32 tag:2; /* tx: Tag in packet header */
464 u32 sy:4; /* tx: Sy in packet header */
465 u32 header_length:8; /* Length of immediate header */
466 u32 header[]; /* tx: Top of 1394 isoch. data_block */