Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/dp/src/
H A Dtarget_if_dp_comp.c287 struct cdp_lro_hash_config *dp_lro_cmd) in target_if_dp_lro_config_cmd() argument
293 if (!dp_lro_cmd || !wmi_handle) { in target_if_dp_lro_config_cmd()
298 wmi_lro_cmd.lro_enable = dp_lro_cmd->lro_enable; in target_if_dp_lro_config_cmd()
299 wmi_lro_cmd.tcp_flag = dp_lro_cmd->tcp_flag; in target_if_dp_lro_config_cmd()
300 wmi_lro_cmd.tcp_flag_mask = dp_lro_cmd->tcp_flag_mask; in target_if_dp_lro_config_cmd()
302 dp_lro_cmd->toeplitz_hash_ipv4, in target_if_dp_lro_config_cmd()
305 dp_lro_cmd->toeplitz_hash_ipv6, in target_if_dp_lro_config_cmd()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h747 struct cdp_lro_hash_config *dp_lro_cmd);