Linux Kernel
3.7.1
|
#include <packets-buffer.h>
Data Fields | |
struct fw_iso_buffer | iso_buffer |
struct { | |
void * buffer | |
unsigned int offset | |
} | packets |
struct iso_packets_buffer - manages a buffer for many packets : the memory containing the packets : an array, with each element pointing to one packet
Definition at line 12 of file packets-buffer.h.
Definition at line 15 of file packets-buffer.h.
struct fw_iso_buffer iso_buffer |
Definition at line 13 of file packets-buffer.h.
Definition at line 16 of file packets-buffer.h.
struct { ... } * packets |