Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h147 #define GET_CAP_CSR(handle, csr) \ macro
160 GET_CAP_CSR((handle), (csr)) : \
161 GET_CAP_CSR((handle), (csr) + GLOBAL_CSR); \
184 GET_CAP_CSR(handle_, (FCU_OFFSET_C4XXX + (csr_))) : \
187 GET_CAP_CSR(handle_, (FCU_OFFSET_4XXX + (csr_))) : \
188 GET_CAP_CSR(handle_, (FCU_OFFSET + (csr_)))); \