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