Lines Matching defs:nae
425 u_char nae;
470 qat_ae_get_shared_ustore_ae(ae, &nae);
471 if ((1 << nae) & sc->sc_ae_mask && qat_ae_is_active(sc, nae))
819 u_char nae;
821 qat_ae_get_shared_ustore_ae(ae, &nae);
825 if ((sc->sc_ae_mask & (1 << nae))) {
826 qat_ae_write_shared_cs_mode0(sc, nae, mode);
1293 qat_ae_get_shared_ustore_ae(u_char ae, u_char *nae)
1296 *nae = ae - 1;
1298 *nae = ae + 1;
1379 u_char nae;
1388 qat_ae_get_shared_ustore_ae(ae, &nae);
1389 if ((sc->sc_ae_mask & (1 << nae)) && qat_ae_is_active(sc, nae))
1508 u_char nae;
1533 qat_ae_get_shared_ustore_ae(ae, &nae);
1534 if ((sc->sc_ae_mask & (1 << nae)) && qat_ae_is_active(sc, nae))
3020 u_char ae, nae;
3056 qat_ae_get_shared_ustore_ae(ae, &nae);