Lines Matching refs:new_rb
832 struct ishtp_cl_rb *new_rb;
906 new_rb = list_entry(cl->free_rb_list.list.next,
908 list_del_init(&new_rb->list);
910 new_rb->cl = cl;
911 new_rb->buf_idx = 0;
912 INIT_LIST_HEAD(&new_rb->list);
913 list_add_tail(&new_rb->list,
965 struct ishtp_cl_rb *new_rb;
1026 new_rb = list_entry(cl->free_rb_list.list.next,
1028 list_del_init(&new_rb->list);
1030 new_rb->cl = cl;
1031 new_rb->buf_idx = 0;
1032 INIT_LIST_HEAD(&new_rb->list);
1033 list_add_tail(&new_rb->list,