Lines Matching refs:gsi
288 struct gsi *gsi = &endpoint->ipa->gsi; in ipa_endpoint_trans_alloc() local
294 return gsi_channel_trans_alloc(gsi, channel_id, tre_count, direction); in ipa_endpoint_trans_alloc()
442 gsi_modem_channel_flow_control(&ipa->gsi, in ipa_endpoint_modem_pause_all()
1227 if (gsi_channel_trans_idle(&endpoint->ipa->gsi, endpoint->channel_id)) in ipa_endpoint_replenish()
1237 if (gsi_channel_trans_idle(&endpoint->ipa->gsi, endpoint->channel_id)) in ipa_endpoint_replenish_enable()
1522 struct gsi *gsi = &ipa->gsi; in ipa_endpoint_reset_rx_aggr() local
1548 gsi_channel_reset(gsi, endpoint->channel_id, false); in ipa_endpoint_reset_rx_aggr()
1554 ret = gsi_channel_start(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()
1558 ret = gsi_trans_read_byte(gsi, endpoint->channel_id, addr); in ipa_endpoint_reset_rx_aggr()
1575 gsi_trans_read_byte_done(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()
1577 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()
1586 gsi_channel_reset(gsi, endpoint->channel_id, true); in ipa_endpoint_reset_rx_aggr()
1593 (void)gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()
1620 gsi_channel_reset(&ipa->gsi, channel_id, true); in ipa_endpoint_reset()
1665 struct gsi *gsi = &ipa->gsi; in ipa_endpoint_enable_one() local
1668 ret = gsi_channel_start(gsi, endpoint->channel_id); in ipa_endpoint_enable_one()
1692 struct gsi *gsi = &ipa->gsi; in ipa_endpoint_disable_one() local
1707 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_disable_one()
1717 struct gsi *gsi = &endpoint->ipa->gsi; in ipa_endpoint_suspend_one() local
1728 ret = gsi_channel_suspend(gsi, endpoint->channel_id); in ipa_endpoint_suspend_one()
1737 struct gsi *gsi = &endpoint->ipa->gsi; in ipa_endpoint_resume_one() local
1746 ret = gsi_channel_resume(gsi, endpoint->channel_id); in ipa_endpoint_resume_one()
1780 struct gsi *gsi = &endpoint->ipa->gsi; in ipa_endpoint_setup_one() local
1787 endpoint->skb_frag_max = gsi->channel[channel_id].trans_tre_max - 1; in ipa_endpoint_setup_one()