Lines Matching refs:hal_soc_hdl

33 hal_rx_flow_get_cmem_fse(hal_soc_handle_t hal_soc_hdl, uint32_t fse_offset,  in hal_rx_flow_get_cmem_fse()  argument
36 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_flow_get_cmem_fse()
116 void hal_rx_dump_cmem_fse(hal_soc_handle_t hal_soc_hdl, uint32_t fse_offset, in hal_rx_dump_cmem_fse() argument
124 hal_rx_flow_get_cmem_fse(hal_soc_hdl, fse_offset, (uint32_t *)&fse, in hal_rx_dump_cmem_fse()
134 void hal_rx_dump_cmem_fse(hal_soc_handle_t hal_soc_hdl, uint32_t fse_offset, in hal_rx_dump_cmem_fse() argument
141 hal_rx_flow_setup_fse(hal_soc_handle_t hal_soc_hdl, in hal_rx_flow_setup_fse() argument
145 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_flow_setup_fse()
158 hal_rx_flow_setup_cmem_fse(hal_soc_handle_t hal_soc_hdl, uint32_t cmem_ba, in hal_rx_flow_setup_cmem_fse() argument
161 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_flow_setup_cmem_fse()
173 uint32_t hal_rx_flow_get_cmem_fse_timestamp(hal_soc_handle_t hal_soc_hdl, in hal_rx_flow_get_cmem_fse_timestamp() argument
176 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_flow_get_cmem_fse_timestamp()
188 hal_rx_flow_delete_entry(hal_soc_handle_t hal_soc_hdl, in hal_rx_flow_delete_entry() argument
191 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_flow_delete_entry()
252 hal_rx_fst_get_fse_size(hal_soc_handle_t hal_soc_hdl) in hal_rx_fst_get_fse_size() argument
254 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_fst_get_fse_size()
272 hal_rx_flow_get_tuple_info(hal_soc_handle_t hal_soc_hdl, in hal_rx_flow_get_tuple_info() argument
277 struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl; in hal_rx_flow_get_tuple_info()
356 hal_rx_fst_attach(hal_soc_handle_t hal_soc_hdl, in hal_rx_fst_attach() argument
378 fst_entry_size = hal_rx_fst_get_fse_size(hal_soc_hdl); in hal_rx_fst_attach()
427 void hal_rx_fst_detach(hal_soc_handle_t hal_soc_hdl, struct hal_rx_fst *rx_fst, in hal_rx_fst_detach() argument
549 hal_rx_find_flow_from_tuple(hal_soc_handle_t hal_soc_hdl, in hal_rx_find_flow_from_tuple() argument
561 hal_fse = hal_rx_flow_get_tuple_info(hal_soc_hdl, fst, hal_hash, in hal_rx_find_flow_from_tuple()