Home
last modified time | relevance | path

Searched refs:GET_AE_CSR (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c118 *value = GET_AE_CSR(handle, ae, csr); in qat_hal_rd_ae_csr()
119 if (!(GET_AE_CSR(handle, ae, LOCAL_CSR_STATUS) & LCS_STATUS)) in qat_hal_rd_ae_csr()
137 if (!(GET_AE_CSR(handle, ae, LOCAL_CSR_STATUS) & LCS_STATUS)) in qat_hal_wr_ae_csr()
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h195 #define GET_AE_CSR(handle, ae, csr) \ macro