Searched refs:rx_msgs_queue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hsi/clients/ |
H A D | hsi_char.c | 70 * @rx_msgs_queue: List of pending RX requests 82 struct list_head rx_msgs_queue; member 231 hsc_add_tail(channel, msg, &channel->rx_msgs_queue); in hsc_rx_completed() 291 hsc_add_tail(channel, msg2, &channel->rx_msgs_queue); in hsc_break_received() 444 !list_empty(&channel->rx_msgs_queue)); in hsc_read() 451 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read() 643 hsc_reset_list(channel, &channel->rx_msgs_queue); in hsc_release() 671 INIT_LIST_HEAD(&channel->rx_msgs_queue); in hsc_channel_init()
|
/kernel/linux/linux-6.6/drivers/hsi/clients/ |
H A D | hsi_char.c | 70 * @rx_msgs_queue: List of pending RX requests 82 struct list_head rx_msgs_queue; member 231 hsc_add_tail(channel, msg, &channel->rx_msgs_queue); in hsc_rx_completed() 291 hsc_add_tail(channel, msg2, &channel->rx_msgs_queue); in hsc_break_received() 444 !list_empty(&channel->rx_msgs_queue)); in hsc_read() 451 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read() 643 hsc_reset_list(channel, &channel->rx_msgs_queue); in hsc_release() 671 INIT_LIST_HEAD(&channel->rx_msgs_queue); in hsc_channel_init()
|
Completed in 3 milliseconds