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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c195 struct iso_context *it_context_list; member in struct:fw_ohci
1669 tasklet_schedule(&ohci->it_context_list[i].context.tasklet);
2312 ctx = &ohci->it_context_list[index];
2398 index = ctx - ohci->it_context_list;
2438 index = ctx - ohci->it_context_list;
2469 index = ctx - ohci->it_context_list;
2902 ohci->it_context_list = kzalloc(size, GFP_KERNEL);
2904 if (ohci->it_context_list == NULL || ohci->ir_context_list == NULL) {
2942 kfree(ohci->it_context_list);
2987 kfree(ohci->it_context_list);
[all...]

Completed in 119 milliseconds