Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx_flow.c226 key_reverse(fst->shifted_key, key_bytes, HAL_FST_HASH_KEY_SIZE_BYTES); in hal_rx_fst_key_configure()
301 uint8_t *key = fst->shifted_key; in hal_flow_toeplitz_create_cache()
312 uint32_t shifted_key[8]; in hal_flow_toeplitz_create_cache() local
319 shifted_key[0] = cur_key; in hal_flow_toeplitz_create_cache()
327 shifted_key[bit] = cur_key << bit | in hal_flow_toeplitz_create_cache()
341 hash ^= shifted_key[bit]; in hal_flow_toeplitz_create_cache()
H A Dhal_rx_flow_info.h69 uint8_t shifted_key[HAL_FST_HASH_KEY_SIZE_BYTES]; member