Lines Matching refs:next
44 struct ishtp_cl_rb *next;
48 list_for_each_entry_safe(rb, next, &cl->dev->read_list.list, list)
440 * send next message.
481 rb = list_entry(cl->free_rb_list.list.next, struct ishtp_cl_rb, list);
677 cl_msg = list_entry(cl->tx_list.list.next, struct ishtp_cl_tx_ring,
764 cl_msg = list_entry(cl->tx_list.list.next, struct ishtp_cl_tx_ring,
901 * rb buffer for the next coming msg
906 new_rb = list_entry(cl->free_rb_list.list.next,
1021 * rb buffer for the next coming msg
1026 new_rb = list_entry(cl->free_rb_list.list.next,