Lines Matching refs:hal_hash
274 uint32_t hal_hash, in hal_rx_flow_get_tuple_info() argument
282 hal_hash, in hal_rx_flow_get_tuple_info()
516 uint32_t hal_hash = 0; in hal_rx_insert_flow_entry() local
520 hal_hash = hal_rx_get_hal_hash(fst, (flow_hash + i)); in hal_rx_insert_flow_entry()
522 hal_fse = hal_rx_flow_get_tuple_info(hal_soc, fst, hal_hash, in hal_rx_insert_flow_entry()
532 hal_hash, i); in hal_rx_insert_flow_entry()
540 *flow_idx = hal_hash; in hal_rx_insert_flow_entry()
555 uint32_t hal_hash = 0; in hal_rx_find_flow_from_tuple() local
559 hal_hash = hal_rx_get_hal_hash(fst, (flow_hash + i)); in hal_rx_find_flow_from_tuple()
561 hal_fse = hal_rx_flow_get_tuple_info(hal_soc_hdl, fst, hal_hash, in hal_rx_find_flow_from_tuple()
579 *flow_idx = hal_hash; in hal_rx_find_flow_from_tuple()