
. . . . .
E T H E R N E T C O M M U N I C A T I O N M O D U L E
Sample hash table code
www.digiembedded.com
335
(*MERCURY_EFE).ht2.bits.data = SWAP32(hash_table[1]);
(*MERCURY_EFE).ht1.bits.data = SWAP32(hash_table[0]);
}
/
*
*
* Function: void eth_make_hash_table (WORD32 *hash_table)
*
* Description:
*
*
This routine creates a hash table based on the CRC values of
*
the MAC addresses setup by set_hash_bit(). The CRC value of
*
each MAC address is calculated and the lower six bits are used
*
to generate a value between 0 and 64. The corresponding bit in
*
the 64-bit hash table is then set.
*
*
Parameters:
*
*
hash_table
pointer to buffer to store hash table in.
*
* Return Values:
*
*
none
*
*/
static void eth_make_hash_table (WORD32 *hash_table)
{
int index;
memset (hash_table, 0, 8);
/* clear hash table*/
for (index = 0; index < mca_count; index++)
/*for each mca address*/
{
set_hash_bit ((BYTE *) hash_table, calculate_hash_bit (mca_address
[index]));
}
}
Summary of Contents for NS9215
Page 1: ...NS9215 Hardware Reference 90000847_C Release date 10 April 2008...
Page 3: ......
Page 4: ......
Page 26: ...26 Hardware Reference NS9215...
Page 44: ...P I N O U T 26 5 System clock 44 Hardware Reference NS9215 System clock drawing...
Page 52: ...P I N O U T 26 5 Power and ground 52 Hardware Reference NS9215...
Page 80: ...I O C O N T ROL M O D U L E Memory Bus Configuration register 80 Hardware Reference NS9215...
Page 136: ...WOR KI N G W I TH T H E C P U Noncachable instruction fetches 136 Hardware Reference NS9215...
Page 202: ...S Y S T E M C O N T RO L M OD U L E RTC Module Control register 202 Hardware Reference NS9215...
Page 354: ...E X T E R N A L D M A DMA Peripheral Chip Select register 354 Hardware Reference NS9215...
Page 472: ...R E A L TI M E C L O C K M O D U L E General Status register 472 Hardware Reference NS9215...
Page 512: ...TI M I NG Clock timing 512 Hardware Reference NS9215...
Page 515: ...PA CKA GING Processor Dimensions www digiembedded com 515...
Page 516: ...PA CKA GING Processor Dimensions 516 Hardware Reference NS9215...