Home
last modified time | relevance | path

Searched refs:SQS_POLL_CAPAB (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dsqueue.c185 ASSERT(sqp->sq_state & SQS_POLL_CAPAB); \
197 ASSERT(sqp->sq_state & SQS_POLL_CAPAB); \
209 ASSERT(sqp->sq_state & SQS_POLL_CAPAB); \
738 sq_poll_capable = (sqp->sq_state & SQS_POLL_CAPAB) != 0; in squeue_drain()
972 sqp->sq_state |= SQS_POLL_CAPAB; in squeue_poll_thr_control()
1072 if (!(sqp->sq_state & SQS_POLL_CAPAB)) in squeue_polling_thread()
1264 SQS_POLLING_OFF(sqp, (sqp->sq_state & SQS_POLL_CAPAB) != 0, in squeue_worker_thr_control()
1266 sqp->sq_state &= ~(SQS_POLL_CAPAB | SQS_GET_PKTS | SQS_PROC_HELD); in squeue_worker_thr_control()
/titanic_44/usr/src/uts/common/sys/
H A Dsqueue_impl.h145 #define SQS_POLL_CAPAB 0x00000100 /* Squeue can control interrupts */ macro
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_squeue.c530 sq->sq_state |= SQS_POLL_CAPAB; in ip_squeue_add_ring()