Searched refs:invert3 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.c427 unsigned char invert3[] = { 0, 4, 2, 6, 1, 5, 3, 7 }; local
439 multicast_table[invert3[position&7]] |=
440 (1<<invert3[(position>>3)&7]);
H A Dsmc91x.c1412 static const unsigned char invert3[] = {0, 4, 2, 6, 1, 5, 3, 7}; local
1424 multicast_table[invert3[position&7]] |=
1425 (1<<invert3[(position>>3)&7]);

Completed in 245 milliseconds