Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1809 qs->qs_inflight--; in qat_crypto_sym_rxintr()
1810 if (__predict_false(qs->qs_need_wakeup && qs->qs_inflight == 0)) { in qat_crypto_sym_rxintr()
1950 qs->qs_inflight = 0; in qat_newsession()
2118 KASSERT(qs->qs_inflight == 0, in qat_freesession()
2167 if (qs->qs_inflight == 0) { in qat_process()
2182 qs->qs_inflight++; in qat_process()
2237 qs->qs_inflight--; in qat_process()
H A Dqatvar.h637 uint32_t qs_inflight; member