Searched refs:xor_bit (Results 1 – 1 of 1) sorted by relevance
1044 unsigned char xor_bit = 0; in altera_tse_set_mcfilter() local1049 xor_bit ^= ((octet >> bitshift) & 0x01); in altera_tse_set_mcfilter()1051 hash = (hash << 1) | xor_bit; in altera_tse_set_mcfilter()