Searched refs:active_count (Results 1 – 4 of 4) sorted by relevance
69 int active_count; member107 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()
257 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 …]
174 u_int active_count; member
1611 if (toep->ddp.waiting_count != 0 || toep->ddp.active_count != 0) in do_rx_data()