Home
last modified time | relevance | path

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

/trueos/sys/dev/sfxge/
HDsfxge_port.c285 unsigned int bucket[EFX_MAC_HASH_BITS]; in sfxge_mac_filter_set_locked()
300 for (index = 0; index < EFX_MAC_HASH_BITS; index++) in sfxge_mac_filter_set_locked()
/trueos/sys/dev/sfxge/common/
HDefx_mac.c406 __in_ecount(EFX_MAC_HASH_BITS) unsigned int const *bucket) in efx_mac_hash_set()
HDefx.h381 #define EFX_MAC_HASH_BITS (1 << 8) macro
386 __in_ecount(EFX_MAC_HASH_BITS) unsigned int const *bucket);