Searched refs: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
175 ((((1 << (RING_SIZE - 1)) << 3) >> QAT_SIZE_TO_POW(MSG_SIZE)) - 1)

Completed in 183 milliseconds