Searched refs:lcids (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 87 * @idr_lock: synchronizes @lcids and @rcids modifications 88 * @lcids: idr of all channels with a known local channel id 109 struct idr lcids; member 470 ret = idr_alloc_cyclic(&glink->lcids, channel, in qcom_glink_send_open_req() 492 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_send_open_req() 1026 channel = idr_find(&glink->lcids, lcid); in qcom_glink_rx_open_ack() 1190 /* qcom_glink_send_open_req() did register the channel in lcids*/ in qcom_glink_create_local() 1192 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_create_local() 1532 idr_for_each_entry(&glink->lcids, channel, lcid) { in qcom_glink_rx_open() 1643 channel = idr_find(&glink->lcids, lci in qcom_glink_rx_close_ack() [all...] |
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 90 * @idr_lock: synchronizes @lcids and @rcids modifications 91 * @lcids: idr of all channels with a known local channel id 116 struct idr lcids; member 424 ret = idr_alloc_cyclic(&glink->lcids, channel, in qcom_glink_send_open_req() 446 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_send_open_req() 972 channel = idr_find(&glink->lcids, lcid); in qcom_glink_rx_open_ack() 1087 /* qcom_glink_send_open_req() did register the channel in lcids*/ in qcom_glink_create_local() 1089 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_create_local() 1398 idr_for_each_entry(&glink->lcids, channel, lcid) { in qcom_glink_rx_open() 1504 channel = idr_find(&glink->lcids, lci in qcom_glink_rx_close_ack() [all...] |
Completed in 5 milliseconds