Searched refs:riids (Results 1 – 1 of 1) sorted by relevance
172 struct idr riids; member236 idr_init(&channel->riids); in qcom_glink_alloc_channel()269 idr_for_each_entry(&channel->riids, tmp, iid) in qcom_glink_channel_release()271 idr_destroy(&channel->riids); in qcom_glink_channel_release()732 intent = idr_find(&channel->riids, iid); in qcom_glink_handle_rx_done()743 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done()975 ret = idr_alloc(&channel->riids, intent, in qcom_glink_handle_intent()1308 idr_for_each_entry(&channel->riids, tmp, iid) { in __qcom_glink_send()