Lines Matching defs:woff
126 u_int woff;
135 woff = cwriter & GITS_CWRITER_Offset;
137 uint64_t *dw = (uint64_t *)(its->its_cmd.base + woff);
148 woff += sizeof(cmd->dw);
149 if (woff == its->its_cmd.len)
150 woff = 0;
152 gits_write_8(its, GITS_CWRITER, woff);
328 u_int woff, roff;
336 woff = gits_read_8(its, GITS_CWRITER) & GITS_CWRITER_Offset;
338 if (woff == roff)