qat_ae.c | 239 qat_ae_ctx_indr_write(struct qat_softc *sc, u_char ae, uint32_t ctx_mask, 257 if ((ctx_mask & (1 << ctx)) == 0) 707 qat_ae_enable_ctx(struct qat_softc *sc, u_char ae, u_int ctx_mask) 715 ctx_mask &= 0x55; 717 ctx_mask &= 0xff; 720 ctxen |= __SHIFTIN(ctx_mask, CTX_ENABLES_ENABLE); 725 qat_ae_disable_ctx(struct qat_softc *sc, u_char ae, u_int ctx_mask) 731 ctxen &= ~(__SHIFTIN(ctx_mask & AE_ALL_CTX, CTX_ENABLES_ENABLE)); 1786 qat_ae_write_pc(struct qat_softc *sc, u_char ae, u_int ctx_mask, u_int upc) 1792 qat_ae_ctx_indr_write(sc, ae, ctx_mask, CTX_STS_INDIRECT 3146 u_char ctx_mask; local in function:qat_aefw_init_reg_sym_expr 3417 u_char ae, ctx_mask; local in function:qat_aefw_uof_write_one [all...] |