Searched refs:hw_type (Results 1 – 1 of 1) sorted by relevance
939 enum ipa_hw_type hw_type; in isEthBridgingSupported() local941 hw_type = GetIPAVer(); in isEthBridgingSupported()943 if (hw_type >= IPA_HW_v4_11) { in isEthBridgingSupported()949 return ((hw_type >= IPA_HW_v4_5) && in isEthBridgingSupported()950 (hw_type != IPA_HW_v4_7)); in isEthBridgingSupported()952 return (hw_type >= IPA_HW_v4_5); in isEthBridgingSupported()958 enum ipa_hw_type hw_type; in isIPAv3Supported() local960 hw_type = GetIPAVer(); in isIPAv3Supported()962 return (hw_type >= IPA_HW_v3_0); in isIPAv3Supported()