Searched refs:STP4020_SOCKET_BUSY (Results 1 – 2 of 2) sorted by relevance
259 h->flags |= STP4020_SOCKET_BUSY; in stp4020_attach_socket()322 if ((h->flags & STP4020_SOCKET_BUSY) == 0) { in stp4020_event_thread()323 h->flags |= STP4020_SOCKET_BUSY; in stp4020_event_thread()332 if (h->flags & STP4020_SOCKET_BUSY) { in stp4020_event_thread()333 h->flags &= ~STP4020_SOCKET_BUSY; in stp4020_event_thread()503 if ((h->flags & STP4020_SOCKET_BUSY) == 0) { in stp4020_iointr()
44 #define STP4020_SOCKET_BUSY 0x0001 macro