Searched refs:riids (Results 1 – 1 of 1) sorted by relevance
179 struct idr riids; member254 idr_init(&channel->riids); in qcom_glink_alloc_channel()287 idr_for_each_entry(&channel->riids, tmp, iid) in qcom_glink_channel_release()289 idr_destroy(&channel->riids); in qcom_glink_channel_release()808 intent = idr_find(&channel->riids, iid); in qcom_glink_handle_rx_done()819 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done()1081 ret = idr_alloc(&channel->riids, intent, in qcom_glink_handle_intent()1482 idr_for_each_entry(&channel->riids, tmp, iid) { in __qcom_glink_send()