Lines Matching +defs:ind +defs:offset
2135 u_int offset;
2153 offset = 0;
2156 printf("%8x:", offset);
2158 if (offset == qr->qr_head) {
2160 } else if (offset == qr->qr_tail) {
2166 msg = *(uint32_t *)((uintptr_t)qr->qr_ring_vaddr + offset);
2173 offset = qat_modulo(offset +
2176 } while (offset != 0);
2189 const char *ind;
2228 ind = "";
2230 ind = "`";
2232 ind = " ";
2235 printf("%8zx:%s", pos, ind);
2237 printf("%s", ind);