Home
last modified time | relevance | path

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

/src/sys/crypto/ccp/
H A Dccp_hardware.h88 #define INT_COMPLETION (1 << 0) macro
92 #define ALL_INTERRUPTS (INT_COMPLETION | \
H A Dccp_hardware.c295 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED); in ccp_hw_attach_queue()
632 if ((ints & (INT_COMPLETION | INT_ERROR)) != 0) in ccp_intr_handler()
645 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED); in ccp_intr_handler()