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

  /src/sys/dev/pci/qat/
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);
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);

Completed in 45 milliseconds