Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/xe/
H A Dif_xe.c1449 u_int8_t bit, byte, crc31, idx; in xe_set_hash() local
1457 crc31 = 0x01; in xe_set_hash()
1459 crc31 = 0; in xe_set_hash()
1460 bit = crc31 ^ (byte & 0x01); in xe_set_hash()