Searched defs:QAT_SIZE_TO_POW (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/qat/
H A Dqatvar.h171 #define QAT_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ macro

Completed in 83 milliseconds