Searched refs:AIRQ_PTR_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
46 airq->flags |= AIRQ_PTR_ALLOCATED; in register_adapter_interrupt()77 if (airq->flags & AIRQ_PTR_ALLOCATED) { in unregister_adapter_interrupt()80 airq->flags &= ~AIRQ_PTR_ALLOCATED; in unregister_adapter_interrupt()
24 #define AIRQ_PTR_ALLOCATED 0x01 macro