Searched refs:liids (Results 1 – 1 of 1) sorted by relevance
178 struct idr liids; member253 idr_init(&channel->liids); in qcom_glink_alloc_channel()281 idr_for_each_entry(&channel->liids, tmp, iid) { in qcom_glink_channel_release()285 idr_destroy(&channel->liids); in qcom_glink_channel_release()609 idr_remove(&channel->liids, intent->id); in qcom_glink_rx_done()766 ret = idr_alloc_cyclic(&channel->liids, intent, 1, -1, GFP_ATOMIC); in qcom_glink_alloc_intent()969 intent = idr_find(&channel->liids, liid); in qcom_glink_rx_data()