Home
last modified time | relevance | path

Searched refs:dma_hdr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c2778 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers() argument
2789 ctx->last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]); in copy_iso_headers()
2797 ctx_hdr[0] = swab32(dma_hdr[1]); /* iso packet header */ in copy_iso_headers()
2799 ctx_hdr[1] = swab32(dma_hdr[0]); /* timestamp */ in copy_iso_headers()
2801 memcpy(&ctx_hdr[2], &dma_hdr[2], ctx->base.header_size - 8); in copy_iso_headers()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c2790 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers() argument
2801 ctx->last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]); in copy_iso_headers()
2809 ctx_hdr[0] = swab32(dma_hdr[1]); /* iso packet header */ in copy_iso_headers()
2811 ctx_hdr[1] = swab32(dma_hdr[0]); /* timestamp */ in copy_iso_headers()
2813 memcpy(&ctx_hdr[2], &dma_hdr[2], ctx->base.header_size - 8); in copy_iso_headers()

Completed in 10 milliseconds