Loading drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c +0 −10 Original line number Diff line number Diff line Loading @@ -39,16 +39,6 @@ struct ipa3_debugfs_file { const struct file_operations fops; }; const char *ipa3_excp_name[] = { __stringify_1(IPA_A5_MUX_HDR_EXCP_RSVD0), __stringify_1(IPA_A5_MUX_HDR_EXCP_RSVD1), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_IHL), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_REPLICATED), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_TAG), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_SW_FLT), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_NAT), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_IP), }; const char *ipa3_event_name[] = { __stringify(WLAN_CLIENT_CONNECT), Loading drivers/platform/msm/ipa/ipa_v3/ipa_hw_defs.hdeleted 100644 → 0 +0 −44 Original line number Diff line number Diff line /* Copyright (c) 2012-2016, 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 * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef _IPA_HW_DEFS_H #define _IPA_HW_DEFS_H #include <linux/bitops.h> /* This header defines various HW related data types */ #define IPA_A5_MUX_HDR_EXCP_FLAG_IP BIT(7) #define IPA_A5_MUX_HDR_EXCP_FLAG_NAT BIT(6) #define IPA_A5_MUX_HDR_EXCP_FLAG_SW_FLT BIT(5) #define IPA_A5_MUX_HDR_EXCP_FLAG_TAG BIT(4) #define IPA_A5_MUX_HDR_EXCP_FLAG_REPLICATED BIT(3) #define IPA_A5_MUX_HDR_EXCP_FLAG_IHL BIT(2) /** * struct ipa3_a5_mux_hdr - A5 MUX header definition * @interface_id: interface ID * @src_pipe_index: source pipe index * @flags: flags * @metadata: metadata * * A5 MUX header is in BE, A5 runs in LE. This struct definition * allows A5 SW to correctly parse the header */ struct ipa3_a5_mux_hdr { u16 interface_id; u8 src_pipe_index; u8 flags; u32 metadata; }; #endif /* _IPA_HW_DEFS_H */ drivers/platform/msm/ipa/ipa_v3/ipa_i.h +0 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ #include <linux/iommu.h> #include <linux/platform_device.h> #include <linux/firmware.h> #include "ipa_hw_defs.h" #include "ipa_qmi_service.h" #include "../ipa_api.h" #include "ipahal/ipahal_reg.h" Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c +0 −10 Original line number Diff line number Diff line Loading @@ -39,16 +39,6 @@ struct ipa3_debugfs_file { const struct file_operations fops; }; const char *ipa3_excp_name[] = { __stringify_1(IPA_A5_MUX_HDR_EXCP_RSVD0), __stringify_1(IPA_A5_MUX_HDR_EXCP_RSVD1), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_IHL), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_REPLICATED), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_TAG), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_SW_FLT), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_NAT), __stringify_1(IPA_A5_MUX_HDR_EXCP_FLAG_IP), }; const char *ipa3_event_name[] = { __stringify(WLAN_CLIENT_CONNECT), Loading
drivers/platform/msm/ipa/ipa_v3/ipa_hw_defs.hdeleted 100644 → 0 +0 −44 Original line number Diff line number Diff line /* Copyright (c) 2012-2016, 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 * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef _IPA_HW_DEFS_H #define _IPA_HW_DEFS_H #include <linux/bitops.h> /* This header defines various HW related data types */ #define IPA_A5_MUX_HDR_EXCP_FLAG_IP BIT(7) #define IPA_A5_MUX_HDR_EXCP_FLAG_NAT BIT(6) #define IPA_A5_MUX_HDR_EXCP_FLAG_SW_FLT BIT(5) #define IPA_A5_MUX_HDR_EXCP_FLAG_TAG BIT(4) #define IPA_A5_MUX_HDR_EXCP_FLAG_REPLICATED BIT(3) #define IPA_A5_MUX_HDR_EXCP_FLAG_IHL BIT(2) /** * struct ipa3_a5_mux_hdr - A5 MUX header definition * @interface_id: interface ID * @src_pipe_index: source pipe index * @flags: flags * @metadata: metadata * * A5 MUX header is in BE, A5 runs in LE. This struct definition * allows A5 SW to correctly parse the header */ struct ipa3_a5_mux_hdr { u16 interface_id; u8 src_pipe_index; u8 flags; u32 metadata; }; #endif /* _IPA_HW_DEFS_H */
drivers/platform/msm/ipa/ipa_v3/ipa_i.h +0 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ #include <linux/iommu.h> #include <linux/platform_device.h> #include <linux/firmware.h> #include "ipa_hw_defs.h" #include "ipa_qmi_service.h" #include "../ipa_api.h" #include "ipahal/ipahal_reg.h" Loading