Searched refs:handle_ar_packets (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 940 static void *handle_ar_packets(struct ar_context *ctx, void *p, void *end) in handle_ar_packets() function 991 p = handle_ar_packets(ctx, p, buffer_end); in ar_context_tasklet() 998 p = handle_ar_packets(ctx, p, end); in ar_context_tasklet()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 943 static void *handle_ar_packets(struct ar_context *ctx, void *p, void *end) in handle_ar_packets() function 994 p = handle_ar_packets(ctx, p, buffer_end); in ar_context_tasklet() 1001 p = handle_ar_packets(ctx, p, end); in ar_context_tasklet()
|
Completed in 10 milliseconds