Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Dcnxk_security_ar.h19 #define WORD_SHIFT 6 macro
20 #define WORD_SIZE (1 << WORD_SHIFT)
70 winwords = ex_winsz >> WORD_SHIFT; in cnxk_on_anti_replay_check()
81 wptr = window + (shift >> WORD_SHIFT); in cnxk_on_anti_replay_check()
86 wptr = window + ((winsz - 1) >> WORD_SHIFT); in cnxk_on_anti_replay_check()
118 wptr = window + ((winsz - bit_pos - 1) >> WORD_SHIFT); in cnxk_on_anti_replay_check()
143 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check()
167 shiftwords = ((wint + shift - 1) >> WORD_SHIFT) - in cnxk_on_anti_replay_check()
168 ((wint - 1) >> WORD_SHIFT); in cnxk_on_anti_replay_check()
187 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check()