Home
last modified time | relevance | path

Searched refs:QAT_AE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c856 QAT_AE(sc, ae).qae_ustore_dram_addr = ustore_dram_addr; in qat_ae_set_reload_ustore()
858 QAT_AE(sc, ae).qae_reload_size = reload_size; in qat_ae_set_reload_ustore()
2694 struct qat_ae *qae = &(QAT_AE(sc, ae)); in qat_aefw_uof_init_ae()
2737 qae = &(QAT_AE(sc, ae)); in qat_aefw_uof_init()
2988 if (QAT_AE(sc, ae).qae_shareable_ustore && (ae & 1)) { in qat_aefw_init_ustore()
2993 usz = QAT_AE(sc, ae).qae_effect_ustore_size; in qat_aefw_init_ustore()
3010 if (QAT_AE(sc, ae).qae_shareable_ustore) { in qat_aefw_init_ustore()
3215 struct qat_ae *qae = &(QAT_AE(sc, ae)); in qat_aefw_init_globals()
3267 struct qat_ae *qae = &(QAT_AE(sc, ae)); in qat_aefw_do_pagein()
3358 struct qat_ae *qae = &(QAT_AE(sc, ae)); in qat_aefw_uof_write_one()
H A Dqatvar.h233 #define QAT_AE(sc, ae) \ macro