Loading drivers/platform/msm/ipa/ipa_clients/ipa_gsb.c +2 −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 Loading @@ -69,7 +69,7 @@ static char dbg_buff[IPA_GSB_MAX_MSG_LEN]; #define IPA_GSB_SKB_HEADROOM 256 #define IPA_GSB_SKB_DUMMY_HEADER 42 #define IPA_GSB_AGGR_BYTE_LIMIT 14 #define IPA_GSB_AGGR_TIME_LIMIT 1 #define IPA_GSB_AGGR_TIME_LIMIT 1000 /* 1000 us */ static struct dentry *dent; static struct dentry *dfile_stats; Loading Loading
drivers/platform/msm/ipa/ipa_clients/ipa_gsb.c +2 −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 Loading @@ -69,7 +69,7 @@ static char dbg_buff[IPA_GSB_MAX_MSG_LEN]; #define IPA_GSB_SKB_HEADROOM 256 #define IPA_GSB_SKB_DUMMY_HEADER 42 #define IPA_GSB_AGGR_BYTE_LIMIT 14 #define IPA_GSB_AGGR_TIME_LIMIT 1 #define IPA_GSB_AGGR_TIME_LIMIT 1000 /* 1000 us */ static struct dentry *dent; static struct dentry *dfile_stats; Loading