HomeSort by: relevance | last modified time | path
    Searched defs:actx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_ae.c 905 uint32_t cnt, actx; local in function:qat_ae_wait_num_cycles
934 &actx) == 0) {
935 if ((actx & ACTIVE_CTX_STATUS_ABO) == 0)
941 if (check && qat_ae_read_4(sc, ae, ACTIVE_CTX_STATUS, &actx) == 0) {
942 if ((actx & ACTIVE_CTX_STATUS_ABO) == 0)
qat_ae.c 905 uint32_t cnt, actx; local in function:qat_ae_wait_num_cycles
934 &actx) == 0) {
935 if ((actx & ACTIVE_CTX_STATUS_ABO) == 0)
941 if (check && qat_ae_read_4(sc, ae, ACTIVE_CTX_STATUS, &actx) == 0) {
942 if ((actx & ACTIVE_CTX_STATUS_ABO) == 0)

Completed in 65 milliseconds