Loading drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_nat.c +1 −2 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading @@ -17,7 +17,6 @@ #define IPA_64_LOW_32_MASK (0xFFFFFFFF) #define IPA_64_HIGH_32_MASK (0xFFFFFFFF00000000ULL) #define IPAHAL_NAT_INVALID_PROTOCOL (0xFF) static const char *ipahal_nat_type_to_str[IPA_NAT_MAX] = { __stringify(IPAHAL_NAT_IPV4), Loading include/uapi/linux/msm_ipa.h +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ */ #define IPA_DFLT_RT_TBL_NAME "ipa_dflt_rt" /** * name for default value of invalid protocol of NAT */ #define IPAHAL_NAT_INVALID_PROTOCOL 0xFF /** * commands supported by IPA driver */ Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_nat.c +1 −2 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading @@ -17,7 +17,6 @@ #define IPA_64_LOW_32_MASK (0xFFFFFFFF) #define IPA_64_HIGH_32_MASK (0xFFFFFFFF00000000ULL) #define IPAHAL_NAT_INVALID_PROTOCOL (0xFF) static const char *ipahal_nat_type_to_str[IPA_NAT_MAX] = { __stringify(IPAHAL_NAT_IPV4), Loading
include/uapi/linux/msm_ipa.h +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ */ #define IPA_DFLT_RT_TBL_NAME "ipa_dflt_rt" /** * name for default value of invalid protocol of NAT */ #define IPAHAL_NAT_INVALID_PROTOCOL 0xFF /** * commands supported by IPA driver */ Loading