Loading drivers/platform/msm/ipa/ipa_clients/ipa_usb.c +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ #define IPA_USB_DEV_READY_TIMEOUT_MSEC 10000 #define IPA_HOLB_TMR_EN 0x1 /* GSI channels weights */ #define IPA_USB_DL_CHAN_LOW_WEIGHT 0x5 #define IPA_USB_UL_CHAN_LOW_WEIGHT 0x4 Loading drivers/platform/msm/ipa/ipa_v3/ipa_client.c +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ * These values were determined empirically and shows good E2E bi- * directional throughputs */ #define IPA_HOLB_TMR_EN 0x1 #define IPA_HOLB_TMR_DIS 0x0 #define IPA_POLL_AGGR_STATE_RETRIES_NUM 3 #define IPA_POLL_AGGR_STATE_SLEEP_MSEC 1 Loading drivers/platform/msm/ipa/ipa_v3/ipa_i.h +4 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ #define IPA_MPM_MAX_RING_LEN 64 #define IPA_MAX_TETH_AGGR_BYTE_LIMIT 24 #define IPA_MPM_MAX_UC_THRESH 4 #define IPA_HOLB_TMR_DIS 0x0 #define IPA_HOLB_TMR_EN 0x1 /* * The transport descriptor size was changed to GSI_CHAN_RE_SIZE_16B, but * IPA users still use sps_iovec size as FIFO element size. Loading Loading @@ -215,6 +218,7 @@ #define IPA3_ACTIVE_CLIENTS_LOG_NAME_LEN 40 #define SMEM_IPA_FILTER_TABLE 497 enum { SMEM_APPS, SMEM_MODEM, Loading drivers/platform/msm/ipa/ipa_v3/ipa_mpm.c +0 −2 Original line number Diff line number Diff line Loading @@ -62,8 +62,6 @@ #define TETH_AGGR_BYTE_LIMIT 24 #define TETH_AGGR_DL_BYTE_LIMIT 16 #define TRE_BUFF_SIZE 32768 #define IPA_HOLB_TMR_EN 0x1 #define IPA_HOLB_TMR_DIS 0x0 #define RNDIS_IPA_DFLT_RT_HDL 0 #define IPA_POLL_FOR_EMPTINESS_NUM 50 #define IPA_POLL_FOR_EMPTINESS_SLEEP_USEC 20 Loading drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c +1 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. */ #include "ipa_i.h" Loading @@ -9,8 +9,6 @@ #include <linux/mm.h> #include "ipa_qmi_service.h" #define IPA_HOLB_TMR_DIS 0x0 #define IPA_HW_INTERFACE_WDI_VERSION 0x0001 #define IPA_HW_WDI_RX_MBOX_START_INDEX 48 #define IPA_HW_WDI_TX_MBOX_START_INDEX 50 Loading Loading
drivers/platform/msm/ipa/ipa_clients/ipa_usb.c +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ #define IPA_USB_DEV_READY_TIMEOUT_MSEC 10000 #define IPA_HOLB_TMR_EN 0x1 /* GSI channels weights */ #define IPA_USB_DL_CHAN_LOW_WEIGHT 0x5 #define IPA_USB_UL_CHAN_LOW_WEIGHT 0x4 Loading
drivers/platform/msm/ipa/ipa_v3/ipa_client.c +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ * These values were determined empirically and shows good E2E bi- * directional throughputs */ #define IPA_HOLB_TMR_EN 0x1 #define IPA_HOLB_TMR_DIS 0x0 #define IPA_POLL_AGGR_STATE_RETRIES_NUM 3 #define IPA_POLL_AGGR_STATE_SLEEP_MSEC 1 Loading
drivers/platform/msm/ipa/ipa_v3/ipa_i.h +4 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ #define IPA_MPM_MAX_RING_LEN 64 #define IPA_MAX_TETH_AGGR_BYTE_LIMIT 24 #define IPA_MPM_MAX_UC_THRESH 4 #define IPA_HOLB_TMR_DIS 0x0 #define IPA_HOLB_TMR_EN 0x1 /* * The transport descriptor size was changed to GSI_CHAN_RE_SIZE_16B, but * IPA users still use sps_iovec size as FIFO element size. Loading Loading @@ -215,6 +218,7 @@ #define IPA3_ACTIVE_CLIENTS_LOG_NAME_LEN 40 #define SMEM_IPA_FILTER_TABLE 497 enum { SMEM_APPS, SMEM_MODEM, Loading
drivers/platform/msm/ipa/ipa_v3/ipa_mpm.c +0 −2 Original line number Diff line number Diff line Loading @@ -62,8 +62,6 @@ #define TETH_AGGR_BYTE_LIMIT 24 #define TETH_AGGR_DL_BYTE_LIMIT 16 #define TRE_BUFF_SIZE 32768 #define IPA_HOLB_TMR_EN 0x1 #define IPA_HOLB_TMR_DIS 0x0 #define RNDIS_IPA_DFLT_RT_HDL 0 #define IPA_POLL_FOR_EMPTINESS_NUM 50 #define IPA_POLL_FOR_EMPTINESS_SLEEP_USEC 20 Loading
drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c +1 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. */ #include "ipa_i.h" Loading @@ -9,8 +9,6 @@ #include <linux/mm.h> #include "ipa_qmi_service.h" #define IPA_HOLB_TMR_DIS 0x0 #define IPA_HW_INTERFACE_WDI_VERSION 0x0001 #define IPA_HW_WDI_RX_MBOX_START_INDEX 48 #define IPA_HW_WDI_TX_MBOX_START_INDEX 50 Loading