Searched refs:INT_ERROR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/crypto/ccp/
H A Dccp_hardware.h91 #define INT_ERROR (1 << 1) macro
95 INT_ERROR | \
H A Dccp_hardware.c297 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED);
594 if ((ints & INT_ERROR) != 0)
634 if ((ints & (INT_COMPLETION | INT_ERROR)) != 0)
647 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED);

Completed in 48 milliseconds