Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx_flow.c498 uint32_t hal_rx_get_hal_hash(struct hal_rx_fst *hal_fst, uint32_t flow_hash) in hal_rx_get_hal_hash() argument
500 uint32_t trunc_hash = flow_hash; in hal_rx_get_hal_hash()
503 if (flow_hash >= hal_fst->max_entries) in hal_rx_get_hal_hash()
511 struct hal_rx_fst *fst, uint32_t flow_hash, in hal_rx_insert_flow_entry() argument
520 hal_hash = hal_rx_get_hal_hash(fst, (flow_hash + i)); in hal_rx_insert_flow_entry()
537 dp_err("Max skid length reached for hash %u", flow_hash); in hal_rx_insert_flow_entry()
542 flow_hash, i, hal_fse, *flow_idx); in hal_rx_insert_flow_entry()
550 struct hal_rx_fst *fst, uint32_t flow_hash, in hal_rx_find_flow_from_tuple() argument
559 hal_hash = hal_rx_get_hal_hash(fst, (flow_hash + i)); in hal_rx_find_flow_from_tuple()
575 dp_err("Max skid length reached for hash %u", flow_hash); in hal_rx_find_flow_from_tuple()
[all …]
Dhal_rx_flow.h176 struct hal_rx_fst *fst, uint32_t flow_hash,
191 struct hal_rx_fst *fst, uint32_t flow_hash,
201 uint32_t hal_rx_get_hal_hash(struct hal_rx_fst *hal_fst, uint32_t flow_hash);
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_fisa_rx.c455 uint32_t flow_hash, in dp_rx_fisa_update_sw_ft_entry() argument
460 sw_ft_entry->flow_hash = flow_hash; in dp_rx_fisa_update_sw_ft_entry()
515 uint32_t flow_hash; in dp_rx_fisa_add_ft_entry() local
534 flow_hash = flow_idx_hash; in dp_rx_fisa_add_ft_entry()
535 hashed_flow_idx = flow_hash & fisa_hdl->hash_mask; in dp_rx_fisa_add_ft_entry()
538 dp_fisa_debug("flow_hash 0x%x hashed_flow_idx 0x%x", flow_hash, in dp_rx_fisa_add_ft_entry()
560 flow_hash, vdev, in dp_rx_fisa_add_ft_entry()
812 uint32_t flow_hash; in dp_fisa_rx_fst_update() local
824 flow_hash = elem->flow_idx; in dp_fisa_rx_fst_update()
825 hashed_flow_idx = flow_hash & fisa_hdl->hash_mask; in dp_fisa_rx_fst_update()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_lro.c221 uint32_t flow_hash, struct net_lro_desc **lro_desc) in qdf_lro_desc_find() argument
231 i = flow_hash & QDF_LRO_DESC_TABLE_SZ_MASK; in qdf_lro_desc_find()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_priv.h442 uint32_t flow_hash; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h5209 uint32_t flow_hash; member