Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpcic_var.h142 #define PCS_WAITING 0x0400 /* Doing a wait on this socket */ macro
/titanic_50/usr/src/uts/common/io/
H A Dpcic.c2279 if (sockp->pcs_flags & PCS_WAITING) { in pcic_intr()
5163 pcic->pc_sockets[socket].pcs_flags |= PCS_WAITING; in pcic_mswait()
5167 pcic->pc_sockets[socket].pcs_flags &= ~PCS_WAITING; in pcic_mswait()