Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c881 if (val & ACTIVE_CTX_STATUS_ABO) in qat_ae_get_status()
897 if (val & ACTIVE_CTX_STATUS_ABO) in qat_ae_is_active()
934 if ((actx & ACTIVE_CTX_STATUS_ABO) == 0) in qat_ae_wait_num_cycles()
941 if ((actx & ACTIVE_CTX_STATUS_ABO) == 0) in qat_ae_wait_num_cycles()
H A Dqatreg.h387 #define ACTIVE_CTX_STATUS_ABO __BIT(31) macro