Searched refs:CRC_WIDTHMASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qat_c2xxx/ | ||
H A D | qatreg.h | 899 #define CRC_WIDTHMASK(width) ((((1L<<(width-1))-1L)<<1)|1L) macro |
H A D | qat_ae.c | 1795 return (reg & CRC_WIDTHMASK(CRC_WIDTH)); in qat_aefw_csum_calc() |