Searched refs:n_ir (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | ohci.c | 202 int n_ir; member 2457 for (i = 0; i < ohci->n_ir; ++i) { in ohci_disable() 3196 for (i = 0 ; i < ohci->n_ir ; i++) { in ohci_resume_iso_dma() 3672 ohci->n_ir = hweight32(ohci->ir_context_mask); in pci_probe() 3673 …ohci->ir_context_list = devm_kcalloc(&dev->dev, ohci->n_ir, sizeof(struct iso_context), GFP_KERNEL… in pci_probe() 3722 err = fw_card_add(&ohci->card, max_receive, link_speed, guid, ohci->n_it + ohci->n_ir); in pci_probe() 3731 ohci->n_ir, ohci->n_it, ohci->quirks, in pci_probe()
|