qat_ae.c | 103 void qat_ae_disable_ctx(struct qat_softc *, u_char, u_int); 725 qat_ae_disable_ctx(struct qat_softc *sc, u_char ae, u_int ctx_mask) function in typeref:typename:void 1270 qat_ae_disable_ctx(sc, ae, AE_ALL_CTX); 1624 qat_ae_disable_ctx(sc, ae, 1 << ctx);
|