Lines Matching defs:first
1075 struct gfx10_sh_query_buffer *qbuf, *first, *last;
1087 first = gfx10_query->first;
1090 while (first) {
1091 qbuf = first;
1092 if (first != last)
1093 first = list_entry(qbuf->list.next, struct gfx10_sh_query_buffer, list);
1095 first = NULL;
1101 unsigned begin = qbuf == gfx10_query->first ? gfx10_query->first_begin : 0;
1110 /* set CONTINUE bit for all packets except the first */
1177 /* set CONTINUE bit for all packets except the first */