Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.h90 #define INT_COMPLETION (1 << 0) macro
94 #define ALL_INTERRUPTS (INT_COMPLETION | \
H A Dccp_hardware.c297 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED); in ccp_hw_attach_queue()
634 if ((ints & (INT_COMPLETION | INT_ERROR)) != 0) in ccp_intr_handler()
647 INT_COMPLETION | INT_ERROR | INT_QUEUE_STOPPED); in ccp_intr_handler()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.h69 #define INT_COMPLETION 0x1 macro
72 #define ALL_INTERRUPTS (INT_COMPLETION| \