Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h248 static void coalesce_config(uint8_t qmap_id, bool tcp_enable, bool udp_enable) in coalesce_config() argument
258 IPACM_Wan::coalesce_enable_info[qmap_id].coalesce_udp_enable = udp_enable; in coalesce_config()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Main.cpp851 coalesce_info.qmap_id, coalesce_info.tcp_enable, coalesce_info.udp_enable); in ipa_driver_msg_notifier()
858 …CM_Wan::coalesce_config(coalesce_info.qmap_id, coalesce_info.tcp_enable, coalesce_info.udp_enable); in ipa_driver_msg_notifier()
867 coalesce_info.qmap_id, coalesce_info.tcp_enable, coalesce_info.udp_enable); in ipa_driver_msg_notifier()