Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/
H A Dicp_qat_hw.h157 #define QAT_HW_ROUND_UP(val, n) (((val) + ((n)-1)) & (~(n - 1))) macro
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h460 #define QAT_HW_ROUND_UP(val, n) (((val) + ((n)-1)) & (~(n - 1))) macro