Home | History | Annotate | Download | only in parser

Lines Matching refs:sc_ibuf

25         list->sc_ibuf[list->num_items - 1] = *es_buf;
41 accumulated_size = list->sc_ibuf[index].len - list->start_offset;
53 if((accumulated_size + list->sc_ibuf[index].len) >= byte)
59 accumulated_size += list->sc_ibuf[index].len;
78 end = list->sc_ibuf[0].len - list->start_offset;
86 end += list->sc_ibuf[items].len;
143 wi->es.es_phys_addr = list->sc_ibuf[items].phys + start - list->data[items].stpos;
154 wi->es.es_phys_addr = list->sc_ibuf[items].phys + start - list->data[items].stpos;
163 wi->es.es_phys_addr = list->sc_ibuf[items].phys;
170 wi->es.es_phys_addr = list->sc_ibuf[items].phys;
202 es_buf = &(list->sc_ibuf[items]);
203 list->sc_ibuf[index] = *es_buf;