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

/freebsd-9.3-release/sys/mips/nlm/
H A Dxlp_pci.c377 int xlpirq; local
389 xlpirq = rman_get_start(irq);
390 device_printf(dev, "setup intr %d\n", xlpirq);
401 if (xlpirq >= 64) {
402 xlpirq -= 64;
403 if (xlpirq % 32 != 0)
407 link = (xlpirq / 32);
435 xlpirq = xlp_pcie_link_irt(xlpirq / 32);
436 if (xlpirq
448 intr, arg, xlpirq, flags, cookiep, extra_ack); local
[all...]

Completed in 98 milliseconds