Linux Kernel
3.7.1
|
#include <firewire-cdev.h>
Data Fields | |
__u32 | length |
__u32 | tag |
__u32 | channel |
__u32 | sy |
__u64 | closure |
__u64 | data |
__u32 | generation |
__u32 | speed |
struct fw_cdev_send_stream_packet - send an asynchronous stream packet : Length of outgoing payload, in bytes : Data format tag : Isochronous channel to transmit to : Synchronization code : Passed back to userspace in the response event : Userspace pointer to payload : The bus generation where packet is valid : Speed to transmit at
The FW_CDEV_IOC_SEND_STREAM_PACKET ioctl sends an asynchronous stream packet to every device which is listening to the specified channel. The kernel writes an &fw_cdev_event_response event which indicates success or failure of the transmission.
Definition at line 991 of file firewire-cdev.h.
Definition at line 994 of file firewire-cdev.h.
__u64 closure |
Definition at line 996 of file firewire-cdev.h.
Definition at line 997 of file firewire-cdev.h.
__u32 generation |
Definition at line 998 of file firewire-cdev.h.
__u32 length |
Definition at line 992 of file firewire-cdev.h.
__u32 speed |
Definition at line 999 of file firewire-cdev.h.
__u32 sy |
Definition at line 995 of file firewire-cdev.h.
Definition at line 993 of file firewire-cdev.h.