Home
last modified time | relevance | path

Searched refs:qhw_crypto_setup_req_params (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/dev/qat/
H A Dqat_c2xxx.c214 .qhw_crypto_setup_req_params = qat_hw15_crypto_setup_req_params,
H A Dqat_dh895xcc.c269 .qhw_crypto_setup_req_params = qat_hw17_crypto_setup_req_params,
H A Dqat_c3xxx.c296 .qhw_crypto_setup_req_params = qat_hw17_crypto_setup_req_params,
H A Dqat_c62x.c312 .qhw_crypto_setup_req_params = qat_hw17_crypto_setup_req_params,
H A Dqat_d15xx.c312 .qhw_crypto_setup_req_params = qat_hw17_crypto_setup_req_params,
H A Dqatvar.h686 void (*qhw_crypto_setup_req_params)(struct qat_crypto_bank *, member
H A Dqat.c2235 sc->sc_hw.qhw_crypto_setup_req_params(qcb, qs, desc, qsc, crp); in qat_process()