Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp916 enum ipa_hw_type hw_type; in isEthBridgingSupported() local
918 hw_type = GetIPAVer(); in isEthBridgingSupported()
921 return ((hw_type >= IPA_HW_v4_5) && in isEthBridgingSupported()
922 (hw_type != IPA_HW_v4_7)); in isEthBridgingSupported()
924 return (hw_type >= IPA_HW_v4_5); in isEthBridgingSupported()
930 enum ipa_hw_type hw_type; in isIPAv3Supported() local
932 hw_type = GetIPAVer(); in isIPAv3Supported()
934 return (hw_type >= IPA_HW_v3_0); in isIPAv3Supported()