/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | OffloadStatistics.cpp | 38 this->rx = 0; in OffloadStatistics() 47 this->rx = 0; in OffloadStatistics() 52 return rx; in getTotalRxBytes()
|
D | LocalLogBuffer.cpp | 103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() argument 104 mSSReturn << "[rx=" << rx << ", tx=" << tx << "]"; in setResult()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | OffloadStatistics.cpp | 38 this->rx = 0; in OffloadStatistics() 47 this->rx = 0; in OffloadStatistics() 52 return rx; in getTotalRxBytes()
|
D | LocalLogBuffer.cpp | 103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() argument 104 mSSReturn << "[rx=" << rx << ", tx=" << tx << "]"; in setResult()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | OffloadStatistics.cpp | 38 this->rx = 0; in OffloadStatistics() 47 this->rx = 0; in OffloadStatistics() 52 return rx; in getTotalRxBytes()
|
D | LocalLogBuffer.cpp | 104 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() argument 105 mSSReturn << "[rx=" << rx << ", tx=" << tx << "]"; in setResult()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Iface.cpp | 124 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_software_routing_enable() 140 &rx_prop->rx[0].attrib, in handle_software_routing_enable() 163 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_enable() 184 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_enable() 215 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, ip_type, 1); 263 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_disable() 273 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_disable() 304 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, ip, 1); 620 cnt, rx_prop->rx[cnt].attrib.attrib_mask, rx_prop->rx[cnt].ip, rx_prop->rx[cnt].src_pipe); in query_iface_property() 652 …Got pipe %d rm index : %d \n", rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->ipa_client_rm_map_t… in init_fl_rule() [all …]
|
D | IPACM_Wan.cpp | 355 flt_rule->ep = rx_prop->rx[0].src_pipe; in handle_addr_evt() 372 memcpy(&flt_rule_entry.rule.attrib, &rx_prop->rx[0].attrib, sizeof(flt_rule_entry.rule.attrib)); in handle_addr_evt() 391 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_addr_evt() 2008 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules() 2022 memcpy(&flt_rule_entry.rule.attrib, &rx_prop->rx[0].attrib, sizeof(struct ipa_rule_attrib)); in config_dft_firewall_rules() 2033 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in config_dft_firewall_rules() 2047 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules() 2104 &rx_prop->rx[0].attrib, in config_dft_firewall_rules() 2120 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in config_dft_firewall_rules() 2132 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules() [all …]
|
D | IPACM_Lan.cpp | 332 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4) != 0) in event_callback() 335 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4… in event_callback() 337 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6) != 0) in event_callback() 340 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6… in event_callback() 1218 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_wan_ul_fl_rule… in handle_wan_down() 1225 flt_index.source_pipe_index = ioctl(fd, IPA_IOC_QUERY_EP_MAPPING, rx_prop->rx[0].src_pipe); in handle_wan_down() 1267 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_wan_down() 1516 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_private_subnet() 1545 &rx_prop->rx[0].attrib, in handle_private_subnet() 1560 …IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPACM_Iface::ipacm… in handle_private_subnet() [all …]
|
D | IPACM_Wlan.cpp | 1820 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, NUM_IPV4_ICMP_FLT_… in handle_down_evt() 1829 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPV4_DEFAULT_FILTE… in handle_down_evt() 1840 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPA_MAX_PRIVATE_SU… in handle_down_evt() 1850 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_private_subnet… in handle_down_evt() 1874 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, NUM_IPV6_ICMP_FLT_… in handle_down_evt() 1884 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, IPV6_DEFAULT_FILTE… in handle_down_evt() 2011 …Got pipe %d rm index : %d \n", rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->ipa_client_rm_map_t… in handle_down_evt() 2012 …IPACM_Iface::ipacmcfg->DelRmDepend(IPACM_Iface::ipacmcfg->ipa_client_rm_map_tbl[rx_prop->rx[0].src… in handle_down_evt()
|
D | IPACM_OffloadManager.cpp | 640 offload_stats.rx = stats.rx_bytes; in getStats() 642 IPACMDBG_H("send getStats tx:%lu rx:%lu \n", offload_stats.tx, offload_stats.rx); in getStats()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Iface.cpp | 139 &rx_prop->rx[0].attrib, in handle_software_routing_enable() 186 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_software_routing_enable() 199 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_enable() 236 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_software_routing_enable() 249 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_enable() 331 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_disable() 367 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_disable() 685 cnt, rx_prop->rx[cnt].attrib.attrib_mask, rx_prop->rx[cnt].ip, rx_prop->rx[cnt].src_pipe); in query_iface_property() 720 …Got pipe %d rm index : %d \n", rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->ipa_client_rm_map_t… in init_fl_rule() 721 …IPACM_Iface::ipacmcfg->AddRmDepend(IPACM_Iface::ipacmcfg->ipa_client_rm_map_tbl[rx_prop->rx[0].src… in init_fl_rule() [all …]
|
D | IPACM_Wlan.cpp | 1953 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, NUM_IPV4_ICMP_FLT_… in handle_down_evt() 1962 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPV4_DEFAULT_FILTE… in handle_down_evt() 1973 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPA_MAX_PRIVATE_SU… in handle_down_evt() 1983 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_private_subnet… in handle_down_evt() 2007 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, NUM_IPV6_ICMP_FLT_… in handle_down_evt() 2017 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, IPV6_DEFAULT_FILTE… in handle_down_evt() 2146 …Got pipe %d rm index : %d \n", rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->ipa_client_rm_map_t… in handle_down_evt() 2147 …IPACM_Iface::ipacmcfg->DelRmDepend(IPACM_Iface::ipacmcfg->ipa_client_rm_map_tbl[rx_prop->rx[0].src… in handle_down_evt()
|
D | IPACM_OffloadManager.cpp | 681 offload_stats.rx = stats.rx_bytes; in getStats() 683 …BG_H("send getStats tx:%llu rx:%llu \n", (long long)offload_stats.tx, (long long)offload_stats.rx); in getStats()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Lan.cpp | 317 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4) != 0) in event_callback() 320 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4… in event_callback() 322 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6) != 0) in event_callback() 325 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6… in event_callback() 1075 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_wan_ul_fl_rule… in handle_wan_down() 1082 flt_index.source_pipe_index = ioctl(fd, IPA_IOC_QUERY_EP_MAPPING, rx_prop->rx[0].src_pipe); in handle_wan_down() 1112 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_wan_down() 1343 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_private_subnet() 1372 &rx_prop->rx[0].attrib, in handle_private_subnet() 1387 …IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPACM_Iface::ipacm… in handle_private_subnet() [all …]
|
D | IPACM_Wlan.cpp | 1734 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, NUM_IPV4_ICMP_FLT_… in handle_down_evt() 1742 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPV4_DEFAULT_FILTE… in handle_down_evt() 1753 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, IPA_MAX_PRIVATE_SU… in handle_down_evt() 1763 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_private_subnet… in handle_down_evt() 1778 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, NUM_IPV6_ICMP_FLT_… in handle_down_evt() 1786 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, IPV6_DEFAULT_FILTE… in handle_down_evt() 1904 …Got pipe %d rm index : %d \n", rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->ipa_client_rm_map_t… in handle_down_evt() 1905 …IPACM_Iface::ipacmcfg->DelRmDepend(IPACM_Iface::ipacmcfg->ipa_client_rm_map_tbl[rx_prop->rx[0].src… in handle_down_evt()
|
D | IPACM_OffloadManager.cpp | 585 offload_stats.rx = stats.rx_bytes; in getStats() 587 IPACMDBG_H("send getStats tx:%lu rx:%lu \n", offload_stats.tx, offload_stats.rx); in getStats()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | OffloadStatistics.h | 38 uint64_t rx;
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | OffloadStatistics.h | 38 uint64_t rx;
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 2280 * Struct capturing the count of all rx packets that caused 2285 * Total rx unicast packet which woke up host. 2289 * Total rx multicast packet which woke up host. 2293 * Total rx broadcast packet which woke up host. 2299 * Struct capturing the count of all rx multicast packets that caused 2318 * Struct capturing the count of all rx ICMP packets that caused 2378 * Total data rx packets, that woke up host.
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipa.h | 751 struct ipa_ioc_rx_intf_prop rx[0]; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 1260 struct ipa_ioc_rx_intf_prop rx[0]; member
|
/hardware/interfaces/wifi/1.5/ |
D | IWifiChip.hal | 67 * - Do not reduce the number of tx/rx chains of primary connection.
|