Loading drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal.c +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ static const char *ipahal_pkt_status_exception_to_str __stringify(IPAHAL_PKT_STATUS_EXCEPTION_SW_FILT), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_NAT), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_IPV6CT), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_UCP), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_CSUM), }; static u16 ipahal_imm_cmd_get_opcode(enum ipahal_imm_cmd_name cmd); Loading Loading @@ -978,6 +980,9 @@ static void ipa_pkt_status_parse( else exception_type = IPAHAL_PKT_STATUS_EXCEPTION_NAT; break; case 128: exception_type = IPAHAL_PKT_STATUS_EXCEPTION_UCP; break; case 229: exception_type = IPAHAL_PKT_STATUS_EXCEPTION_CSUM; break; Loading drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal.h +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2020, 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 Loading @@ -444,6 +444,7 @@ enum ipahal_pkt_status_exception { */ IPAHAL_PKT_STATUS_EXCEPTION_NAT, IPAHAL_PKT_STATUS_EXCEPTION_IPV6CT, IPAHAL_PKT_STATUS_EXCEPTION_UCP, IPAHAL_PKT_STATUS_EXCEPTION_CSUM, IPAHAL_PKT_STATUS_EXCEPTION_MAX, }; Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal.c +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ static const char *ipahal_pkt_status_exception_to_str __stringify(IPAHAL_PKT_STATUS_EXCEPTION_SW_FILT), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_NAT), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_IPV6CT), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_UCP), __stringify(IPAHAL_PKT_STATUS_EXCEPTION_CSUM), }; static u16 ipahal_imm_cmd_get_opcode(enum ipahal_imm_cmd_name cmd); Loading Loading @@ -978,6 +980,9 @@ static void ipa_pkt_status_parse( else exception_type = IPAHAL_PKT_STATUS_EXCEPTION_NAT; break; case 128: exception_type = IPAHAL_PKT_STATUS_EXCEPTION_UCP; break; case 229: exception_type = IPAHAL_PKT_STATUS_EXCEPTION_CSUM; break; Loading
drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal.h +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2020, 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 Loading @@ -444,6 +444,7 @@ enum ipahal_pkt_status_exception { */ IPAHAL_PKT_STATUS_EXCEPTION_NAT, IPAHAL_PKT_STATUS_EXCEPTION_IPV6CT, IPAHAL_PKT_STATUS_EXCEPTION_UCP, IPAHAL_PKT_STATUS_EXCEPTION_CSUM, IPAHAL_PKT_STATUS_EXCEPTION_MAX, }; Loading