Home
last modified time | relevance | path

Searched refs:header_storage_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firewire/
H A Dcore-iso.c142 int speed, size_t header_size, size_t header_storage_size, in __fw_iso_context_create() argument
148 header_storage_size); in __fw_iso_context_create()
158 ctx->header_storage_size = header_storage_size; in __fw_iso_context_create()
H A Dohci.c2758 if (ctx->sc.header_length + ctx->base.header_size > ctx->base.header_storage_size) { in copy_iso_headers()
2927 if (ctx->sc.header_length + 4 > ctx->base.header_storage_size) { in handle_it_packet()
2958 size_t header_size, size_t header_storage_size) in ohci_allocate_iso_context() argument
3019 header = kvmalloc(header_storage_size, GFP_KERNEL); in ohci_allocate_iso_context()