Searched refs:gsi_channel_reset (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipa/ |
D | gsi.h | 230 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool legacy);
|
D | ipa_endpoint.c | 1244 gsi_channel_reset(gsi, endpoint->channel_id, false); in ipa_endpoint_reset_rx_aggr() 1283 gsi_channel_reset(gsi, endpoint->channel_id, legacy); in ipa_endpoint_reset_rx_aggr() 1320 gsi_channel_reset(&ipa->gsi, channel_id, legacy); in ipa_endpoint_reset()
|
D | gsi.c | 833 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool legacy) in gsi_channel_reset() function
|