Lines Matching refs:head_offset
110 process_resumable_error(struct regs *rp, uint32_t head_offset,
120 while (head_offset != tail_offset) {
122 head_va = (errh_er_t *)(mcpup->cpu_rq_va + head_offset +
134 head_offset += Q_ENTRY_SIZE;
136 head_offset &= (CPU_RQ_SIZE - 1);
215 uint32_t head_offset, uint32_t tail_offset)
228 while (head_offset != tail_offset) {
230 head_va = (errh_er_t *)(mcpup->cpu_nrq_va + head_offset +
244 head_offset += Q_ENTRY_SIZE;
246 head_offset &= (CPU_NRQ_SIZE - 1);
714 rq_overflow(struct regs *rp, uint64_t head_offset,