Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dohci.c176 struct iso_context { struct
177 struct fw_iso_context base; argument
178 struct context context;
179 void *header;
180 size_t header_length;
181 unsigned long flushing_completions;
182 u32 mc_buffer_bus;
183 u16 mc_completed;
184 u16 last_timestamp;
185 u8 sync;
[all …]
Dcore-cdev.c71 struct fw_iso_context *iso_context; member