Loading drivers/platform/msm/ipa/ipa_client.c +0 −3 Original line number Diff line number Diff line Loading @@ -309,9 +309,6 @@ int ipa_connect(const struct ipa_connect_params *in, struct ipa_sps_params *sps, ep->connect.event_thresh = IPA_EVENT_THRESHOLD; ep->connect.options = SPS_O_AUTO_ENABLE; /* BAM-to-BAM */ if (IPA_CLIENT_IS_CONS(in->client)) ep->connect.options |= SPS_O_NO_DISABLE; result = sps_connect(ep->ep_hdl, &ep->connect); if (result) { IPAERR("sps_connect fails.\n"); Loading drivers/platform/msm/ipa/ipa_dp.c +2 −2 Original line number Diff line number Diff line Loading @@ -2076,7 +2076,7 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in, } else if (in->client == IPA_CLIENT_APPS_LAN_CONS) { sys->policy = IPA_POLICY_INTR_POLL_MODE; sys->sps_option = (SPS_O_AUTO_ENABLE | SPS_O_EOT | SPS_O_ACK_TRANSFERS | SPS_O_NO_DISABLE); SPS_O_ACK_TRANSFERS); sys->sps_callback = ipa_sps_irq_rx_notify; INIT_WORK(&sys->work, ipa_wq_handle_rx); INIT_DELAYED_WORK(&sys->switch_to_intr_work, Loading Loading @@ -2150,7 +2150,7 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in, sys->ep->status.status_en = false; sys->policy = IPA_POLICY_INTR_POLL_MODE; sys->sps_option = (SPS_O_AUTO_ENABLE | SPS_O_EOT | SPS_O_ACK_TRANSFERS | SPS_O_NO_DISABLE); | SPS_O_ACK_TRANSFERS); sys->sps_callback = ipa_sps_irq_rx_notify; INIT_WORK(&sys->work, ipa_wq_handle_rx); INIT_DELAYED_WORK(&sys->switch_to_intr_work, Loading Loading
drivers/platform/msm/ipa/ipa_client.c +0 −3 Original line number Diff line number Diff line Loading @@ -309,9 +309,6 @@ int ipa_connect(const struct ipa_connect_params *in, struct ipa_sps_params *sps, ep->connect.event_thresh = IPA_EVENT_THRESHOLD; ep->connect.options = SPS_O_AUTO_ENABLE; /* BAM-to-BAM */ if (IPA_CLIENT_IS_CONS(in->client)) ep->connect.options |= SPS_O_NO_DISABLE; result = sps_connect(ep->ep_hdl, &ep->connect); if (result) { IPAERR("sps_connect fails.\n"); Loading
drivers/platform/msm/ipa/ipa_dp.c +2 −2 Original line number Diff line number Diff line Loading @@ -2076,7 +2076,7 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in, } else if (in->client == IPA_CLIENT_APPS_LAN_CONS) { sys->policy = IPA_POLICY_INTR_POLL_MODE; sys->sps_option = (SPS_O_AUTO_ENABLE | SPS_O_EOT | SPS_O_ACK_TRANSFERS | SPS_O_NO_DISABLE); SPS_O_ACK_TRANSFERS); sys->sps_callback = ipa_sps_irq_rx_notify; INIT_WORK(&sys->work, ipa_wq_handle_rx); INIT_DELAYED_WORK(&sys->switch_to_intr_work, Loading Loading @@ -2150,7 +2150,7 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in, sys->ep->status.status_en = false; sys->policy = IPA_POLICY_INTR_POLL_MODE; sys->sps_option = (SPS_O_AUTO_ENABLE | SPS_O_EOT | SPS_O_ACK_TRANSFERS | SPS_O_NO_DISABLE); | SPS_O_ACK_TRANSFERS); sys->sps_callback = ipa_sps_irq_rx_notify; INIT_WORK(&sys->work, ipa_wq_handle_rx); INIT_DELAYED_WORK(&sys->switch_to_intr_work, Loading