Home
last modified time | relevance | path

Searched refs:hash_mask (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx_flow_info.h74 uint16_t hash_mask; member
H A Dhal_rx_flow.c376 fst->hash_mask = max_entries - 1; in hal_rx_fst_attach()
504 trunc_hash &= hal_fst->hash_mask; in hal_rx_get_hal_hash()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_fst.c438 fst->hash_mask = fst->max_entries - 1; in dp_rx_fst_attach()
441 fst->max_entries, fst->hash_mask, fst->max_skid_length); in dp_rx_fst_attach()
611 fst->max_entries, fst->hash_mask); in dp_rx_flow_send_fst_fw_setup()
660 fst->hash_mask = fst->max_entries - 1; in dp_rx_fst_update_cmem_params()
H A Dwlan_dp_fisa_rx.c535 hashed_flow_idx = flow_hash & fisa_hdl->hash_mask; in dp_rx_fisa_add_ft_entry()
620 hashed_flow_idx &= fisa_hdl->hash_mask; in dp_rx_fisa_add_ft_entry()
825 hashed_flow_idx = flow_hash & fisa_hdl->hash_mask; in dp_fisa_rx_fst_update()
881 hashed_flow_idx &= fisa_hdl->hash_mask; in dp_fisa_rx_fst_update()
1052 hashed_flow_idx = flow_idx & fisa_hdl->hash_mask; in dp_fisa_rx_queue_fst_update_work()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h548 uint32_t hash_mask; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h5234 uint32_t hash_mask; member