Home
last modified time | relevance | path

Searched refs:qsbc_req_params_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/qat/
H A Dqatvar.h519 uint8_t qsbc_req_params_buf[QAT_SYM_REQ_PARAMS_SIZE_PADDED]; member
579 qsc_bulk_cookie.qsbc_req_params_buf) % QAT_OPTIMAL_ALIGN == 0);
H A Dqat_hw15.c848 req_params_ptr = qsbc->qsbc_req_params_buf; in qat_hw15_crypto_setup_req_params()
849 memset(req_params_ptr, 0, sizeof(qsbc->qsbc_req_params_buf)); in qat_hw15_crypto_setup_req_params()
H A Dqat.c1588 qsc_bulk_cookie.qsbc_req_params_buf); in qat_crypto_setup_ring()