Searched refs:gsi_channel_reset (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ipa/ |
D | gsi.h | 222 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell);
|
D | ipa_endpoint.c | 1700 gsi_channel_reset(gsi, endpoint->channel_id, false); in ipa_endpoint_reset_rx_aggr() 1738 gsi_channel_reset(gsi, endpoint->channel_id, true); in ipa_endpoint_reset_rx_aggr() 1772 gsi_channel_reset(&ipa->gsi, channel_id, true); in ipa_endpoint_reset()
|
D | gsi.c | 1015 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell) in gsi_channel_reset() function
|