Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:crp_ret_q

167 	struct crypto_crp_ret_q crp_ret_q;
539 TAILQ_INIT(&qs->crp_ret_q);
1603 * When crp_ret_q is full, we restrict here to avoid crp_ret_q overflow
1699 struct crypto_crp_ret_q *crp_ret_q;
1712 crp_ret_q = &qs->crp_ret_q;
1713 wasempty = TAILQ_EMPTY(crp_ret_q);
1716 TAILQ_INSERT_TAIL(crp_ret_q, crp, crp_next);
1950 struct crypto_crp_ret_q *crp_ret_q;
1954 crp_ret_q = &qs->crp_ret_q;
1960 crp = TAILQ_FIRST(crp_ret_q);
1962 crp_ret_q, crp, crp_next);