Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c163 struct iso_context { struct
164 struct fw_iso_context base; argument
165 struct context context;
166 void *header;
167 size_t header_length;
168 unsigned long flushing_completions;
169 u32 mc_buffer_bus;
170 u16 mc_completed;
171 u16 last_timestamp;
172 u8 sync;
[all …]
H A Dcore-cdev.c60 struct fw_iso_context *iso_context; member