Home
last modified time | relevance | path

Searched refs:active_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_irq.c69 int active_count; member
107 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg)) in pirq_write()
110 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg)) in pirq_write()
144 pirqs[i].active_count = 0; in pci_irq_init()
164 pirq->active_count++; in pci_irq_assert()
165 if (pirq->active_count == 1 && pirq_valid_irq(pirq->reg)) { in pci_irq_assert()
185 pirq->active_count--; in pci_irq_deassert()
186 if (pirq->active_count == 0 && pirq_valid_irq(pirq->reg)) { in pci_irq_deassert()
/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_ddp.c257 toep->ddp.active_count--; in complete_ddp_buffer()
259 if (toep->ddp.active_count == 0) { in complete_ddp_buffer()
309 while (toep->ddp.active_count > 0) { in insert_ddp_data()
600 MPASS(toep->ddp.active_count == 0); in handle_ddp_indicate()
712 while (toep->ddp.active_count > 0) { in handle_ddp_close()
1456 MPASS(toep->ddp.active_count == 0); in aio_ddp_requeue()
1515 if (toep->ddp.active_count != 0) in aio_ddp_requeue()
1590 if (toep->ddp.active_count != 0) { in aio_ddp_requeue()
1755 MPASS(toep->ddp.active_count == 0); in aio_ddp_requeue()
1807 toep->ddp.active_count++; in aio_ddp_requeue()
[all …]
H A Dt4_tom.h174 u_int active_count; member
H A Dt4_cpl_io.c1611 if (toep->ddp.waiting_count != 0 || toep->ddp.active_count != 0) in do_rx_data()