Searched refs:riids (Results 1 – 1 of 1) sorted by relevance
170 struct idr riids; member234 idr_init(&channel->riids); in qcom_glink_alloc_channel()267 idr_for_each_entry(&channel->riids, tmp, iid) in qcom_glink_channel_release()269 idr_destroy(&channel->riids); in qcom_glink_channel_release()707 intent = idr_find(&channel->riids, iid); in qcom_glink_handle_rx_done()718 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done()949 ret = idr_alloc(&channel->riids, intent, in qcom_glink_handle_intent()1277 idr_for_each_entry(&channel->riids, tmp, iid) { in __qcom_glink_send()