Home
last modified time | relevance | path

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

/freebsd/sys/dev/al_eth/
H A Dal_eth.h297 uint32_t toeplitz_hash_key[AL_ETH_RX_HASH_KEY_NUM]; member
H A Dal_eth.c2963 for (i = 0; i < sizeof(adapter->toeplitz_hash_key); i++) in al_eth_config_rx_fwd()
2964 *((uint8_t*)adapter->toeplitz_hash_key + i) = (uint8_t)random(); in al_eth_config_rx_fwd()
2968 htonl(adapter->toeplitz_hash_key[i])); in al_eth_config_rx_fwd()