Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_fst.c565 struct dp_htt_rx_flow_fst_setup fisa_hw_fst_setup_cmd = {0}; in dp_rx_flow_send_fst_fw_setup() local
574 fisa_hw_fst_setup_cmd.pdev_id = 0; in dp_rx_flow_send_fst_fw_setup()
575 fisa_hw_fst_setup_cmd.max_entries = fst->max_entries; in dp_rx_flow_send_fst_fw_setup()
576 fisa_hw_fst_setup_cmd.max_search = fst->max_skid_length; in dp_rx_flow_send_fst_fw_setup()
578 fisa_hw_fst_setup_cmd.base_addr_lo = in dp_rx_flow_send_fst_fw_setup()
581 fisa_hw_fst_setup_cmd.base_addr_hi = in dp_rx_flow_send_fst_fw_setup()
585 fisa_hw_fst_setup_cmd.base_addr_lo = in dp_rx_flow_send_fst_fw_setup()
587 fisa_hw_fst_setup_cmd.base_addr_hi = in dp_rx_flow_send_fst_fw_setup()
591 fisa_hw_fst_setup_cmd.ip_da_sa_prefix = HTT_RX_IPV4_COMPATIBLE_IPV6; in dp_rx_flow_send_fst_fw_setup()
592 fisa_hw_fst_setup_cmd.hash_key_len = HAL_FST_HASH_KEY_SIZE_BYTES; in dp_rx_flow_send_fst_fw_setup()
[all …]