Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx_flow.c374 fst->max_skid_length = max_search; in hal_rx_fst_attach()
519 for (i = 0; i < fst->max_skid_length; i++) { in hal_rx_insert_flow_entry()
536 if (i == fst->max_skid_length) { in hal_rx_insert_flow_entry()
558 for (i = 0; i < fst->max_skid_length; i++) { in hal_rx_find_flow_from_tuple()
574 if (i == fst->max_skid_length) { in hal_rx_find_flow_from_tuple()
H A Dhal_rx_flow_info.h73 uint16_t max_skid_length; member
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fisa_rx.c517 uint32_t skid_count = 0, max_skid_length; in dp_rx_fisa_add_ft_entry() local
536 max_skid_length = fisa_hdl->max_skid_length; in dp_rx_fisa_add_ft_entry()
540 dp_fisa_debug("max_skid_length 0x%x", max_skid_length); in dp_rx_fisa_add_ft_entry()
621 } while (skid_count <= max_skid_length); in dp_rx_fisa_add_ft_entry()
631 if (skid_count > max_skid_length) { in dp_rx_fisa_add_ft_entry()
806 uint32_t skid_count = 0, max_skid_length; in dp_fisa_rx_fst_update() local
826 max_skid_length = fisa_hdl->max_skid_length; in dp_fisa_rx_fst_update()
832 dp_fisa_debug("max_skid_length 0x%x", max_skid_length); in dp_fisa_rx_fst_update()
882 } while (skid_count <= max_skid_length); in dp_fisa_rx_fst_update()
889 if ((skid_count > max_skid_length) && in dp_fisa_rx_fst_update()
H A Dwlan_dp_rx_fst.c434 fst->max_skid_length = soc_param.fisa_params.rx_flow_max_search; in dp_rx_fst_attach()
441 fst->max_entries, fst->hash_mask, fst->max_skid_length); in dp_rx_fst_attach()
464 fst->max_skid_length, in dp_rx_fst_attach()
576 fisa_hw_fst_setup_cmd.max_search = fst->max_skid_length; in dp_rx_flow_send_fst_fw_setup()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h547 uint16_t max_skid_length; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h5232 uint16_t max_skid_length; member