Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Dcnxk_security_ar.h60 uint64_t seqword, shiftwords; in cnxk_on_anti_replay_check() local
167 shiftwords = ((wint + shift - 1) >> WORD_SHIFT) - in cnxk_on_anti_replay_check()
169 if (unlikely(shiftwords)) { in cnxk_on_anti_replay_check()
171 for (i = 0; i < shiftwords; i++) { in cnxk_on_anti_replay_check()