Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx_flow.c451 hal_flow_toeplitz_hash(void *hal_fst, struct hal_rx_flow *flow) in hal_flow_toeplitz_hash() argument
455 struct hal_rx_fst *fst = (struct hal_rx_fst *)hal_fst; in hal_flow_toeplitz_hash()
491 hal_flow_toeplitz_hash(void *hal_fst, struct hal_rx_flow *flow) in hal_flow_toeplitz_hash() argument
498 uint32_t hal_rx_get_hal_hash(struct hal_rx_fst *hal_fst, uint32_t flow_hash) in hal_rx_get_hal_hash() argument
503 if (flow_hash >= hal_fst->max_entries) in hal_rx_get_hal_hash()
504 trunc_hash &= hal_fst->hash_mask; in hal_rx_get_hal_hash()
H A Dhal_rx_flow.h201 uint32_t hal_rx_get_hal_hash(struct hal_rx_fst *hal_fst, uint32_t flow_hash);
211 hal_flow_toeplitz_hash(void *hal_fst, struct hal_rx_flow *flow);