Searched refs:gsi_channel_reset (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ipa/ |
D | gsi.h | 226 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell);
|
D | ipa_endpoint.c | 1697 gsi_channel_reset(gsi, endpoint->channel_id, false); in ipa_endpoint_reset_rx_aggr() 1735 gsi_channel_reset(gsi, endpoint->channel_id, true); in ipa_endpoint_reset_rx_aggr() 1769 gsi_channel_reset(&ipa->gsi, channel_id, true); in ipa_endpoint_reset()
|
D | gsi.c | 1017 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell) in gsi_channel_reset() function
|