Home
last modified time | relevance | path

Searched refs:seqword (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
143 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check()
152 window[seqword] |= (1ull << (63 - bit_pos)); in cnxk_on_anti_replay_check()
187 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check()
193 if (window[seqword] & (1ull << (63 - bit_pos))) in cnxk_on_anti_replay_check()
200 window[seqword] |= (1ull << (63 - bit_pos)); in cnxk_on_anti_replay_check()