Home
last modified time | relevance | path

Searched refs:qmap_id (Results 1 – 8 of 8) 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
250 if (qmap_id >= IPA_MAX_NUM_SW_PDNS) in coalesce_config()
253 qmap_id, IPA_MAX_NUM_SW_PDNS); in coalesce_config()
257 IPACM_Wan::coalesce_enable_info[qmap_id].coalesce_tcp_enable = tcp_enable; in coalesce_config()
258 IPACM_Wan::coalesce_enable_info[qmap_id].coalesce_udp_enable = udp_enable; in coalesce_config()
260 qmap_id, in coalesce_config()
261 IPACM_Wan::coalesce_enable_info[qmap_id].coalesce_tcp_enable, in coalesce_config()
262 IPACM_Wan::coalesce_enable_info[qmap_id].coalesce_udp_enable); in coalesce_config()
DIPACM_Config.h248 qmap_id = id; in SetQmapId()
253 return qmap_id; in GetQmapId()
375 uint8_t qmap_id; variable
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h241 qmap_id = id; in SetQmapId()
246 return qmap_id; in GetQmapId()
354 uint8_t qmap_id; variable
/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()
852 if (coalesce_info.qmap_id >=IPA_MAX_NUM_SW_PDNS) in ipa_driver_msg_notifier()
855 coalesce_info.qmap_id, IPA_MAX_NUM_SW_PDNS); in ipa_driver_msg_notifier()
858 …IPACM_Wan::coalesce_config(coalesce_info.qmap_id, coalesce_info.tcp_enable, coalesce_info.udp_enab… in ipa_driver_msg_notifier()
867 coalesce_info.qmap_id, coalesce_info.tcp_enable, coalesce_info.udp_enable); in ipa_driver_msg_notifier()
868 if (coalesce_info.qmap_id >=IPA_MAX_NUM_SW_PDNS) in ipa_driver_msg_notifier()
871 coalesce_info.qmap_id, IPA_MAX_NUM_SW_PDNS); in ipa_driver_msg_notifier()
874 IPACM_Wan::coalesce_config(coalesce_info.qmap_id, false, false); in ipa_driver_msg_notifier()
DIPACM_Lan.cpp1897 mux.qmap_id = ipacm_config->GetQmapId(); in handle_wan_up_ex()
1898 IPACMDBG("get mux id %d for rx-endpoint\n", mux.qmap_id); in handle_wan_up_ex()
1905 IPACMERR("Failed to write mux id %d\n", mux.qmap_id); in handle_wan_up_ex()
3345 uint8_t qmap_id, xlat_debug; in handle_uplink_filter_rule() local
3406 qmap_id = IPACM_Iface::ipacmcfg->GetQmapId(); in handle_uplink_filter_rule()
3408 flt_index.embedded_call_mux_id = qmap_id; in handle_uplink_filter_rule()
3490 IPACMDBG_H("WA to replace xlat_mux_id %d with qmap_id: %d\n", xlat_mux_id, qmap_id); in handle_uplink_filter_rule()
3491 xlat_mux_id = qmap_id; in handle_uplink_filter_rule()
3683 v4_mux_id = qmap_id; in handle_uplink_filter_rule()
3693 v6_mux_id = qmap_id; in handle_uplink_filter_rule()
DIPACM_Config.cpp168 qmap_id = ~0; in IPACM_Config()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp147 qmap_id = ~0; in IPACM_Config()
DIPACM_Lan.cpp1600 mux.qmap_id = ipacm_config->GetQmapId(); in handle_wan_up_ex()
1607 IPACMERR("Failed to write mux id %d\n", mux.qmap_id); in handle_wan_up_ex()