Searched refs:SQS_ILL_BOUND (Results 1 – 2 of 2) sorted by relevance
210 ASSERT(!((*lastsqp)->sq_state & SQS_ILL_BOUND)); in ip_squeue_set_create()215 !((*lastsqp)->sq_state & (SQS_ILL_BOUND | SQS_DEFAULT))) { in ip_squeue_set_create()265 if (!(sq->sq_state & (SQS_DEFAULT | SQS_ILL_BOUND))) in ip_squeue_getfree()281 sq->sq_state |= SQS_ILL_BOUND; in ip_squeue_getfree()591 sqp->sq_state &= ~SQS_ILL_BOUND; in ip_squeue_clean_ring()716 ASSERT((sqp->sq_state & (SQS_DEFAULT|SQS_ILL_BOUND)) == SQS_DEFAULT); in ip_squeue_set_destroy()
142 #define SQS_ILL_BOUND 0x00000200 /* Squeue bound to an ill */ macro