Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h518 uint8_t qsbc_req_params_buf[QAT_SYM_REQ_PARAMS_SIZE_PADDED]; member
578 qsc_bulk_cookie.qsbc_req_params_buf) % QAT_OPTIMAL_ALIGN == 0);
H A Dqat_hw15.c847 req_params_ptr = qsbc->qsbc_req_params_buf; in qat_hw15_crypto_setup_req_params()
848 memset(req_params_ptr, 0, sizeof(qsbc->qsbc_req_params_buf)); in qat_hw15_crypto_setup_req_params()
H A Dqat.c1563 qsc_bulk_cookie.qsbc_req_params_buf); in qat_crypto_setup_ring()