Searched refs:riids (Results 1 – 1 of 1) sorted by relevance
168 struct idr riids; member243 idr_init(&channel->riids); in qcom_glink_alloc_channel()276 idr_for_each_entry(&channel->riids, tmp, iid) in qcom_glink_channel_release()278 idr_destroy(&channel->riids); in qcom_glink_channel_release()757 intent = idr_find(&channel->riids, iid); in qcom_glink_handle_rx_done()768 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done()1006 ret = idr_alloc(&channel->riids, intent, in qcom_glink_handle_intent()1396 idr_for_each_entry(&channel->riids, tmp, iid) { in __qcom_glink_send()