Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp_hardware.h89 #define INT_ERROR (1 << 1) macro
93 INT_ERROR | \
H A Dccp_hardware.c295 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED); in ccp_hw_attach_queue()
592 if ((ints & INT_ERROR) != 0) in ccp_intr_run_completions()
632 if ((ints & (INT_COMPLETION | INT_ERROR)) != 0) in ccp_intr_handler()
645 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED); in ccp_intr_handler()