Loading drivers/platform/msm/ipa/ipa_v2/ipa_utils.c +3 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ static const int ep_mapping[3][IPA_CLIENT_MAX] = { [IPA_1_1][IPA_CLIENT_ODU_PROD] = -1, [IPA_1_1][IPA_CLIENT_MHI_PROD] = -1, [IPA_1_1][IPA_CLIENT_Q6_LAN_PROD] = 5, [IPA_1_1][IPA_CLIENT_Q6_WAN_PROD] = -1, [IPA_1_1][IPA_CLIENT_Q6_CMD_PROD] = -1, [IPA_1_1][IPA_CLIENT_HSIC1_CONS] = 14, Loading Loading @@ -129,6 +130,7 @@ static const int ep_mapping[3][IPA_CLIENT_MAX] = { [IPA_2_0][IPA_CLIENT_ODU_PROD] = 12, [IPA_2_0][IPA_CLIENT_MHI_PROD] = 18, [IPA_2_0][IPA_CLIENT_Q6_LAN_PROD] = 6, [IPA_2_0][IPA_CLIENT_Q6_WAN_PROD] = -1, [IPA_2_0][IPA_CLIENT_Q6_CMD_PROD] = 7, [IPA_2_0][IPA_CLIENT_Q6_DECOMP_PROD] = -1, [IPA_2_0][IPA_CLIENT_Q6_DECOMP2_PROD] = -1, Loading Loading @@ -202,6 +204,7 @@ static const int ep_mapping[3][IPA_CLIENT_MAX] = { [IPA_2_6L][IPA_CLIENT_ODU_PROD] = -1, [IPA_2_6L][IPA_CLIENT_MHI_PROD] = -1, [IPA_2_6L][IPA_CLIENT_Q6_LAN_PROD] = 6, [IPA_2_6L][IPA_CLIENT_Q6_WAN_PROD] = -1, [IPA_2_6L][IPA_CLIENT_Q6_CMD_PROD] = 7, [IPA_2_6L][IPA_CLIENT_Q6_DECOMP_PROD] = 11, [IPA_2_6L][IPA_CLIENT_Q6_DECOMP2_PROD] = 13, Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_utils.c +3 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ static const int ep_mapping[3][IPA_CLIENT_MAX] = { [IPA_1_1][IPA_CLIENT_ODU_PROD] = -1, [IPA_1_1][IPA_CLIENT_MHI_PROD] = -1, [IPA_1_1][IPA_CLIENT_Q6_LAN_PROD] = 5, [IPA_1_1][IPA_CLIENT_Q6_WAN_PROD] = -1, [IPA_1_1][IPA_CLIENT_Q6_CMD_PROD] = -1, [IPA_1_1][IPA_CLIENT_HSIC1_CONS] = 14, Loading Loading @@ -129,6 +130,7 @@ static const int ep_mapping[3][IPA_CLIENT_MAX] = { [IPA_2_0][IPA_CLIENT_ODU_PROD] = 12, [IPA_2_0][IPA_CLIENT_MHI_PROD] = 18, [IPA_2_0][IPA_CLIENT_Q6_LAN_PROD] = 6, [IPA_2_0][IPA_CLIENT_Q6_WAN_PROD] = -1, [IPA_2_0][IPA_CLIENT_Q6_CMD_PROD] = 7, [IPA_2_0][IPA_CLIENT_Q6_DECOMP_PROD] = -1, [IPA_2_0][IPA_CLIENT_Q6_DECOMP2_PROD] = -1, Loading Loading @@ -202,6 +204,7 @@ static const int ep_mapping[3][IPA_CLIENT_MAX] = { [IPA_2_6L][IPA_CLIENT_ODU_PROD] = -1, [IPA_2_6L][IPA_CLIENT_MHI_PROD] = -1, [IPA_2_6L][IPA_CLIENT_Q6_LAN_PROD] = 6, [IPA_2_6L][IPA_CLIENT_Q6_WAN_PROD] = -1, [IPA_2_6L][IPA_CLIENT_Q6_CMD_PROD] = 7, [IPA_2_6L][IPA_CLIENT_Q6_DECOMP_PROD] = 11, [IPA_2_6L][IPA_CLIENT_Q6_DECOMP2_PROD] = 13, Loading