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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_irq.c201 int best_count, best_irq, best_pin, irq, pin; local
207 best_pin = (4 + pi->pi_slot + pi->pi_lintr.pin) % 8;
210 best_pin = 0;
214 best_pin = pin;
219 pirqs[best_pin].use_count++;
222 if (pirqs[best_pin].reg == PIRQ_DIS) {
235 pirqs[best_pin].reg = best_irq;
239 return (best_pin + 1);

Completed in 90 milliseconds