Searched refs:seqword (Results 1 – 1 of 1) sorted by relevance
60 uint64_t seqword, shiftwords; in cnxk_on_anti_replay_check() local143 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()