Home
last modified time | relevance | path

Searched refs:SQS_GET_PKTS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dsqueue.c210 if (!(sqp->sq_state & SQS_GET_PKTS)) { \
211 sqp->sq_state |= SQS_GET_PKTS; \
879 if (sqp->sq_state & SQS_GET_PKTS) { in squeue_drain()
1076 (SQS_PROC|SQS_POLLING|SQS_GET_PKTS)) == in squeue_polling_thread()
1077 (SQS_PROC|SQS_POLLING|SQS_GET_PKTS)); in squeue_polling_thread()
1110 (SQS_PROC|SQS_POLLING|SQS_GET_PKTS)) == in squeue_polling_thread()
1111 (SQS_PROC|SQS_POLLING|SQS_GET_PKTS)); in squeue_polling_thread()
1155 sqp->sq_state &= ~SQS_GET_PKTS; in squeue_polling_thread()
1167 sqp->sq_state &= ~(SQS_PROC|SQS_GET_PKTS); in squeue_polling_thread()
1183 sqp->sq_state &= ~SQS_GET_PKTS; in squeue_polling_thread()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dsqueue_impl.h147 #define SQS_GET_PKTS 0x00000400 /* Moving pkts from NIC in progress */ macro